- Nov 09, 2017
- Nov 08, 2017
-
-
luozijun authored
-
- Nov 07, 2017
-
-
bors authored
Expose MFD_ constants on all Linux targets. These aren't exposed on non-MIPS musl targets, but since they're part of a kernel API, they're still applicable, so we just don't test them there but expose them anyways.
-
Bryant Mairs authored
These aren't exposed on non-MIPS musl targets, but since they're part of a kernel API, they're still applicable, so we just don't test them there but expose them anyways.
-
- Nov 06, 2017
-
-
bors authored
Add SHM_ANON for FreeBSD This is a constant for `shm_open` that is used instead of the address to create an anonymous shared memory mapping. https://github.com/freebsd/freebsd/blob/a9656e45a9d1cc0fc5343dd941106e0b823ff770/sys/sys/mman.h#L168
-
Greg V authored
-
bors authored
Add constants for memfd_create syscall
-
bors authored
Fix rustdoc warning
-
- Nov 05, 2017
-
-
Bryant Mairs authored
-
Guillaume Gomez authored
-
- Nov 02, 2017
-
-
bors authored
Add constants used by getrandom linux syscall getrandom syscall was added in kernel 3.17. Musl and android seems to use old kernel headers, but considering that they define SYS_getrandom, the constants GRND_NONBLOCK and GRND_RANDOM should also be defined.
-
Marco A L Barbosa authored
-
bors authored
Compile an empty library on wasm32 non-Emscripten In preparation for eventually having a non-Emscripten based wasm32 target, this commit makes `libc` the crate an empty library on wasm32 targets that are not with `target_os = "emscripten"`. This may eventually get filled out over time, but for now it's all empty!
-
Alex Crichton authored
In preparation for eventually having a non-Emscripten based wasm32 target, this commit makes `libc` the crate an empty library on wasm32 targets that are not with `target_os = "emscripten"`. This may eventually get filled out over time, but for now it's all empty!
-
- Oct 31, 2017
-
-
bors authored
Fix sparc64-unknown-linux-gnu tests Run sparc64 test in qemu system like s390x. Fix O_TMPFILE const. Fixes https://github.com/rust-lang/libc/issues/822
-
bors authored
Run s390x tests on qemu system qemu in user mode cannot run binaries produced by rustc (it hangs), so we run the tests in a fully virtualized s390x machine using qemu-system-s390x. Some constants had to be fixed.
-
Marco A L Barbosa authored
-
Marco A L Barbosa authored
-
Marco A L Barbosa authored
-
Marco A L Barbosa authored
-
- Oct 30, 2017
-
-
bors authored
Add WCONTINUED const for OpenBSD Simple addition of `WCONTINUED` for OpenBSD-like systems. Built nix against this modified libc and used it to test.
-
- Oct 29, 2017
-
-
William Orr authored
-
- Oct 28, 2017
-
-
bors authored
Bump to 0.2.33 Just bumping the release to make getprotobyname, getprotobynumber and getservbyname available.
-
Andrew Tunnell-Jones authored
-
bors authored
Fixes and test for x86_64-unknown-linux-gnux32 This fixes all libc tests and almost all rustc tests (3 libstd tests and one run-pass test fails). Fixes https://github.com/rust-lang/libc/issues/816https://github.com/rust-lang/libc/issues/816
-
bors authored
Add sparc64-unknown-linux-gnu to CI (with disabled tests) Tests are disabled because qemu segfaults, see https://github.com/rust-lang/libc/issues/822 The builder is still useful to catch some errors.
-
bors authored
Add mips64el to CI
-
bors authored
Add powerpc64le to CI
-
bors authored
Fix android ci
-
Alex Crichton authored
-
- Oct 27, 2017
-
-
Marco A L Barbosa authored
-
Marco A L Barbosa authored
-
Marco A L Barbosa authored
-
Marco A L Barbosa authored
-
Marco A L Barbosa authored
-
Marco A L Barbosa authored
-
Marco A L Barbosa authored
-
Marco A L Barbosa authored
-