about summary refs log tree commit diff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* and another bug in setbit, etc. macros..Rich Felker2012-05-101-1/+1
* fix typo in sys/param.h that broke setbit, etc. macrosRich Felker2012-05-101-1/+1
* omit declaration of basename wrongly interpreted as prototype in C++Rich Felker2012-05-091-0/+2
* some extra legacy header stuffRich Felker2012-05-063-0/+32
* take byte order from gcc if gcc has defined itRich Felker2012-05-061-0/+4
* add isastream (obsolete STREAMS junk)Rich Felker2012-05-061-1/+2
* fix definitions of FP_ILOGB constantsRich Felker2012-05-051-2/+2
* add *64 junk for sys/*.h headersRich Felker2012-05-047-0/+50
* add support for ugly *64 functions with _LARGEFILE64_SOURCERich Felker2012-05-048-0/+68
* uglify headers for the sake of junk that compiles with gcc -std=c89/-ansiRich Felker2012-05-032-6/+24
* add additional compatibility union member for ipv6 addressesRich Felker2012-05-031-0/+2
* remove minimal linux kernel headersRich Felker2012-05-015-621/+0
* support alternate glibc name pow10 for exp10Rich Felker2012-05-011-0/+3
* first try at writing an efficient and "correct" exp10Rich Felker2012-04-301-0/+4
* add linux-specific unshare syscall wrapperRich Felker2012-04-291-0/+1
* implement getusershell, etc. legacy functionsRich Felker2012-04-221-0/+3
* getdtablesize is not standard; move it to its correct spot in unistd.hRich Felker2012-04-221-1/+1
* fix breakage in endian.hRich Felker2012-04-221-1/+1
* add some ugly byte swapping cruft in endian.hRich Felker2012-04-221-0/+59
* add getresuid and getresgid syscall wrappersRich Felker2012-04-221-0/+2
* fix header typoRich Felker2012-04-181-1/+1
* legacy junk compatibility grab-bagRich Felker2012-04-184-7/+34
* fix incorrect macro name for MATH_ERREXCEPT in math.hRich Felker2012-04-181-1/+1
* move F_DUPFD_CLOEXEC out of bitsRich Felker2012-04-151-0/+2
* rename __sa_restorer to sa_restorer in struct sigactionRich Felker2012-04-131-1/+1