about summary refs log tree commit diff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fix inadvertent use of struct in place of union for semunRich Felker2014-01-081-3/+3
* add __isoc99_vfscanf weak alias to vfscanfSzabolcs Nagy2014-01-081-0/+2
* math: add drem and dremf weak aliases to i386 remainder asmSzabolcs Nagy2014-01-082-0/+6
* fix type of semctl variadic argumentRich Felker2014-01-081-4/+10
* in fcntl, avoid passing pointer arguments to syscalls as longsRich Felker2014-01-081-3/+12
* fix const-correctness of argument to stimeRich Felker2014-01-071-1/+1
* fix signedness of pgoff argument to remap_file_pagesRich Felker2014-01-071-1/+1
* fix const-correctness in sigandset/sigorset argumentsRich Felker2014-01-072-2/+2
* fix incorrect type for wd argument of inotify_rm_watchRich Felker2014-01-071-1/+1
* fix argument types for legacy function inet_makeaddrRich Felker2014-01-061-2/+1
* eliminate explicit (long) casts when making syscallsRich Felker2014-01-065-5/+5
* const-qualify the address argument to dladdrRich Felker2014-01-062-4/+4
* add some missing LFS64 aliases for fadvise/fallocate functionsRich Felker2014-01-063-0/+10
* fanotify.c: fix typo in header inclusionrofl0r2014-01-031-1/+1
* disable the brk functionRich Felker2014-01-021-1/+2
* disable sbrk for all values of increment except 0Rich Felker2014-01-021-3/+3
* add fanotify syscall wrapper and headerrofl0r2014-01-021-0/+14
* implement legacy function herrorRich Felker2013-12-201-0/+8
* add sys/quota.h and quotactl syscall wrapperRich Felker2013-12-201-0/+7
* fix failure of fchmod, fstat, fchdir, and fchown to produce EBADFRich Felker2013-12-194-4/+12
* fix hangs in localtime for near-overflowing time_t values on 64-bit archsRich Felker2013-12-191-0/+6
* fix dynamic linker entry point for microblazeRich Felker2013-12-141-3/+4
* optimize get_current_dir_name to reduce stack bloatRich Felker2013-12-131-3/+1
* use 0 instead of NULL for null pointer constantsRich Felker2013-12-137-15/+8
* include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy2013-12-12157-207/+68
* remove an unnecessary check in inet_ptonSzabolcs Nagy2013-12-121-2/+1
* math: define _GNU_SOURCE when implementing non-standard math functionsSzabolcs Nagy2013-12-126-0/+6
* add posix_close, accepted for inclusion in the next issue of POSIXRich Felker2013-12-061-0/+6
* implement FNM_LEADING_DIR extension flag in fnmatchRich Felker2013-12-021-2/+9
* add infrastructure to record and report the version of libc.soRich Felker2013-12-012-2/+19
* fix fnmatch corner cases related to escapingRich Felker2013-12-011-4/+4
* fix the end of string matching in fnmatch with FNM_PATHNAMESzabolcs Nagy2013-12-011-2/+2
* support mix of IPv4 and v6 nameservers in resolv.confRich Felker2013-11-301-5/+31
* reject invalid address families in getaddrinfoRich Felker2013-11-271-0/+3
* fix off-by-one length failure in strftime/wcsftime and improve error behaviorRich Felker2013-11-262-12/+16
* remove duplicate includes from dynlink.c, strfmon.c and getaddrinfo.cSzabolcs Nagy2013-11-253-7/+0
* shadow: Implement fgetspentMichael Forney2013-11-241-1/+10
* shadow: Move spent parsing to internal functionMichael Forney2013-11-242-31/+40
* Fix dn_comp prototype and add stubMichael Forney2013-11-241-0/+9
* shadow: Implement putspentMichael Forney2013-11-242-5/+13
* math: clean up __rem_pio2Szabolcs Nagy2013-11-243-71/+53
* Fix dn_expand pointer followingMichael Forney2013-11-231-1/+1
* putgrent: Add missing newlineMichael Forney2013-11-231-0/+1
* putgrent: Stop writing output on first failureMichael Forney2013-11-231-2/+3
* strcmp: Remove unnecessary check for *rMichael Forney2013-11-231-1/+1
* fix and refactor child reaping logic in wordexpRich Felker2013-11-221-6/+16
* fix fd leak and case where fd 1 is already closed in wordexpRich Felker2013-11-221-4/+4
* fix resource exhaustion and zero-word cases in wordexpRich Felker2013-11-221-8/+18
* improve robustness of wordexp and fix handling of 0-word caseRich Felker2013-11-221-11/+16
* add legacy getloadavg apiSzabolcs Nagy2013-11-211-0/+18