about summary refs log tree commit diff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* use __builtin_offsetof to implement offsetof when possibleRich Felker2012-12-051-0/+4
* add _ALL_SOURCE as an alias for _GNU_SOURCE/enable-everythingRich Felker2012-12-031-0/+4
* feature test macros: make _GNU_SOURCE enable everythingRich Felker2012-12-035-18/+4
* fix a couple issues in the inttypes.h PRI/SCN macrosRich Felker2012-12-021-22/+25
* provide NSIG under _BSD_SOURCE (default) as well as _GNU_SOURCERich Felker2012-11-301-1/+4
* fix some restrict-qualifier mismatches in newly added interfacesRich Felker2012-11-271-2/+2
* fix eventfd and inotify nonblock/cloexec flags to match arch valuesRich Felker2012-11-262-4/+6
* fix missing limits when only _BSD_SOURCE is definedRich Felker2012-11-261-1/+1
* fixup mcontext stuff to expost gregset_t/fpregset_t as appropriateRich Felker2012-11-252-2/+3
* make sys/procfs.h mostly work on most archsRich Felker2012-11-251-18/+0
* add back NSIG, removed from powerpc in last commit, but for all archsRich Felker2012-11-211-0/+1
* fix breakage from introducing bits header for sys/io.hRich Felker2012-11-181-0/+3
* add port io functions to sys/io.hRich Felker2012-11-181-2/+3
* fcntl.h: O_SEARCH was missing for powerpcrofl0r2012-11-181-0/+4
* add cleaned-up sys/mtio.hRich Felker2012-11-171-0/+188
* add stub versions of some missing optional pthread interfacesRich Felker2012-11-171-0/+5
* disable SO_REUSEPORT in sys/socket.hRich Felker2012-11-151-1/+1
* complex: add C11 CMPLX macros and replace cpack with themSzabolcs Nagy2012-11-131-0/+9
* report support of TPS option in unistd.h and sysconfRich Felker2012-11-111-0/+1
* add support for thread scheduling (POSIX TPS option)Rich Felker2012-11-113-0/+12
* fix numerous mips abi constant definition mismatchesRich Felker2012-11-051-0/+7