- Oct 09, 2016
-
-
Alex Crichton authored
Also cache on appveyor to speed up builds.
-
- 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.
-
Ian Denhardt authored
Specifically: * Update the base docker images to ubuntu 16.10 * Update musl to version 1.1.15 This is necessary since the versions we were previously using do not define CLONE_NEWCGROUP, so adding the symbol to the libc crate causes test failures.
-
Ian Denhardt authored
Currently restricted to non-Android Linux. In theory this should work on Android as well (since it's a function of the kernel ABI), but the released version of the NDK doesn't export it, so putting it in `notbsd/mod.rs` makes Travis very unhappy.
-
bors authored
Added all additional ptrace options. Added additional PTrace Flags. All the `PTRACE_O` are flags options values that are passed with `PTRACE_OPTION`. The `PTRACE_PEEKSIGINFO_SHARED` is used for setting/fetching signal masks when interacting with thread groups not individual threads. `SYSEMU` stuff I pulled from the kernel sources. As far as I can tell these flags haven't been added to `<sys/ptrace.h>`, which is weird because the two `SYSEMU` calls have been live on x64 since 2011. I'm starting a thread on kernel-newies about it.
-
William Laeder authored
-
William Laeder authored
-
William Laeder authored
-
- Oct 04, 2016
-
-
bors authored
Haiku: More build fixes
-
Alexander von Gluck IV authored
-
Alexander von Gluck IV authored
-
bors authored
Haiku: Add in missing build-time types, fix module usage Working through the few final remaining build issues for the Haiku target.
-
- Oct 03, 2016
-
-
Alexander von Gluck IV authored
-
Alexander von Gluck IV authored
-
bors authored
Add `pthread_mutex_timedlock`
-
- Oct 01, 2016
-
-
Andrew Paseltiner authored
-
- Sep 30, 2016
-
-
bors authored
Add support for Haiku x86 and x86_64 * Rework of original patches from Niels Sascha Reedijk that include style and build fixes for libc master
-
bors authored
Use correct type for c_ulong and c_long on 32-bit netbsdlike
-
bors authored
add CI for mips-musl and fix the statvfs struct for this target r? @alexcrichton I didn't really test the CI part but this target now passes libc-test under QEMU
-
bors authored
Add checksums to cargo lock files
-
Alex Crichton authored
-
Jorge Aparicio authored
-
- Sep 29, 2016
-
-
Niels Sascha Reedijk authored
* Rework of original patches from Niels Sascha Reedijk that include style and build fixes for libc master
-
Jonathan A. Kollasch authored
-
Jonathan A. Kollasch authored
-
Jonathan A. Kollasch authored
-
Jonathan A. Kollasch authored
-
- Sep 28, 2016
-
-
bors authored
add MSG_NOSIGNAL (linux, android) see rust-lang/rust#36426
-
Mathieu Poumeyrol authored
-
- Sep 27, 2016
-
-
bors authored
Add shadow password bindings Add shadow password bindings: setspent, endspent, getspent, getspnam plus spwd, the corresponding struct. [Example code](https://github.com/philippkeller/apue-rust/blob/master/src/bin/e06-01-shadow-pw.rs) (tested on Linux 4.4.0-21-generic)
-
Philipp Keller authored
-
- Sep 26, 2016
-
-
Philipp Keller authored
-
Philipp Keller authored
Add shadow password bindings: setspent, endspent, getspent, getspnam plus spwd, the corresponding struct
-
bors authored
Add getchar_unlocked and putchar_unlocked Adds [getchar_unlocked](http://pubs.opengroup.org/onlinepubs/9699919799/functions/getchar_unlocked.html) and [putchar_unlocked](http://pubs.opengroup.org/onlinepubs/9699919799/functions/putchar_unlocked.html).
-
bors authored
Add EAI_SYSTEM getaddrinfo error code. This is useful to decide if value returned from getaddrinfo is actual error or you should look at errno instead.
-
Tomasz Miąsko authored
This is useful to decide if value returned from getaddrinfo is actual error or you should look at errno instead.
-