summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-11-24shadow: Implement putspentMichael Forney-5/+13
2013-11-24math: clean up __rem_pio2Szabolcs Nagy-71/+53
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-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/+18
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/+20
2013-11-21math: lgamma cleanup (simpler sin(pi*x) for the negative case)Szabolcs Nagy-202/+110
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-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-29POSIX conformance fix: define struct entry in search.hSzabolcs Nagy-8/+8
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/+12
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-19fix return value for inet_pton in ipv6 failure casesRich Felker-6/+6
2013-10-18in faccessat slow path, add close-on-exec to pipe fdsRich Felker-1/+1
2013-10-12fix uid/gid-setting error in faccessat with AT_EACCESS flagRich Felker-2/+2
2013-10-08fix errno value for getcwd when size argument is zeroRich Felker-1/+7
2013-10-07math: fix rare underflow issue in fmaSzabolcs Nagy-13/+55
2013-10-07math: use sqrtl if FLT_EVAL_METHOD==2 in acosh and acoshfSzabolcs Nagy-0/+13
2013-10-07remove errno setting from setenv, malloc sets it correctly on oomSzabolcs Nagy-1/+0
2013-10-07fix allocation sizes in regcompSzabolcs Nagy-4/+4
2013-10-07add missing va_end in execl* for correcness and static code analyzersSzabolcs Nagy-0/+3
2013-10-07minor vfprintf and vfwprintf changes to please static code analyzersSzabolcs Nagy-6/+11
2013-10-06math: remove an unused variable from modflSzabolcs Nagy-1/+0
2013-10-05slightly optimize __brk for sizeRich Felker-1/+1
2013-10-05fix failure of malloc to set errno on heap (brk) exhaustionRich Felker-0/+1
2013-10-04fix failure to check malloc result in setenvRich Felker-9/+9
2013-10-04math: remove code duplication in erfl found by clang analyzerSzabolcs Nagy-13/+2
2013-10-04math: remove a useless assignment in lgammal found by clang analyzerSzabolcs Nagy-2/+2
2013-10-04fix invalid implicit pointer conversion in pthread_key_createRich Felker-1/+1