- Sep 26, 2019
-
-
Baoshan Pang authored
-
Baoshan Pang authored
-
- Sep 24, 2019
-
-
Baoshan Pang authored
-
Baoshan Pang authored
-
- Sep 23, 2019
-
-
Baoshan Pang authored
-
Baoshan Pang authored
-
Baoshan Pang authored
-
- Sep 20, 2019
-
-
Salim Nasser authored
-
gnzlbg authored
-
Artyom Pavlov authored
-
Artyom Pavlov authored
-
Artyom Pavlov authored
-
- Sep 18, 2019
-
-
Philipp Gesang authored
It's *msg_prio* in both manpages and posix.
-
- Sep 17, 2019
-
-
Baoshan Pang authored
defining uintptr_t = usize and intptr_t/ptrdiff_t = isize, and using uintptr_t to define size_t, and intptr_t to define ssize_t.
-
- Sep 16, 2019
-
-
Baoshan Pang authored
2. implement Debug for big size array 3. remove code related to epoll 4. use 'pub enum' for _Vx_semaphore
-
gnzlbg authored
This adds libc-test support for Freebsd10 and a CI build job that tests FreeBSD10 with LIBC_CI only.
-
Magnus Ulimoen authored
-
- Sep 14, 2019
-
-
Baoshan Pang authored
-
- Sep 13, 2019
-
-
Baoshan Pang authored
-
Salim Nasser authored
-
Salim Nasser authored
-
Salim Nasser authored
-
Salim Nasser authored
-
- Sep 12, 2019
-
-
gnzlbg authored
-
gnzlbg authored
-
gnzlbg authored
-
Paul Adenot authored
-
- Sep 02, 2019
-
-
Luke Petre authored
-
Luke Petre authored
-
Alan Somers authored
This value can vary at runtime. Applications should instead use sysconf(3) with _SC_AIO_LISTIO_MAX.
-
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.
-
- Sep 01, 2019
-
-
Alan Somers authored
-
Luca Bruno authored
This adds `utmpname(3)` on Linux with GNU libc. Ref: https://refspecs.linuxfoundation.org/LSB_3.0.0/LSB-Core-generic/LSB-Core-generic/baselib-utmpname-3.html
-
Luca Bruno authored
This adds a few missing constants from DragonflyBSD `utmpx.h`. Ref: http://gitweb.dragonflybsd.org/dragonfly.git/blob/HEAD:/include/utmpx.h
-
Luca Bruno authored
This adds a few missing constants from FreeBSD `utmpx.h`. Ref: https://github.com/freebsd/freebsd/blob/a1d2b5187332a366a897689c5fb41d38d7e1b0d8/include/utmpx.h
-
- Aug 29, 2019
-
-
Thomas Lively authored
-
- Aug 23, 2019
-
-
Logan Wendholt authored
-
Logan Wendholt authored
-
- Aug 22, 2019
-
-
Logan Wendholt authored
-
- Aug 21, 2019
-
-
newpavlov authored
-