about summary refs log tree commit diff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* SOL_TCP is nonstandard and not in the reserved namespaceRich Felker2013-01-311-2/+1
* add RTLD_NODELETE flag for dlopenRich Felker2013-01-231-0/+1
* add support for RTLD_NOLOAD to dlopenRich Felker2013-01-231-0/+1
* use a common definition of NULL as 0L for C and C++Rich Felker2013-01-188-49/+8
* add MOD_TAI to sys/timex.h and update STA_RONLYSzabolcs Nagy2013-01-121-1/+2
* add SWAP_FLAG_DISCARD to sys/swap.hSzabolcs Nagy2013-01-121-0/+1
* add mount flags to sys/mount.hSzabolcs Nagy2013-01-121-4/+22
* add IN_EXCL_UNLINK to sys/inotify.hSzabolcs Nagy2013-01-121-0/+1
* add EPOLLWAKEUP flag to sys/epoll.hSzabolcs Nagy2013-01-121-0/+1
* add RB_SW_SUSPEND and RB_KEXEC to sys/reboot.hSzabolcs Nagy2013-01-121-0/+2
* add missing ptrace requests and options to sys/ptrace.hSzabolcs Nagy2013-01-121-1/+9
* add missing multicast socket options to netinet/in.hSzabolcs Nagy2013-01-121-0/+17
* add missing protocol families to sys/socket.hSzabolcs Nagy2013-01-121-1/+11
* fix another case of cloexec/nonblock flags not matching arch valuesRich Felker2013-01-101-2/+3
* setjmp.h: add struct tag for sigjmp_buf (GCC C++ compatibility)rofl0r2013-01-041-1/+1
* add legacy header values.hrofl0r2013-01-042-0/+40
* time.h: add BSD aliases for otherwise internal struct tm membersrofl0r2013-01-041-0/+4
* wait.h: add linux specific, thread-related waitpid() flagsrofl0r2013-01-041-0/+4
* __assert_fail(): remove _Noreturn, to get proper stacktracesrofl0r2013-01-041-1/+1
* add some new-ish IPPROTO constants that were missingRich Felker2013-01-011-0/+3
* expose [v]asprintf under _BSD_SOURCERich Felker2012-12-281-2/+2
* align EPOLL_* flags with fcntl O_* flag definitions, which vary by archRich Felker2012-12-271-2/+3
* add linux extension POLLRDHUP to poll.hRich Felker2012-12-261-0/+1
* merge a few fixes by sh4rm4Rich Felker2012-12-193-0/+22
|\
| * socket.h: add SO_(SND/RCV)BUFFORCE to generic blockrofl0r2012-12-191-0/+2
| * add inet_network (required for wine)rofl0r2012-12-191-0/+1
| * link.h: expose glibc/svr4 dynlinker debugging gluerofl0r2012-12-191-0/+19
* | math: more correct tgmath.h type cast logicSzabolcs Nagy2012-12-191-32/+17
* | math: new type cast logic in tgmath.hSzabolcs Nagy2012-12-191-25/+58
|/
* Merge remote-tracking branch 'nsz/math'Rich Felker2012-12-153-17/+9
|\
| * fixed tgmath.h for functions with integral resultSzabolcs Nagy2012-12-141-7/+9
| * math: remove long double version of bessel functions from math.hSzabolcs Nagy2012-12-111-8/+0
| * make CMPLX macros available in complex.h in non-c11 mode as wellSzabolcs Nagy2012-12-111-2/+0
* | add some missing macros to sys/shm.hRich Felker2012-12-151-0/+3
* | add missing flags in sys/timerfd.hRich Felker2012-12-131-0/+6
|/
* fix regressions in app compatibility from previous sys/ipc.h changesRich Felker2012-12-101-0/+5
* syscall() declaration belongs in unistd.h, not sys/syscall.hRich Felker2012-12-102-10/+1
* fix names of ipc_perm __key/__seq elementsRich Felker2012-12-061-6/+2
* fix F_DUPFD_CLOEXEC being defined twicerofl0r2012-12-061-1/+0
* fixup for fcntl.h changesrofl0r2012-12-061-16/+15
* add personality syscallrofl0r2012-12-061-0/+6
* add sigandset and sigorset (needed for qemu)rofl0r2012-12-061-0/+3
* add struct msgbuf to sys/msg.hrofl0r2012-12-061-0/+7
* unistd.h: fix wrong type for gid_t argumentrofl0r2012-12-061-1/+1
* ipc.h: fix gnu aliases for key and seq in struct ipc_permrofl0r2012-12-061-2/+4
* add obsolete futimesat()rofl0r2012-12-061-0/+1
* fcntl.h: add some linux-specific F_ macrosrofl0r2012-12-061-0/+17
* tcp.h: add SOL_TCP, analoguous to udp.hrofl0r2012-12-061-0/+2
* fix inefficiency of math.h isless, etc. macrosRich Felker2012-12-051-15/+30
* add scsi headers scsi.h and sg.hRich Felker2012-12-052-0/+279