- Sep 09, 2016
-
-
Sébastien Marie authored
- Sep 06, 2016
-
-
bors authored
Add prelimenary wasm32 support For the moment there's nothing different about the emscripten libc implementations for asmjs and wasm32.
-
Brian Anderson authored
-
- Sep 04, 2016
-
-
bors authored
mips: add SO_REUSEPORT Which is required to cross compile the net2 crate. Which, in turn, is required to cross compile Cargo. r? @alexcrichton
-
Jorge Aparicio authored
-
- Sep 03, 2016
-
-
bors authored
add support for s390x tested by running libc-test on real s390x hardware. r? @alexcrichton
-
Jorge Aparicio authored
-
Jorge Aparicio authored
-
Jorge Aparicio authored
-
- Aug 30, 2016
-
-
bors authored
added getchar and putchar Not sure why they were not in the repo until now, but they are both part of POSIX.1-2008: [getchar](http://pubs.opengroup.org/onlinepubs/9699919799/functions/getchar.html), [putchar](http://pubs.opengroup.org/onlinepubs/9699919799/functions/putchar.html)
-
Philipp Keller authored
-
- Aug 29, 2016
-
-
bors authored
mips64: define SIGSTKSZ r? @alexcrichton
-
Jorge Aparicio authored
-
- Aug 28, 2016
-
-
bors authored
Add CI for mipsel-unknown-linux-musl Download a trunk OpenWRT toolchain and verify bindings against that. Also fixup a few stray errors today
-
Alex Crichton authored
Download a trunk OpenWRT toolchain and verify bindings against that. Also fixup a few stray errors today
-
- Aug 27, 2016
-
-
bors authored
add initial support for mips64 just enough to be able to cross compile std for the mips64-gnu targets tested by running libc-test for mips64-unknown-linux-gnuabi64 r? @alexcrichton
-
bors authored
Add lutimes Add lutimes except for openbsd, solaris, android
-
bors authored
Add more architectures to libc-test * `i686-unknown-linux-musl` * `powerpc-unknown-linux-gnu` * `powerpc64-unknown-linux-gnu` cc @japaric cc https://github.com/rust-lang/rust/issues/36006
-
Alex Crichton authored
-
knight42 authored
-
Jorge Aparicio authored
just enough to be able to cross compile std for the mips64-gnu targets tested by running libc-test for mips64-unknown-linux-gnuabi64
-
Alex Crichton authored
-
Alex Crichton authored
-
Alex Crichton authored
-
Alex Crichton authored
Use the standard mips compilers from Ubuntu now
-
Alex Crichton authored
-
Alex Crichton authored
-
- Aug 26, 2016
-
-
Alex Crichton authored
Add missing consts on Solaris
-
Nikita Baksalyar authored
-
- Aug 22, 2016
-
-
Alex Crichton authored
Corrects signedness of c_char for Linux musl Aarch64 & ppc64.
-
Guillaume Lestringant authored
-
- Aug 19, 2016
-
-
Alex Crichton authored
Add sem_timedwait for unix platforms
-
Chirantan Ekbote authored
-
- Aug 18, 2016
-
-
Chirantan Ekbote authored
We can almost implement synchronization mechanisms in pure-rust using pthread semaphores as the primitive but sem_timedwait is necessary for implementing timeout-based functions.
-
Alex Crichton authored
Add some macros from sched.h for android and linux.
-
Philipp Matthias Schaefer authored
I duplicated the code for android, because the member of cpu_set_t is private, thus cannot be accessed in the parent mod. I would have had to configure the name anyway based on the platform, because it differs between the platforms.
-
- Aug 16, 2016
-
-
Alex Crichton authored
add missing (common) iff constants
-
Dov Reshef authored
-
- Aug 15, 2016
-
-
Alex Crichton authored
Move a few scheduling related functions from linux to notbsd.
-