about summary refs log tree commit diff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* add missing yes/no strings to nl_langinfoRich Felker2014-07-281-2/+2
* fix nl_langinfo table for LC_TIME era-related itemsRich Felker2014-07-281-1/+2
* fix crash in regexec for nonzero nmatch argument with REG_NOSUBRich Felker2014-07-281-0/+1
* work around constant folding bug 61144 in gcc 4.9.0 and 4.9.1Rich Felker2014-07-287-9/+9
* simplify __stdio_exit static linking logicRich Felker2014-07-284-16/+12
* fix the %m specifier in syslogClément Vasseur2014-07-281-0/+3
* make dynamic linker accept colon as a separator for LD_PRELOADRich Felker2014-07-281-2/+2
* fix typo in microblaze setjmp asmRich Felker2014-07-281-1/+1
* fix multiple issues in legacy function getpassRich Felker2014-07-281-5/+6
* fix failure of wide printf/scanf functions to set wide orientationRich Felker2014-07-282-0/+3
* fix incorrect return value for fwide functionRich Felker2014-07-281-1/+2
* fix aliasing violations in mbtowc and mbrtowcRich Felker2014-07-282-2/+4
* fix incorrect comparison loop condition in memmemRich Felker2014-07-281-2/+2
* fix missing argument to syscall in fanotify_markClément Vasseur2014-07-281-1/+1
* prepare pthread_create.c for cherry-picking from masterRich Felker2014-07-281-0/+2
* fix gethostby*_r result pointer value on errorRich Felker2014-07-282-0/+4
* fix multiple validation issues in dns response label parsingSzabolcs Nagy2014-06-061-4/+6
* remove some dummy "ent" function aliases that duplicated real onesRich Felker2014-06-061-8/+0
* fix if_nametoindex return value when interface does not existRich Felker2014-06-061-1/+1
* fix incorrect end pointer in some cases when wcsrtombs stops earlyRich Felker2014-06-061-7/+15
* fix for broken kernel side RLIM_INFINITY on mipsSzabolcs Nagy2014-06-064-3/+38
* fix sendfile syscall to use 64-bit off_tRich Felker2014-06-061-0/+5
* fix unhandled cases in strptimeRich Felker2014-05-201-5/+16
* fix strftime %s not to zero pad with default width=2Szabolcs Nagy2014-05-201-0/+1
* remove useless __yield alias for sched_yieldRich Felker2014-05-201-4/+1
* perform minimal sanity checks on zoneinfo files loaded via TZ variableRich Felker2014-05-201-0/+5
* fix false negatives with periodic needles in strstr, wcsstr, and memmemRich Felker2014-05-203-3/+3
* fix deadlock race in pthread_onceRich Felker2014-04-161-2/+1
* fix fallback code for old kernels in clock_gettimeRich Felker2014-04-161-1/+1
* use hidden visibility rather than protected for syscall internalsRich Felker2014-04-161-1/+1
* math: fix aliasing violation in long double wrappersSzabolcs Nagy2014-04-162-2/+10
* fix search past the end of haystack in memmemTimo Teräs2014-04-161-0/+1
* fix printf rounding with %g for some corner case midpointsRich Felker2014-04-161-1/+1
* fix failure of printf %g to strip trailing zeros in some casesRich Felker2014-04-161-1/+1
* fix carry into uninitialized slots during printf floating point roundingRich Felker2014-04-161-1/+1
* fix confstr return valueTimo Teräs2014-04-161-1/+1
* include header that declares __syscall_ret where it's definedRich Felker2014-04-161-0/+1
* 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