summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-03-07in fcntl, use unsigned long instead of long for variadic argument typeRich Felker1-2/+2
2014-03-06x32: fix sysinfo()rofl0r1-0/+5
2014-03-05fix strerror on mips: one error code is out of the 8-bit table rangeRich Felker1-1/+7
2014-02-27add nofpu subarchs to the sh arch, and properly detect compiler's fpu configRich Felker8-0/+49
2014-02-27rename superh port to "sh" for consistencyRich Felker13-0/+0
2014-02-25fix readdir not to set ENOENT when directory is removed while readingRich Felker1-2/+7
2014-02-24add missing sub files for mipsel-sf to use softfloat codeRich Felker3-0/+3
2014-02-24mips: add mips-sf subarch support (soft-float)Szabolcs Nagy5-0/+53
2014-02-23superh portBobby Bingham13-0/+374
2014-02-23mostly-cosmetic fixups to x32 port mergeRich Felker3-11/+11
2014-02-23x32 port (diff against vanilla x86_64)rofl0r26-114/+120
2014-02-23import vanilla x86_64 code as x32rofl0r43-0/+675
2014-02-22use syscall_arg_t type for syscall prototypes in pthread coderofl0r2-3/+8
2014-02-22internal/syscall.h: add syscall_arg_t macrorofl0r1-6/+11
2014-02-22internal/syscall.h: use a macro for the syscall args castsrofl0r1-13/+17
2014-02-21add fallback emulation for accept4 on old kernelsRich Felker1-1/+12
2014-02-13add ipv6 and icmpv6 to getprotoent-family functionsRich Felker1-1/+3
2014-02-13fix typo in table for getprotoent that caused out-of-bound readsRich Felker1-1/+1
2014-02-12make posix_spawn accept null pid pointer argumentsRich Felker1-1/+1
2014-02-09clone: make clone a wrapper around __cloneBobby Bingham6-18/+22
2014-02-09fix fesetenv(FE_DFL_ENV) on x86_64 (see previous commit)Szabolcs Nagy1-1/+1
2014-02-09fix fesetenv(FE_DFL_ENV) on i386Szabolcs Nagy1-1/+1
2014-02-07in fdopen, avoid setting O_APPEND flag if it's already setRich Felker1-1/+2
2014-02-07fix ftello result for append streams with unflushed outputRich Felker3-1/+5
2014-02-05add legacy functions setkey() and encrypt()Timo Teräs2-6/+66
2014-02-01fix nftw FTW_MOUNT flagRich Felker1-2/+1
2014-01-23fix an overflow in wcsxfrm when n==0Szabolcs Nagy1-2/+4
2014-01-21fix crash in dynamic linker when certain copy relocations are unsatisfiedRich Felker1-1/+2
2014-01-21fix initstate to make the state buffer usable in setstateSzabolcs Nagy1-12/+2
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