summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-12-20add sys/quota.h and quotactl syscall wrapperRich Felker-0/+7
2013-12-19fix failure of fchmod, fstat, fchdir, and fchown to produce EBADFRich Felker-4/+12
2013-12-19fix hangs in localtime for near-overflowing time_t values on 64-bit archsRich Felker-0/+6
2013-12-14fix dynamic linker entry point for microblazeRich Felker-3/+4
2013-12-13optimize get_current_dir_name to reduce stack bloatRich Felker-3/+1
2013-12-13use 0 instead of NULL for null pointer constantsRich Felker-15/+8
2013-12-12include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy-207/+68
2013-12-12remove an unnecessary check in inet_ptonSzabolcs Nagy-2/+1
2013-12-12math: define _GNU_SOURCE when implementing non-standard math functionsSzabolcs Nagy-0/+6
2013-12-06add posix_close, accepted for inclusion in the next issue of POSIXRich Felker-0/+6
2013-12-02implement FNM_LEADING_DIR extension flag in fnmatchRich Felker-2/+9
2013-12-01add infrastructure to record and report the version of libc.soRich Felker-2/+19
2013-12-01fix fnmatch corner cases related to escapingRich Felker-4/+4
2013-12-01fix the end of string matching in fnmatch with FNM_PATHNAMESzabolcs Nagy-2/+2
2013-11-30support mix of IPv4 and v6 nameservers in resolv.confRich Felker-5/+31
2013-11-27reject invalid address families in getaddrinfoRich Felker-0/+3
2013-11-26fix off-by-one length failure in strftime/wcsftime and improve error behaviorRich Felker-12/+16
2013-11-25remove duplicate includes from dynlink.c, strfmon.c and getaddrinfo.cSzabolcs Nagy-7/+0
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-0/+9
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