635 Commits (a3763d64e0d65ed1902b36c521c57cd252b9c3be)

Author SHA1 Message Date
rofl0r caec662217 add arpa/ftp.h 13 years ago
Rich Felker 2cc63358cd add mkostemp, mkstemps, and mkostemps functions and reorganize temp internals 13 years ago
Rich Felker cac872957e add fgetgrent function 13 years ago
Rich Felker d5142642b8 pthread stack treatment overhaul for application-provided stacks, etc. 13 years ago
Rich Felker 725c55528d SOL_TCP is nonstandard and not in the reserved namespace 13 years ago
Rich Felker 55ddbc3e5d add RTLD_NODELETE flag for dlopen 14 years ago
Rich Felker 4d07e5521e add support for RTLD_NOLOAD to dlopen 14 years ago
Rich Felker 41d7c77d6a use a common definition of NULL as 0L for C and C++ 14 years ago
Szabolcs Nagy 200f96c6a0 add MOD_TAI to sys/timex.h and update STA_RONLY 14 years ago
Szabolcs Nagy d650631dad add SWAP_FLAG_DISCARD to sys/swap.h 14 years ago
Szabolcs Nagy 645c6d99a5 add mount flags to sys/mount.h 14 years ago
Szabolcs Nagy 48854dffdb add IN_EXCL_UNLINK to sys/inotify.h 14 years ago
Szabolcs Nagy ada88f6178 add EPOLLWAKEUP flag to sys/epoll.h 14 years ago
Szabolcs Nagy c7351ffe9b add RB_SW_SUSPEND and RB_KEXEC to sys/reboot.h 14 years ago
Szabolcs Nagy 2010361663 add missing ptrace requests and options to sys/ptrace.h 14 years ago
Szabolcs Nagy 119645b6bb add missing multicast socket options to netinet/in.h 14 years ago
Szabolcs Nagy f13a478860 add missing protocol families to sys/socket.h 14 years ago
Rich Felker 2dec29741b fix another case of cloexec/nonblock flags not matching arch values 14 years ago
rofl0r d84923d89e setjmp.h: add struct tag for sigjmp_buf (GCC C++ compatibility) 14 years ago
rofl0r 2ba3f44db5 add legacy header values.h 14 years ago
rofl0r 87781ac64c time.h: add BSD aliases for otherwise internal struct tm members 14 years ago
rofl0r e895ddc0cd wait.h: add linux specific, thread-related waitpid() flags 14 years ago
rofl0r 2c1f8fd5da __assert_fail(): remove _Noreturn, to get proper stacktraces 14 years ago
Rich Felker 5d893e50b0 add some new-ish IPPROTO constants that were missing 14 years ago
Rich Felker d18a410bbf expose [v]asprintf under _BSD_SOURCE 14 years ago
Rich Felker 761ebe065c align EPOLL_* flags with fcntl O_* flag definitions, which vary by arch 14 years ago
Rich Felker 8442358d9d add linux extension POLLRDHUP to poll.h 14 years ago
rofl0r 3159e2fc81 socket.h: add SO_(SND/RCV)BUFFORCE to generic block 14 years ago
Szabolcs Nagy 3c4214db72 math: more correct tgmath.h type cast logic 14 years ago
rofl0r 36d7303878 add inet_network (required for wine) 14 years ago
rofl0r 26cf9c3c6b link.h: expose glibc/svr4 dynlinker debugging glue 14 years ago
Szabolcs Nagy e9e2b66e68 math: new type cast logic in tgmath.h 14 years ago
Rich Felker 9cb589939c add some missing macros to sys/shm.h 14 years ago
Szabolcs Nagy 9346094423 fixed tgmath.h for functions with integral result 14 years ago
Rich Felker d50955620f add missing flags in sys/timerfd.h 14 years ago
Szabolcs Nagy 64623cd59a math: remove long double version of bessel functions from math.h 14 years ago
Szabolcs Nagy faea4c9937 make CMPLX macros available in complex.h in non-c11 mode as well 14 years ago
Rich Felker 490d4a0e9e fix regressions in app compatibility from previous sys/ipc.h changes 14 years ago
Rich Felker baf246e559 syscall() declaration belongs in unistd.h, not sys/syscall.h 14 years ago
Rich Felker d1b6fc6ecc fix names of ipc_perm __key/__seq elements 14 years ago
rofl0r e00e07f664 fix F_DUPFD_CLOEXEC being defined twice 14 years ago
rofl0r e34d967c3e fixup for fcntl.h changes 14 years ago
rofl0r 6fb88a955a add personality syscall 14 years ago
rofl0r a1990e1e83 add sigandset and sigorset (needed for qemu) 14 years ago
rofl0r 0182c287ca add struct msgbuf to sys/msg.h 14 years ago
rofl0r 6bf0fdbdfc unistd.h: fix wrong type for gid_t argument 14 years ago
rofl0r f1bb78343a ipc.h: fix gnu aliases for key and seq in struct ipc_perm 14 years ago
rofl0r 7aec71c411 add obsolete futimesat() 14 years ago
rofl0r 120e402de6 fcntl.h: add some linux-specific F_ macros 14 years ago
rofl0r 3d3903fa5b tcp.h: add SOL_TCP, analoguous to udp.h 14 years ago