- Nov 10, 2016
-
-
Alex Crichton authored
In preparation for rust-lang/rust#37545 this is adding the appropriate directives to libc to get included.
-
- Oct 28, 2016
-
-
Alex Crichton authored
Added tcsetpgrp
-
- Oct 27, 2016
-
-
zethra authored
-
- Oct 24, 2016
-
-
Alex Crichton authored
Enable musl with aarch64
-
Raph Levien authored
-
- Oct 22, 2016
-
-
Alex Crichton authored
Add setresuid/setresgid for linux
-
- Oct 21, 2016
-
-
Dylan Reid authored
Signed-off-by:
Dylan Reid <dgreid@chromium.org>
-
Alex Crichton authored
Add support for Fuchsia
-
Alex Crichton authored
Try to fix powerpc64 and update to crates.io ctest
-
Raph Levien authored
This reverts commit 7ac91c6d.
-
Alex Crichton authored
-
- Oct 20, 2016
-
-
Raph Levien authored
Merge two separate config blocks for conditionally including ai_addr in the addrinfo struct for unix/notbsd.
-
Raph Levien authored
The reference to the unwind lib belongs in libstd, not here. Also fix lint error.
-
Raph Levien authored
These patches add support for the Fuchsia operating system. For the time being, it shares a lot of infrastructure with the Linux target, because of the use of a musl-based libc.
-
- Oct 19, 2016
-
-
Alex Crichton authored
Add UNIX 98 pty functions
-
Robbie Harwood authored
-
Robbie Harwood authored
-
- Oct 15, 2016
-
-
Alex Crichton authored
Bump to 0.2.17
-
Alex Crichton authored
-
Alex Crichton authored
Add SO_REUSEPORT to mips64
-
Alex Crichton authored
Go back to stable for rustdoc
-
- Oct 14, 2016
-
-
Alex Crichton authored
-
Alex Crichton authored
-
- Oct 11, 2016
-
-
bors authored
Fix the build on s390x
-
Alex Crichton authored
-
bors authored
pass --target on appveyor
-
- Oct 10, 2016
-
-
Alex Crichton authored
-
bors authored
Make the AF_NETLINK constant available for Android Currently the `AF_NETLINK` constant is not available for Android, but [it has the same value as on Linux](https://android.googlesource.com/kernel/common/+/android-4.4.y/include/linux/socket.h#177). To fix it, this patch moves the definition to the common `notbsd/mod.rs`. (this fixes an [issue we found in Servo](https://github.com/servo/servo/issues/13154#issuecomment-251325701))
-
Mátyás Mustoha authored
-
- Oct 09, 2016
-
-
bors authored
Use workspaces in this repo Also cache on appveyor to speed up builds.
-
Alex Crichton authored
Also cache on appveyor to speed up builds.
-
- Oct 08, 2016
-
-
bors authored
Haiku: Add missing EAI_SYSTEM const
-
bors authored
define more MSG_NOSIGNAL follow-up on rust-lang/rust#36824
-
Mathieu Poumeyrol authored
-
- Oct 07, 2016
-
-
Alexander von Gluck IV authored
-
- Oct 06, 2016
-
-
bors authored
Typo in unix/solaris/mod.rs
-
Vojtech Kral authored
-
- Oct 05, 2016
-
-
bors authored
Define CLONE_NEWCGROUP Should be fairly self explanatory.
-
Ian Denhardt authored
* Override the compiler via CC; ./configure can't seem to detect it. * Unset CROSS_COMPILE when running make. Per the comment, we otherwise end up invoking commands like i686-ar.
-
Ian Denhardt authored
Musl 1.1.14 defined these incorrectly, and we followed suit. They're fixed in 1.1.15, so we fix them here as well. Since these are kernel ABIs, the correct values match other libc implementations, so we move them up to the topmost module possible.
-