about summary refs log tree commit diff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* in dns parsing callback, enforce MAXADDRS to preclude overflowRich Felker2017-10-181-0/+1
* fix incorrect base name offset from nftw when pathname ends in slash(es)Rich Felker2017-10-131-3/+9
* fix read-after-free type error in pthread_detachRich Felker2017-10-131-1/+2
* math: rewrite fma with mostly int arithmeticsSzabolcs Nagy2017-10-131-431/+154
* for executing init array functions, use function type with prototypeRich Felker2017-10-131-1/+1
* fix access by setjmp and longjmp to __hwcap on arm built as thumb2Rich Felker2017-10-132-0/+2
* work around incorrect EPERM from mmap syscallRich Felker2017-09-061-2/+7
* fix glob descent into . and .. with GLOB_PERIODRich Felker2017-09-061-0/+4
* don't treat numeric port strings as servent records in getservby*()Rich Felker2017-09-062-0/+10
* fix signal masking race in pthread_create with priority attributesRich Felker2017-09-061-2/+7
* handle whitespace before %% in scanfBartosz Brachaczek2017-09-042-5/+13
* fix OOB reads in Xbyte_memmemAlexander Monakov2017-09-041-9/+9
* free allocations in clearenvAlexander Monakov2017-09-041-2/+6
* overhaul environment functionsAlexander Monakov2017-09-044-81/+86
* fix erroneous acceptance of f4 9x xx xx code sequences by utf-8 decoderRich Felker2017-09-011-1/+1
* fix erroneous stop before input limit in mbsnrtowcs and wcsnrtombsRich Felker2017-08-312-2/+6
* add a_clz_64 helper functionSzabolcs Nagy2017-08-291-0/+21
* fix undefined behavior in memset due to missing sequence pointsRich Felker2017-08-291-4/+8
* __init_libc: add fallbacks for __progname setupAlexander Monakov2017-08-291-4/+4
* fix unsynchronized access to FILE structure in fflush(0)Rich Felker2017-08-291-1/+4
* fix signed overflow in ftokDaniel Sabogal2017-08-121-1/+1
* trap UB from attempts to join a detached threadRich Felker2017-08-111-0/+1
* ppc64: fix setjmp/longjmp handling of TOC pointerBobby Bingham2017-08-113-17/+39
* qsort: add a short comment about the algorithmLeah Neukirchen2017-08-111-0/+3
* add _NL_LOCALE_NAME extension to nl_langinfoRich Felker2017-07-311-0/+4
* fix missing volatile qualifier on lock in __get_localeJens Gustedt2017-07-041-1/+1
* remove ineffective compiler assist from printfAlexander Monakov2017-07-042-4/+0
* fix undefined behavior in ptraceAlexander Monakov2017-07-041-2/+6
* unify the use of FUTEX_PRIVATEJens Gustedt2017-07-044-4/+4
* fix undefined behavior in freeAlexander Monakov2017-07-041-2/+3
* reapply va_arg hacks removal to wprintfAlexander Monakov2017-07-041-26/+1
* powerpc64: add single-instruction math functionsRich Felker2017-06-2322-0/+290
* s390x: add single-instruction math functionsRich Felker2017-06-2324-0/+360
* fix arm run-time abi string functionsSzabolcs Nagy2017-06-226-36/+76
* fix regression in getspnam[_r] error code for insufficient buffer sizeRich Felker2017-06-211-1/+1
* fix iconv conversions for iso88592-iso885916Bartosz Brachaczek2017-06-201-1/+1
* handle errors from localtime_r in ctime_rRich Felker2017-06-201-3/+2
* set errno when getpw*_r, getgr*_r, and getspnam_r failRich Felker2017-06-153-3/+7
* handle localtime errors in ctimeRich Felker2017-06-151-1/+3
* handle mremap failure in realloc of mmap-serviced allocationsRich Felker2017-06-151-1/+2
* getdate: correctly specify error numberA. Wilcox2017-06-141-1/+2
* catopen: set errno to EOPNOTSUPPA. Wilcox2017-06-141-0/+2
* fix glob failure to match plain "/" to root directoryRich Felker2017-06-081-1/+1
* use hard-coded sh4a atomic opcodes to avoid linker errors on shRich Felker2017-06-081-4/+4
* towupper/towlower: fast path for ascii charsNatanael Copa2017-05-311-3/+3
* fix fchown fallback on arches without chown(2)Samuel Holland2017-05-271-1/+1
* fix iconv conversions to legacy 8bit encodingsRich Felker2017-05-271-9/+12
* have posix_spawnattr_setflags check for supported flagsRich Felker2017-04-221-0/+11
* implement new posix_spawn flag POSIX_SPAWN_SETSIDRich Felker2017-04-221-0/+4
* remove va_arg hacks in printf core with undefined behaviorRich Felker2017-04-221-26/+1