- Jun 08, 2019
- Jun 07, 2019
-
-
Bryant Mairs authored
During the refactor in 4bd419eb, PTRACE_DETACH was accidentally removed on these targets. This re-adds it.
-
bors authored
Add more posix message queue functions for Linux and all for solarish I'm not able to run the tests locally (likely due to too old headers on Ubuntu 18.04), but I've tested my [posixmq crate](https://github.com/tormol/posixmq/tree/0decb7c82dd472024c7e90fd8121671881a81ae2) with these functions on Linux and OmniOS.
- Jun 06, 2019
- Jun 05, 2019
-
-
gnzlbg authored
-
Stefano Garzarella authored
Signed-off-by:
Stefano Garzarella <sgarzare@redhat.com>
-
gnzlbg authored
-
gnzlbg authored
-
gnzlbg authored
-
gnzlbg authored
-
Stefano Garzarella authored
Add struct sockaddr_vm and VMADDR_ constants to use VSOCK on Linux. VSOCK is present since Linux 3.9 Signed-off-by:
Stefano Garzarella <sgarzare@redhat.com>
-
gnzlbg authored
-
- Jun 04, 2019
-
-
Torbjørn Birch Moltu authored
-
Torbjørn Birch Moltu authored
-
gnzlbg authored
-
gnzlbg authored
-
gnzlbg authored
-
bors authored
Rename the notbsd module to linux_like
-
- Jun 03, 2019
-
-
gnzlbg authored
-
- Jun 02, 2019
-
-
red75prime authored
-
bors authored
Upgrade rlimit consts cc @aidanhs - this should fix the error you are seeing.
-
gnzlbg authored
-
gnzlbg authored
-
- 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
-