summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorLines
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
2012-05-23debloat jmp_buf in _GNU_SOURCE modeRich Felker-3/+0
2012-05-22remove everything related to forkallRich Felker-1/+0
2012-05-22some feature test fixes for unistd.hRich Felker-16/+16
2012-05-22_GNU_SOURCE implies all BSD features except ones GNU rejectsRich Felker-1/+1
2012-05-22various header cleanups, some related to _BSD_SOURCE additionRich Felker-17/+9
2012-05-22bsd_signal is a legacy (removed) XSI function, not needed in _BSD_SOURCERich Felker-4/+1
2012-05-22support _BSD_SOURCE feature test macroRich Felker-41/+126
2012-05-20move getpass decl to the right placeRich Felker-1/+1
2012-05-14useless lastlog path just to make some stuff happyRich Felker-0/+1
2012-05-14missing limit LOGIN_NAME_MAXRich Felker-0/+1
2012-05-12use __h_errno_location for h_errnoRich Felker-1/+5
2012-05-12susv4 removed gethostbyname, etc. legacy cruft.Rich Felker-9/+7
2012-05-12namespace cleanup - NI_* is NOT reserved by netdb.hRich Felker-3/+2
2012-05-12some gnu junk in netdb.hRich Felker-0/+8
2012-05-12fix missing va_list for vsyslogRich Felker-2/+2
2012-05-13search: add tdestroy (gnu extension)nsz-0/+2
2012-05-11add missing IN6_ARE_ADDR_EQUALRich Felker-0/+5
2012-05-10add one more bogus legacy headerRich Felker-0/+9
2012-05-10move vsyslog out of SYSLOG_NAMES conditionalRich Felker-2/+4
2012-05-10fix missing parens in bit op macros (param.h)Rich Felker-1/+1
2012-05-10and another bug in setbit, etc. macros..Rich Felker-1/+1
2012-05-10fix typo in sys/param.h that broke setbit, etc. macrosRich Felker-1/+1
2012-05-09omit declaration of basename wrongly interpreted as prototype in C++Rich Felker-0/+2
2012-05-06some extra legacy header stuffRich Felker-0/+32
2012-05-06take byte order from gcc if gcc has defined itRich Felker-0/+4
2012-05-06add isastream (obsolete STREAMS junk)Rich Felker-1/+2
2012-05-05fix definitions of FP_ILOGB constantsRich Felker-2/+2
2012-05-04add *64 junk for sys/*.h headersRich Felker-0/+50
2012-05-04add support for ugly *64 functions with _LARGEFILE64_SOURCERich Felker-0/+68
2012-05-03uglify headers for the sake of junk that compiles with gcc -std=c89/-ansiRich Felker-6/+24
2012-05-03add additional compatibility union member for ipv6 addressesRich Felker-0/+2
2012-05-01remove minimal linux kernel headersRich Felker-621/+0
2012-05-01support alternate glibc name pow10 for exp10Rich Felker-0/+3
2012-04-30first try at writing an efficient and "correct" exp10Rich Felker-0/+4
2012-04-29add linux-specific unshare syscall wrapperRich Felker-0/+1
2012-04-22implement getusershell, etc. legacy functionsRich Felker-0/+3
2012-04-22getdtablesize is not standard; move it to its correct spot in unistd.hRich Felker-1/+1
2012-04-22fix breakage in endian.hRich Felker-1/+1
2012-04-22add some ugly byte swapping cruft in endian.hRich Felker-0/+59
2012-04-22add getresuid and getresgid syscall wrappersRich Felker-0/+2
2012-04-18fix header typoRich Felker-1/+1
2012-04-18legacy junk compatibility grab-bagRich Felker-7/+34
2012-04-18fix incorrect macro name for MATH_ERREXCEPT in math.hRich Felker-1/+1
2012-04-15move F_DUPFD_CLOEXEC out of bitsRich Felker-0/+2
2012-04-13rename __sa_restorer to sa_restorer in struct sigactionRich Felker-1/+1