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