summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-06-06fix multiple validation issues in dns response label parsingSzabolcs Nagy-4/+6
2014-06-06remove some dummy "ent" function aliases that duplicated real onesRich Felker-8/+0
2014-06-06fix if_nametoindex return value when interface does not existRich Felker-1/+1
2014-06-06fix incorrect end pointer in some cases when wcsrtombs stops earlyRich Felker-7/+15
2014-06-06fix for broken kernel side RLIM_INFINITY on mipsSzabolcs Nagy-3/+38
2014-06-06fix sendfile syscall to use 64-bit off_tRich Felker-0/+5
2014-05-20fix unhandled cases in strptimeRich Felker-5/+16
2014-05-20fix strftime %s not to zero pad with default width=2Szabolcs Nagy-0/+1
2014-05-20remove useless __yield alias for sched_yieldRich Felker-4/+1
2014-05-20perform minimal sanity checks on zoneinfo files loaded via TZ variableRich Felker-0/+5
2014-05-20fix false negatives with periodic needles in strstr, wcsstr, and memmemRich Felker-3/+3
2014-04-16fix deadlock race in pthread_onceRich Felker-2/+1
2014-04-16fix fallback code for old kernels in clock_gettimeRich Felker-1/+1
2014-04-16use hidden visibility rather than protected for syscall internalsRich Felker-1/+1
2014-04-16math: fix aliasing violation in long double wrappersSzabolcs Nagy-2/+10
2014-04-16fix search past the end of haystack in memmemTimo Teräs-0/+1
2014-04-16fix printf rounding with %g for some corner case midpointsRich Felker-1/+1
2014-04-16fix failure of printf %g to strip trailing zeros in some casesRich Felker-1/+1
2014-04-16fix carry into uninitialized slots during printf floating point roundingRich Felker-1/+1
2014-04-16fix confstr return valueTimo Teräs-1/+1
2014-04-16include header that declares __syscall_ret where it's definedRich Felker-0/+1
2014-03-18fix mips sigsetjmp asm to match fixed jmp_buf sizeRich Felker-1/+1
2014-03-18use syscall_arg_t for arguments in public syscall() functionRich Felker-7/+7
2014-03-17fix negated error codes from ptsname_rRich Felker-1/+1
2014-03-13semctl: fix UB causing crashes on powerpcrofl0r-4/+8
2014-03-09fix incorrect rounding in printf floating point corner casesRich Felker-2/+2
2014-03-09fix buffer overflow in printf formatting of denormals with low bit setRich Felker-1/+2
2014-03-07in fcntl, use unsigned long instead of long for variadic argument typeRich Felker-2/+2
2014-03-06x32: fix sysinfo()rofl0r-0/+5
2014-03-05fix strerror on mips: one error code is out of the 8-bit table rangeRich Felker-1/+7
2014-02-27add nofpu subarchs to the sh arch, and properly detect compiler's fpu configRich Felker-0/+49
2014-02-27rename superh port to "sh" for consistencyRich Felker-0/+0
2014-02-25fix readdir not to set ENOENT when directory is removed while readingRich Felker-2/+7
2014-02-24add missing sub files for mipsel-sf to use softfloat codeRich Felker-0/+3
2014-02-24mips: add mips-sf subarch support (soft-float)Szabolcs Nagy-0/+53
2014-02-23superh portBobby Bingham-0/+374
2014-02-23mostly-cosmetic fixups to x32 port mergeRich Felker-11/+11
2014-02-23x32 port (diff against vanilla x86_64)rofl0r-114/+120
2014-02-23import vanilla x86_64 code as x32rofl0r-0/+675
2014-02-22use syscall_arg_t type for syscall prototypes in pthread coderofl0r-3/+8
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