summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2012-07-23add splice and vmsplice syscallsRich Felker1-0/+12
2012-07-23add extended attributes syscallsRich Felker1-0/+27
2012-07-23add pipe2 syscallRich Felker1-0/+1
2012-07-22fix namespace issue in prototypes in math.hRich Felker1-2/+2
2012-07-22fix wrong size for sigjmp_buf signal set arrayRich Felker1-1/+1
2012-07-19fix typo in aio.hRich Felker1-1/+1
2012-07-12workaround another sendmsg kernel bug on 64-bit machinesRich Felker1-7/+0
2012-07-12fix redef of sigprocmask constants on mipsRich Felker1-2/+0
2012-07-12more mips bits-header fixesRich Felker1-0/+2
2012-07-04add prototypes for getw/putwRich Felker1-0/+2
2012-07-03jmp_buf overhaul fixing several issuesRich Felker1-1/+5
2012-06-29replace old and ugly crypt implementationRich Felker1-0/+20
2012-06-23add process_vm_readv and process_vm_writev syscall wrappersRich Felker1-0/+9
2012-06-20proper error handling for fcntl F_GETOWN on modern kernelsRich Felker1-0/+11
2012-06-19include declarations for new stdio_ext functions (gnulib support)Rich Felker1-0/+5
2012-06-15header file fixes: multiple include guard consistency and correctnessRich Felker10-18/+18
2012-06-13revert one change in time.h; no evidence BSD_SOURCE should expose these..Rich Felker1-1/+1
2012-06-13fix feature test macros in time.hRich Felker1-5/+2
2012-06-13add timegm function (inverse of gmtime), nonstandardRich Felker1-0/+3
2012-06-13add (currently stubbed due to stubbed strverscmp) versionsort functionRich Felker1-0/+5
2012-06-08fix signedness errors in stdint.h constant macrosRich Felker1-2/+2
2012-06-07fix sysinfo, try 2. it seems to work this time.Rich Felker1-10/+10
2012-06-07sysinfo struct was utter nonsense; no idea where it came from.Rich Felker1-4/+3
2012-06-04_GNU_SOURCE is supposed to imply _LARGEFILE64_SOURCERich Felker15-15/+15
2012-06-02declare environ in unistd.h when _GNU_SOURCE feature test macro is usedRich Felker1-0/+1
2012-05-28there is no such GNU function fpurge, only __fpurge.Rich Felker1-1/+0
2012-05-28add prototype for BSD/GNU stdio *_unlocked extension functionsRich Felker1-2/+12
2012-05-28remove duplicate lfs64 cruft in stdio.hRich Felker1-2/+0
2012-05-28math: fix nextafter definition in tgmath.hnsz1-1/+1
2012-05-23debloat jmp_buf in _GNU_SOURCE modeRich Felker1-3/+0
2012-05-22remove everything related to forkallRich Felker1-1/+0
2012-05-22some feature test fixes for unistd.hRich Felker1-16/+16
2012-05-22_GNU_SOURCE implies all BSD features except ones GNU rejectsRich Felker1-1/+1
2012-05-22various header cleanups, some related to _BSD_SOURCE additionRich Felker3-17/+9
2012-05-22bsd_signal is a legacy (removed) XSI function, not needed in _BSD_SOURCERich Felker1-4/+1
2012-05-22support _BSD_SOURCE feature test macroRich Felker22-41/+126
2012-05-20move getpass decl to the right placeRich Felker2-1/+1
2012-05-14useless lastlog path just to make some stuff happyRich Felker1-0/+1
2012-05-14missing limit LOGIN_NAME_MAXRich Felker1-0/+1
2012-05-12use __h_errno_location for h_errnoRich Felker1-1/+5
2012-05-12susv4 removed gethostbyname, etc. legacy cruft.Rich Felker1-9/+7
2012-05-12namespace cleanup - NI_* is NOT reserved by netdb.hRich Felker1-3/+2
2012-05-12some gnu junk in netdb.hRich Felker1-0/+8
2012-05-12fix missing va_list for vsyslogRich Felker1-2/+2
2012-05-13search: add tdestroy (gnu extension)nsz1-0/+2
2012-05-11add missing IN6_ARE_ADDR_EQUALRich Felker1-0/+5
2012-05-10add one more bogus legacy headerRich Felker1-0/+9
2012-05-10move vsyslog out of SYSLOG_NAMES conditionalRich Felker1-2/+4
2012-05-10fix missing parens in bit op macros (param.h)Rich Felker1-1/+1
2012-05-10and another bug in setbit, etc. macros..Rich Felker1-1/+1