summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorLines
2012-09-06add _Noreturn function attribute, with fallback for pre-C11 GNUCRich Felker-5/+19
2012-09-06dladdr should be available under _BSD_SOURCE as well as _GNU_SOURCERich Felker-1/+1
2012-09-06use restrict everywhere it's required by c99 and/or posix 2008Rich Felker-184/+353
2012-09-02avoid "inline" in public headers for strict c89 compatibilityRich Felker-27/+22
2012-09-01fix wrong type for poll.h nfds_tRich Felker-1/+1
2012-08-26dladdr support for dynamic linker (nonstandard extension)Rich Felker-0/+10
2012-08-25implement "low hanging fruit" from C11Rich Felker-0/+18
2012-08-25add c11 quick_exit and at_quick_exit functionsRich Felker-0/+2
2012-08-24type exposure fixes in sys/sem.hRich Felker-2/+5
2012-08-24stdio_ext.h needs to include stdio.h, at least to get FILE...Rich Felker-0/+2
2012-08-24fix missing uintXX_t in nameser.hRich Felker-0/+2
2012-08-24fix dirent.h with _BSD_SOURCERich Felker-0/+3
2012-08-15improve headers to better deal with removed-in-posix-2008 featuresRich Felker-13/+22
2012-08-15add missing xattr functionsRich Felker-0/+3
2012-08-13math: fix _BSD_SOURCE namespace in math.hnsz-25/+26
2012-08-13remove significandlRich Felker-1/+0
2012-08-13add significand[fl] math functionsRich Felker-0/+4
2012-08-13publicly expose getdents api under _BSD_SOURCERich Felker-0/+7
2012-08-11add bsd fgetln functionRich Felker-0/+4
2012-08-05fix socket.h on mipsRich Felker-0/+3
2012-07-23add ioperm/iopl syscallsRich Felker-0/+13
2012-07-23add splice and vmsplice syscallsRich Felker-0/+12
2012-07-23add extended attributes syscallsRich Felker-0/+27
2012-07-23add pipe2 syscallRich Felker-0/+1
2012-07-22fix namespace issue in prototypes in math.hRich Felker-2/+2
2012-07-22fix wrong size for sigjmp_buf signal set arrayRich Felker-1/+1
2012-07-19fix typo in aio.hRich Felker-1/+1
2012-07-12workaround another sendmsg kernel bug on 64-bit machinesRich Felker-7/+0
2012-07-12fix redef of sigprocmask constants on mipsRich Felker-2/+0
2012-07-12more mips bits-header fixesRich Felker-0/+2
2012-07-04add prototypes for getw/putwRich Felker-0/+2
2012-07-03jmp_buf overhaul fixing several issuesRich Felker-1/+5
2012-06-29replace old and ugly crypt implementationRich Felker-0/+20
2012-06-23add process_vm_readv and process_vm_writev syscall wrappersRich Felker-0/+9
2012-06-20proper error handling for fcntl F_GETOWN on modern kernelsRich Felker-0/+11
2012-06-19include declarations for new stdio_ext functions (gnulib support)Rich Felker-0/+5
2012-06-15header file fixes: multiple include guard consistency and correctnessRich Felker-18/+18
2012-06-13revert one change in time.h; no evidence BSD_SOURCE should expose these..Rich Felker-1/+1
2012-06-13fix feature test macros in time.hRich Felker-5/+2
2012-06-13add timegm function (inverse of gmtime), nonstandardRich Felker-0/+3
2012-06-13add (currently stubbed due to stubbed strverscmp) versionsort functionRich Felker-0/+5
2012-06-08fix signedness errors in stdint.h constant macrosRich Felker-2/+2
2012-06-07fix sysinfo, try 2. it seems to work this time.Rich Felker-10/+10
2012-06-07sysinfo struct was utter nonsense; no idea where it came from.Rich Felker-4/+3
2012-06-04_GNU_SOURCE is supposed to imply _LARGEFILE64_SOURCERich Felker-15/+15
2012-06-02declare environ in unistd.h when _GNU_SOURCE feature test macro is usedRich Felker-0/+1
2012-05-28there is no such GNU function fpurge, only __fpurge.Rich Felker-1/+0
2012-05-28add prototype for BSD/GNU stdio *_unlocked extension functionsRich Felker-2/+12
2012-05-28remove duplicate lfs64 cruft in stdio.hRich Felker-2/+0
2012-05-28math: fix nextafter definition in tgmath.hnsz-1/+1