623 Commits (f5fb20b0e934770c37093105524ea644dcaba5e2)

Author SHA1 Message Date
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
Rich Felker 96b3ea53f9 fix inefficiency of math.h isless, etc. macros 14 years ago
Rich Felker 91b0588909 add scsi headers scsi.h and sg.h 14 years ago
Rich Felker a7c1f9727a use __builtin_offsetof to implement offsetof when possible 14 years ago
Rich Felker b3175f5c48 add _ALL_SOURCE as an alias for _GNU_SOURCE/enable-everything 14 years ago
Rich Felker 769fd4ce20 feature test macros: make _GNU_SOURCE enable everything 14 years ago
Rich Felker 216b706548 fix a couple issues in the inttypes.h PRI/SCN macros 14 years ago
Rich Felker 7dcb640da3 provide NSIG under _BSD_SOURCE (default) as well as _GNU_SOURCE 14 years ago
Rich Felker 1c322f2f0a fix some restrict-qualifier mismatches in newly added interfaces 14 years ago
Rich Felker b4d8a16c1a fix eventfd and inotify nonblock/cloexec flags to match arch values 14 years ago
Rich Felker 56c6943efe fix missing limits when only _BSD_SOURCE is defined 14 years ago
Rich Felker a8da6c2f28 fixup mcontext stuff to expost gregset_t/fpregset_t as appropriate 14 years ago
Rich Felker 4b75f4ed8d make sys/procfs.h mostly work on most archs 14 years ago