summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2013-11-24shadow: Implement fgetspentMichael Forney-1/+10
2013-11-24shadow: Move spent parsing to internal functionMichael Forney-31/+40
2013-11-24Fix dn_comp prototype and add stubMichael Forney-1/+10
2013-11-24shadow: Implement putspentMichael Forney-5/+13
2013-11-24math: clean up __rem_pio2Szabolcs Nagy-71/+53
2013-11-24use 0 instead of NULL in headers where NULL is not definedSzabolcs Nagy-3/+3
2013-11-23add O_TMPFILE flag, new in linux 3.11Szabolcs Nagy-0/+6
2013-11-23add TCP_NOTSENT_LOWAT tcp socket option, new in linux v3.12Szabolcs Nagy-0/+1
2013-11-23add linux tcp state enumsTimo Teräs-0/+12
2013-11-23add multicast structures from RFC 3678 to netinet/in.hTimo Teräs-1/+42
2013-11-23Fix dn_expand pointer followingMichael Forney-1/+1
2013-11-23putgrent: Add missing newlineMichael Forney-0/+1
2013-11-23putgrent: Stop writing output on first failureMichael Forney-2/+3
2013-11-23strcmp: Remove unnecessary check for *rMichael Forney-1/+1
2013-11-23timeradd/timersub: cast result to void to get rid of warningsrofl0r-2/+2
2013-11-22fix and refactor child reaping logic in wordexpRich Felker-6/+16
2013-11-22fix fd leak and case where fd 1 is already closed in wordexpRich Felker-4/+4
2013-11-22fix resource exhaustion and zero-word cases in wordexpRich Felker-8/+18
2013-11-22improve robustness of wordexp and fix handling of 0-word caseRich Felker-11/+16
2013-11-21add legacy getloadavg apiSzabolcs Nagy-0/+19
2013-11-20fix fd leak (missing close-on-exec) in getifaddrsRich Felker-1/+1
2013-11-21math: add (obsolete) bsd drem and finite functionsSzabolcs Nagy-0/+26
2013-11-21math: lgamma cleanup (simpler sin(pi*x) for the negative case)Szabolcs Nagy-202/+110
2013-11-20fix the nominal type of LDBL_* limits on archs with ld64Rich Felker-16/+16
2013-11-20write floating point limit constants to 21 significant decimal placesRich Felker-10/+10
2013-11-11iswspace: fix handling of 0rofl0r-2/+1
2013-11-09fix harmless inconsistency in semtimedopRich Felker-1/+1
2013-11-09implement semtimedopRich Felker-0/+14
2013-11-09adjust sys/wait.h not to produde errors in strict ISO C feature profileRich Felker-3/+7
2013-11-08remove O_NOFOLLOW from __map_file used for time zone file loadingRich Felker-1/+1
2013-11-08fix handling of overly-long TZ environment variable valuesRich Felker-1/+1
2013-11-04timezone parser: fix iteration over search dir pathsrofl0r-1/+1
2013-11-04timezone parser: fix offset to transition table in 64bit code pathrofl0r-1/+1
2013-11-04fix timezone parser code crashing on 64bit sysrofl0r-1/+1
2013-11-02fix regression in inet_aton due to misinterpretation of __ipparse returnRich Felker-3/+3
2013-11-01simplify faccessat AT_EACCESS path and eliminate resource dependenceRich Felker-14/+21
2013-11-01fix faccessat AT_EACCESS path not to leave zombie processesRich Felker-2/+6
2013-10-30fix inttypes.h PRI and SCN macros for [u]intptr_t typesRich Felker-11/+13
2013-10-29POSIX conformance fix: define struct entry in search.hSzabolcs Nagy-9/+9
2013-10-28fenv: fix i386 fesetround for sseSzabolcs Nagy-1/+1
2013-10-28math: extensive log*.c cleanupSzabolcs Nagy-583/+369
2013-10-25add legacy ftime function and sys/timeb.hRich Felker-0/+34
2013-10-23fix inet_ptonSzabolcs Nagy-26/+19
2013-10-22fix __ipparse to parse the generic numbers-and-dots IPv4 format correctlySzabolcs Nagy-5/+12
2013-10-22fix inet_aton to accept the generic "numbers-and-dots" IPv4 address formatSzabolcs Nagy-1/+4
2013-10-21split inet_addr and inet_ntoa back into their own filesRich Felker-16/+21
2013-10-20fix multiple minor namespace issues in headersRich Felker-7/+15
2013-10-19fix return value for inet_pton in ipv6 failure casesRich Felker-6/+6
2013-10-18use consistent include guard name in arpa/ftp.hSzabolcs Nagy-2/+2
2013-10-18fix typo in socket.h (wrong macro name)Szabolcs Nagy-1/+1