- Jun 03, 2019
-
-
gnzlbg authored
-
- Jun 02, 2019
- May 31, 2019
- May 29, 2019
-
-
bors authored
Add missing TIOCGRS485, TIOCSRS485 constants to Linux Closes #1094 .
-
bors authored
Deprecate fixed width integer type aliases cc @emilio - I think it makes sense to ensure that the latest released version of bindgen works properly with this change. That is, that even when asked to use C types from, e.g., `libc::`, it does not use aliases for the fixed-width integer C types (e.g. `libc::int64_t`) but uses Rust primitive types instead (e.g. `u64`). Closes #1304 .
-
bors authored
Add statx on Linux Closes #1178.
-
gnzlbg authored
-
gnzlbg authored
Deprecate AF_MAX and PF_MAX
-
gnzlbg authored
Closes #1094 .
-
gnzlbg authored
-
gnzlbg authored
Closes #1304 .
-
gnzlbg authored
-
gnzlbg authored
-
gnzlbg authored
Closes #1178.
-
gnzlbg authored
-
- May 28, 2019
-
-
bors authored
Cleanup asmjs
-
bors authored
Correct datatype for various termios constants This was a part of #625, but I moved it to a separate PR as it's a breaking change and those are currently blocked for Tier 1 platforms.
-
bors authored
Add F_SEAL_FUTURE_WRITE on Linux/Android This was added in Linux 5.1 and will only show up in the next glibc release, thus skip in tests.
-
gnzlbg authored
-
gnzlbg authored
-
Tobias Klauser authored
This was added in Linux 5.1 and will only show up in the next glibc release, thus skip in tests.
-
bors authored
Re-enable emscripten on CI and cleanup its libc-test
-
gnzlbg authored
-
gnzlbg authored
-
gnzlbg authored
-
gnzlbg authored
-
gnzlbg authored
-
gnzlbg authored
-
gnzlbg authored
-
gnzlbg authored
-
gnzlbg authored
-
bors authored
[breaking change] Cleanup linux and update MUSL * Update MUSL kernel headers to 4.4.2 (non-breaking) * [breaking] `MADV_SOFT_OFFLINE` is not defined on MIPS * [breaking] `sendmmsg`/`recvmmsg` take an `unsigned int` flag on MUSL * [breaking] `pthread_t` is a pointer on MUSL * `rlimit` resources should use a type alias on GNU (non-breaking) * Deprecate `SIGNUNUSED` (should use SIGSYS instead)
-
gnzlbg authored
-
- May 27, 2019