- Dec 16, 2017
-
-
Alan Somers authored
Note that OpenBSD and OSX do not support POSIX message queues.
-
- 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 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
-
Alex Crichton authored
It wasn't expecting a `*.d` file to exist, now it does.
-
Alexander von Gluck IV authored
* BeOS traditionally didn't have lutimes, however to make Haiku more compatible and easier to port for, we added an implementation of it.
-
- Nov 21, 2017
-
-
Taylor Cramer authored
-
- Nov 19, 2017
- Nov 18, 2017
-
-
bgermann authored
-
bgermann authored
-
bgermann authored
-
bgermann authored
-
bgermann authored
-
bgermann authored
With these changes there are no "undeclared" errors for libc-test on Solaris anymore.
-
bgermann authored
fflags_t is not commonly defined on Solaris or illumos.
-
bgermann authored
futimes is not commonly defined on Solaris, but futimesat is.
-
- Nov 17, 2017
-
-
bors authored
Several fixes for DragonFly With these changes in place, crate "nix" works (with some patches applied).
-
Michael Neumann authored
This was not caught by libc-test, as checks for the execv functions are disabled.
-
Michael Neumann authored
-
Michael Neumann authored
-
bors authored
Add errno getter for Android
-
Bryant Mairs authored
-
- Nov 15, 2017
-
-
bors authored
Separate and Update Fuchsia The first commit pulls Fuchsia out into its own directory, while the second commit updates the "open" flags as in #848. cc @smklein, @alexcrichton
-
Taylor Cramer authored
-