summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-02-22internal/syscall.h: add syscall_arg_t macrorofl0r-6/+11
2014-02-22internal/syscall.h: use a macro for the syscall args castsrofl0r-13/+17
2014-02-21add fallback emulation for accept4 on old kernelsRich Felker-1/+12
2014-02-13add ipv6 and icmpv6 to getprotoent-family functionsRich Felker-1/+3
2014-02-13fix typo in table for getprotoent that caused out-of-bound readsRich Felker-1/+1
2014-02-12make posix_spawn accept null pid pointer argumentsRich Felker-1/+1
2014-02-09clone: make clone a wrapper around __cloneBobby Bingham-18/+22
2014-02-09fix fesetenv(FE_DFL_ENV) on x86_64 (see previous commit)Szabolcs Nagy-1/+1
2014-02-09fix fesetenv(FE_DFL_ENV) on i386Szabolcs Nagy-1/+1
2014-02-07in fdopen, avoid setting O_APPEND flag if it's already setRich Felker-1/+2
2014-02-07fix ftello result for append streams with unflushed outputRich Felker-1/+5
2014-02-05add legacy functions setkey() and encrypt()Timo Teräs-6/+66
2014-02-01fix nftw FTW_MOUNT flagRich Felker-2/+1
2014-01-23fix an overflow in wcsxfrm when n==0Szabolcs Nagy-2/+4
2014-01-21fix crash in dynamic linker when certain copy relocations are unsatisfiedRich Felker-1/+2
2014-01-21fix initstate to make the state buffer usable in setstateSzabolcs Nagy-12/+2
2014-01-08fix inadvertent use of struct in place of union for semunRich Felker-3/+3
2014-01-08add __isoc99_vfscanf weak alias to vfscanfSzabolcs Nagy-0/+2
2014-01-08math: add drem and dremf weak aliases to i386 remainder asmSzabolcs Nagy-0/+6
2014-01-08fix type of semctl variadic argumentRich Felker-4/+10
2014-01-08in fcntl, avoid passing pointer arguments to syscalls as longsRich Felker-3/+12
2014-01-07fix const-correctness of argument to stimeRich Felker-1/+1
2014-01-07fix signedness of pgoff argument to remap_file_pagesRich Felker-1/+1
2014-01-07fix const-correctness in sigandset/sigorset argumentsRich Felker-2/+2
2014-01-07fix incorrect type for wd argument of inotify_rm_watchRich Felker-1/+1
2014-01-06fix argument types for legacy function inet_makeaddrRich Felker-2/+1
2014-01-06eliminate explicit (long) casts when making syscallsRich Felker-5/+5
2014-01-06const-qualify the address argument to dladdrRich Felker-4/+4
2014-01-06add some missing LFS64 aliases for fadvise/fallocate functionsRich Felker-0/+10
2014-01-03fanotify.c: fix typo in header inclusionrofl0r-1/+1
2014-01-02disable the brk functionRich Felker-1/+2
2014-01-02disable sbrk for all values of increment except 0Rich Felker-3/+3
2014-01-02add fanotify syscall wrapper and headerrofl0r-0/+14
2013-12-20implement legacy function herrorRich Felker-0/+8
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