- May 21, 2019
-
-
Inokentiy Babushkin authored
Because we cannot yet bring a more recent musl to the mips and mipsel architectures, we disable support for these constant until a cascading update with rust-lang/rust has been done.
-
Inokentiy Babushkin authored
This reverts commit 1a1b170a.
-
Inokentiy Babushkin authored
This reverts commit 7b171fb1.
-
- May 20, 2019
-
-
Inokentiy Babushkin authored
-
- May 19, 2019
-
-
Inokentiy Babushkin authored
-
Inokentiy Babushkin authored
-
- May 15, 2019
-
-
Inokentiy Babushkin authored
Both are linux-specific additions, and supported since kernel version 4.17 and 4.15, respectively.
-
- May 02, 2019
-
-
bors authored
Revert PR 1322 Reverts PR #1322 . cc https://github.com/rust-lang/rust/pull/60117
-
gnzlbg authored
-
gnzlbg authored
-
bors authored
Deprecate _pad field on siginfo_t As discussed in https://github.com/rust-lang/libc/pull/1316
-
- May 01, 2019
-
-
Alex Gaynor authored
-
Alex Gaynor authored
-
Alex Gaynor authored
-
- Apr 29, 2019
-
-
bors authored
Fix getgrgid_r to accept gid_t. Closes #1320.
-
Charles Lew authored
-
- Apr 26, 2019
-
-
bors authored
Bump to 0.2.53 This adds more WASI support, and in particular adds support for WASI being a target_os rather than a target_env, which relates to this PR: https://github.com/rust-lang/rust/pull/60117
-
Dan Gohman authored
This adds more WASI support, and in particular adds support for WASI being a target_os rather than a target_env, which relates to this PR: https://github.com/rust-lang/rust/pull/60117
-
- Apr 25, 2019
-
-
bors authored
Add more WASI libc bindings This picks up #1321, adding more WASI libc bindings, adding several more fixes. In particular, `cargo test --all` including libc-test now builds successfully.
-
- Apr 24, 2019
-
-
Dan Gohman authored
-
Dan Gohman authored
fd_set isn't automatically copyable. While it will be possible to fix that, for now just remove these so that they don't block other changes.
-
Dan Gohman authored
-
Dan Gohman authored
-
Dan Gohman authored
-
Dan Gohman authored
This contains several fixes, including the FD_ISSET signature change that the previous patch in this PR needs.
-
- Apr 23, 2019
-
-
Dan Gohman authored
dirent contains a flexible array member, so don't test its sizeof, don't allow it to be copied, and don't represent it with an artificial size.
-
Dan Gohman authored
-
Dan Gohman authored
Also, locale_t is a typedef for a pointer to an opaque struct, so represent it that way explicitly.
-
Dan Gohman authored
-
Dan Gohman authored
Rustc is changing it to be target_os; for now, recognize both.
-
Dan Gohman authored
-
Dan Gohman authored
-
Dan Gohman authored
-
- Apr 20, 2019
-
-
bors authored
Bump to 0.2.52 This will allow the crt-static feature to be utilized correctly on Redox, #1322
-
bors authored
This fixes issue #1318 - on Solarish systems __posix_readdir_r is only defined for 32-bit Solarish targets. Since rust doesn't currently support 32-bit Solarish targets, the line is both unnecessary and wrong. As found with the latest fd binary, removing the line fixed the fd build (and fd then works as expected).
-
- Apr 19, 2019
-
-
Jeremy Soller authored
-
bors authored
redox: support crt-static This reuses the code from musl to add support to Redox for crt-static. Linking to `m` is also unnecessary as it is included in `c`
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jason King authored
-