- Dec 17, 2017
-
-
bors authored
POSIX mqueue bindings for the BSDs Note that OpenBSD and OSX do not support POSIX message queues.
-
- Dec 16, 2017
-
-
Alan Somers authored
Note that OpenBSD and OSX do not support POSIX message queues.
-
- Dec 14, 2017
- Dec 13, 2017
-
-
bors authored
Openbsd aarch64 it adds aarch64-unknown-openbsd definition (and push `c_char` deeper, so the amount of changes). I also updated errno definitions for openbsd
-
Sébastien Marie authored
move c_char definition more deeper to make it 'u8' on aarch64-unknown-openbsd.
-
Sébastien Marie authored
-
- Dec 12, 2017
-
-
bors authored
Add struct `sockaddr_dl` for bsdlike platforms Freebsd: https://github.com/freebsd/freebsd/blob/master/sys/net/if_dl.h#L59 Macos: https://github.com/apple/darwin-xnu/blob/master/bsd/net/if_dl.h#L95
-
bors authored
Add missing EAI_* flags for multiple platforms Add missing EAI_* flags for multiple platforms.
-
Josh Driver authored
-
luozijun authored
-
luozijun authored
-
luozijun authored
-
luozijun authored
-
luozijun authored
-
luozijun authored
-
- Dec 11, 2017
- Dec 08, 2017
-
-
bors authored
Ucreds I'm not positive on the `SOCKCREDSIZE()` implementation, but we'll see what CI says I guess.
-
Bryant Mairs authored
-
Bryant Mairs authored
-
- Dec 07, 2017
-
-
Bryant Mairs authored
Removes a compilation warning
-
- Dec 06, 2017
- Dec 04, 2017
-
-
bors authored
Minor fixes for mips-unknown-linux-uclibc Just adding a few definitions so the toolchain compiles
-
bors authored
Add more FreeBSD errnos
-
Bryant Mairs authored
-
bors authored
Add additional errno constants for NetBSD
-
- Dec 03, 2017
-
-
Bryant Mairs authored
-
- Nov 30, 2017
-
-
Alex Crichton authored
Bump to 0.2.34
-
Alex Crichton authored
-
- Nov 29, 2017
-
-
bors authored
Use IFF_OACTIVE and IFF_RUNNING even on FreeBSD. Deprecate the DRV ones. According to @asomers, libc should propagate the use of the portable constants `IFF_OACTIVE` and `IFF_RUNNING` for user-space applications, instead of `IFF_DRV_OACTIVE` and `IFF_DRV_RUNNING`. It least that's my understanding of [his comment](https://github.com/nix-rust/nix/pull/667#discussion_r152396984) in nix-rust/nix#667.
-
- Nov 28, 2017
-
-
Markus Wanner authored
-
- Nov 26, 2017
- Nov 25, 2017
-
-
bors authored
Fix master CI Apparently the most recently release broke three (!) platforms!
-
Alex Crichton authored
Apparently it fails on 1.23.0 for mysterious reasons
-
Alex Crichton authored
Looks like `cargo test` is now trying to test too many files due to rust-lang/cargo#4750 so add a clause to the wrapper to ignore the bogus ones for now
-