- Jun 26, 2020
-
-
Jason King authored
-
- May 27, 2020
-
-
Joshua M. Clulow authored
SmartOS is a downstream distribution of illumos, and carries a number of additional patches that are not commonly available in other illumos distributions. They are also not found in Oracle Solaris. With these removed, the libc tests pass on a stock illumos system running OpenIndiana.
-
- May 21, 2020
-
-
Yuki Okushi authored
-
- Apr 03, 2020
-
-
Patrick Mooney authored
-
- Mar 21, 2020
-
-
Torbjørn Birch Moltu authored
References: * NetBSD (became available with 8.0): http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/sys/socket.h?annotate=1.129&only_with_tag=MAIN http://cvsweb.netbsd.org/bsdweb.cgi/src/lib/libc/sys/accept4.c?annotate=1.2&only_with_tag=MAIN * Illumos: https://illumos.org/man/3socket/accept https://github.com/illumos/illumos-gate/blob/master/usr/src/uts/common/sys/socket.h https://github.com/illumos/illumos-gate/blob/master/usr/src/lib/libsocket/socket/weaks.c * Solaris: https://docs.oracle.com/cd/E88353_01/html/E37843/accept-3c.html
-
- 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.
-
- Mar 09, 2020
-
-
Vita Batrla authored
-
- Mar 01, 2020
-
-
Daniel Fox Franke 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
-
- Dec 11, 2019
-
-
GrayJack authored
-
- Dec 08, 2019
- Nov 30, 2019
-
-
GrayJack authored
-
- Nov 27, 2019
-
-
Joshua M. Clulow authored
-
Joshua M. Clulow authored
-
- Nov 25, 2019
-
-
Petr Sumbera authored
-
- Nov 22, 2019
-
-
Petr Sumbera authored
-
GrayJack authored
-
- Nov 19, 2019
-
-
GrayJack authored
-
- Nov 14, 2019
-
-
Mike Zeller authored
-
- Nov 06, 2019
-
-
Petr Sumbera authored
-
Petr Sumbera authored
This is needed because Firefox now uses slice-deque rust crate.
-
- Nov 01, 2019
-
-
GrayJack authored
-
- Oct 13, 2019
-
-
GrayJack authored
-
- Sep 18, 2019
-
-
Philipp Gesang authored
It's *msg_prio* in both manpages and posix.
-
- Sep 12, 2019
- Sep 02, 2019
-
-
Alan Somers authored
This constant is not stable across OS versions, so it cannot be used in any backwards- or forwards- compatible way. It's typically used to size arrays in the kernel and in debugging utilities that are closely tied to the OS version. Since libc is ignorant about OS versions, we shouldn't even be defining it.
-
- Aug 17, 2019
-
-
Luke Petre authored
-
- Jul 05, 2019
-
-
Bryant Mairs authored
These constants have already been deprecated for a few releases with a deprecation notice, so they can finally be removed. Closes rust-lang/libc#665
-
- Jun 23, 2019
-
-
Robert D. French authored
-
Robert D. French authored
-
- Jun 10, 2019
-
-
Bryant Mairs authored
sigevent structs on most platforms have padding or unused fields. Rather than display those in the Debug impl by deriving it, manually implement all extra_traits instead ignoring those fields.
-
- Jun 04, 2019
-
-
Torbjørn Birch Moltu authored
-
- May 29, 2019
- May 27, 2019
-
-
gnzlbg authored
-