summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-01-08fix inadvertent use of struct in place of union for semunRich Felker1-3/+3
2014-01-08add __isoc99_vfscanf weak alias to vfscanfSzabolcs Nagy1-0/+2
2014-01-08math: add drem and dremf weak aliases to i386 remainder asmSzabolcs Nagy2-0/+6
2014-01-08fix type of semctl variadic argumentRich Felker1-4/+10
2014-01-08in fcntl, avoid passing pointer arguments to syscalls as longsRich Felker1-3/+12
2014-01-07fix const-correctness of argument to stimeRich Felker1-1/+1
2014-01-07fix signedness of pgoff argument to remap_file_pagesRich Felker1-1/+1
2014-01-07fix const-correctness in sigandset/sigorset argumentsRich Felker2-2/+2
2014-01-07fix incorrect type for wd argument of inotify_rm_watchRich Felker1-1/+1
2014-01-06fix argument types for legacy function inet_makeaddrRich Felker1-2/+1
2014-01-06eliminate explicit (long) casts when making syscallsRich Felker5-5/+5
2014-01-06const-qualify the address argument to dladdrRich Felker2-4/+4
2014-01-06add some missing LFS64 aliases for fadvise/fallocate functionsRich Felker3-0/+10
2014-01-03fanotify.c: fix typo in header inclusionrofl0r1-1/+1
2014-01-02disable the brk functionRich Felker1-1/+2
2014-01-02disable sbrk for all values of increment except 0Rich Felker1-3/+3
2014-01-02add fanotify syscall wrapper and headerrofl0r1-0/+14
2013-12-20implement legacy function herrorRich Felker1-0/+8
2013-12-20add sys/quota.h and quotactl syscall wrapperRich Felker1-0/+7
2013-12-19fix failure of fchmod, fstat, fchdir, and fchown to produce EBADFRich Felker4-4/+12
2013-12-19fix hangs in localtime for near-overflowing time_t values on 64-bit archsRich Felker1-0/+6
2013-12-14fix dynamic linker entry point for microblazeRich Felker1-3/+4
2013-12-13optimize get_current_dir_name to reduce stack bloatRich Felker1-3/+1
2013-12-13use 0 instead of NULL for null pointer constantsRich Felker7-15/+8
2013-12-12include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy157-207/+68
2013-12-12remove an unnecessary check in inet_ptonSzabolcs Nagy1-2/+1
2013-12-12math: define _GNU_SOURCE when implementing non-standard math functionsSzabolcs Nagy6-0/+6
2013-12-06add posix_close, accepted for inclusion in the next issue of POSIXRich Felker1-0/+6
2013-12-02implement FNM_LEADING_DIR extension flag in fnmatchRich Felker1-2/+9
2013-12-01add infrastructure to record and report the version of libc.soRich Felker2-2/+19
2013-12-01fix fnmatch corner cases related to escapingRich Felker1-4/+4
2013-12-01fix the end of string matching in fnmatch with FNM_PATHNAMESzabolcs Nagy1-2/+2
2013-11-30support mix of IPv4 and v6 nameservers in resolv.confRich Felker1-5/+31
2013-11-27reject invalid address families in getaddrinfoRich Felker1-0/+3
2013-11-26fix off-by-one length failure in strftime/wcsftime and improve error behaviorRich Felker2-12/+16
2013-11-25remove duplicate includes from dynlink.c, strfmon.c and getaddrinfo.cSzabolcs Nagy3-7/+0
2013-11-24shadow: Implement fgetspentMichael Forney1-1/+10
2013-11-24shadow: Move spent parsing to internal functionMichael Forney2-31/+40
2013-11-24Fix dn_comp prototype and add stubMichael Forney1-0/+9
2013-11-24shadow: Implement putspentMichael Forney2-5/+13
2013-11-24math: clean up __rem_pio2Szabolcs Nagy3-71/+53
2013-11-23Fix dn_expand pointer followingMichael Forney1-1/+1
2013-11-23putgrent: Add missing newlineMichael Forney1-0/+1
2013-11-23putgrent: Stop writing output on first failureMichael Forney1-2/+3
2013-11-23strcmp: Remove unnecessary check for *rMichael Forney1-1/+1
2013-11-22fix and refactor child reaping logic in wordexpRich Felker1-6/+16
2013-11-22fix fd leak and case where fd 1 is already closed in wordexpRich Felker1-4/+4
2013-11-22fix resource exhaustion and zero-word cases in wordexpRich Felker1-8/+18
2013-11-22improve robustness of wordexp and fix handling of 0-word caseRich Felker1-11/+16
2013-11-21add legacy getloadavg apiSzabolcs Nagy1-0/+18