about summary refs log tree commit diff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fix mips sigsetjmp asm to match fixed jmp_buf sizeRich Felker2014-03-181-1/+1
* use syscall_arg_t for arguments in public syscall() functionRich Felker2014-03-181-7/+7
* fix negated error codes from ptsname_rRich Felker2014-03-171-1/+1
* semctl: fix UB causing crashes on powerpcrofl0r2014-03-131-4/+8
* fix incorrect rounding in printf floating point corner casesRich Felker2014-03-091-2/+2
* fix buffer overflow in printf formatting of denormals with low bit setRich Felker2014-03-091-1/+2
* in fcntl, use unsigned long instead of long for variadic argument typeRich Felker2014-03-071-2/+2
* x32: fix sysinfo()rofl0r2014-03-061-0/+5
* fix strerror on mips: one error code is out of the 8-bit table rangeRich Felker2014-03-051-1/+7
* add nofpu subarchs to the sh arch, and properly detect compiler's fpu configRich Felker2014-02-278-0/+49
* rename superh port to "sh" for consistencyRich Felker2014-02-2713-0/+0
* fix readdir not to set ENOENT when directory is removed while readingRich Felker2014-02-251-2/+7
* add missing sub files for mipsel-sf to use softfloat codeRich Felker2014-02-243-0/+3
* mips: add mips-sf subarch support (soft-float)Szabolcs Nagy2014-02-245-0/+53
* superh portBobby Bingham2014-02-2313-0/+374
* mostly-cosmetic fixups to x32 port mergeRich Felker2014-02-233-11/+11
* x32 port (diff against vanilla x86_64)rofl0r2014-02-2326-114/+120
* import vanilla x86_64 code as x32rofl0r2014-02-2343-0/+675
* use syscall_arg_t type for syscall prototypes in pthread coderofl0r2014-02-222-3/+8
* internal/syscall.h: add syscall_arg_t macrorofl0r2014-02-221-6/+11
* internal/syscall.h: use a macro for the syscall args castsrofl0r2014-02-221-13/+17
* add fallback emulation for accept4 on old kernelsRich Felker2014-02-211-1/+12
* add ipv6 and icmpv6 to getprotoent-family functionsRich Felker2014-02-131-1/+3
* fix typo in table for getprotoent that caused out-of-bound readsRich Felker2014-02-131-1/+1
* make posix_spawn accept null pid pointer argumentsRich Felker2014-02-121-1/+1
* clone: make clone a wrapper around __cloneBobby Bingham2014-02-096-18/+22
* fix fesetenv(FE_DFL_ENV) on x86_64 (see previous commit)Szabolcs Nagy2014-02-091-1/+1
* fix fesetenv(FE_DFL_ENV) on i386Szabolcs Nagy2014-02-091-1/+1
* in fdopen, avoid setting O_APPEND flag if it's already setRich Felker2014-02-071-1/+2
* fix ftello result for append streams with unflushed outputRich Felker2014-02-073-1/+5
* add legacy functions setkey() and encrypt()Timo Teräs2014-02-052-6/+66
* fix nftw FTW_MOUNT flagRich Felker2014-02-011-2/+1
* fix an overflow in wcsxfrm when n==0Szabolcs Nagy2014-01-231-2/+4
* fix crash in dynamic linker when certain copy relocations are unsatisfiedRich Felker2014-01-211-1/+2
* fix initstate to make the state buffer usable in setstateSzabolcs Nagy2014-01-211-12/+2
* 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