- Mar 17, 2020
-
-
Yuki Okushi authored
-
- Mar 15, 2020
-
-
Árni Dagur authored
-
- Mar 14, 2020
-
-
Thomas Hurst authored
Add AT_EACCESS to Linux, Solaris, and Fuchsia. Add AT_SYMLINK_FOLLOW, AT_REMOVEDIR, and _AT_TRIGGER to Solaris.
-
Yuki Okushi authored
-
- Mar 13, 2020
-
-
Connor Kuehl authored
-
Connor Kuehl authored
-
Connor Kuehl authored
-
- Mar 09, 2020
-
-
John Baublitz authored
-
Richard Wiedenhöft authored
-
- Mar 08, 2020
-
-
zonyitoo authored
-
- Mar 01, 2020
-
-
Michal 'vorner' Vaner authored
Constants for the linux nfqueue netlink protocol (userspace firewall). Continuation of #1562 and #1571.
-
- Feb 29, 2020
-
-
Yuki Okushi authored
-
- Feb 12, 2020
-
-
Vickenty Fesunov authored
This triggers a warning on a recent nightly, which in turn breaks CI due to `#![deny(warnings)]` in libc-test/build.rs
-
- Nov 17, 2019
-
-
Michal 'vorner' Vaner authored
-
- Nov 16, 2019
-
-
Brandon Cheng authored
Only Netlink interface link attributes up IFLA_STATS are currently available. This commit adds IFLA_COST to IFLA_PROTO_DOWN. See https://github.com/torvalds/linux/blob/54ecb8f7/include/uapi/linux/if_link.h#L106
-
- Nov 05, 2019
-
-
Arthur Gautier authored
Signed-off-by:
Arthur Gautier <baloo@gandi.net>
-
- Nov 04, 2019
-
-
Arthur Gautier authored
-
- Oct 28, 2019
-
-
Michal 'vorner' Vaner authored
First batch for #1562
-
Michal 'vorner' Vaner authored
-
- Oct 06, 2019
-
- Sep 18, 2019
-
-
Philipp Gesang authored
It's *msg_prio* in both manpages and posix.
-
- Sep 12, 2019
-
-
gnzlbg authored
-
Paul Adenot authored
-
- Aug 10, 2019
-
-
John Baublitz authored
-
- Jun 26, 2019
-
-
John Baublitz authored
-
John Baublitz authored
-
- Jun 14, 2019
-
-
Joe Richey authored
-
Joe Richey authored
-
- Jun 13, 2019
-
-
Joe Richey authored
Closes #659
-
- Jun 05, 2019
-
-
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>
-
- Jun 04, 2019
-
-
Torbjørn Birch Moltu authored
-
gnzlbg authored
-
- Jun 03, 2019
-
-
gnzlbg authored
-
- May 29, 2019
-
-
gnzlbg authored
-
- May 28, 2019
-
-
Tobias Klauser authored
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
-
- May 27, 2019
-
-
gnzlbg authored
-
gnzlbg authored
-
Bryant Mairs authored
The `pad` or `__reserved` fields are not always 0 on some platforms, so when used in the `PartialEq` implementation being used, fails some comparisons. This commit manually implements the extra traits to correct this behavior.
-