about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* release 1.1.17 v1.1.17Rich Felker2017-10-192-1/+77
* 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
* fix use of memset without declaration in sched.h cpu set macrosRich Felker2017-09-281-0/+1
* powerpc{64}: fix MAP_NORESERVE and MAP_LOCKED in mman.hSzabolcs Nagy2017-09-112-1/+11
* 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
* make syscall.h consistent with linuxSzabolcs Nagy2017-09-0610-24/+20
* 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
* arm: add HWCAP_ARM_ hwcap macrosSzabolcs Nagy2017-08-291-0/+24
* add a_clz_64 helper functionSzabolcs Nagy2017-08-298-0/+70
* s390x: add bits/hwcap.hSzabolcs Nagy2017-08-291-0/+15
* move IPPORT_RESERVED from netdb.h to netinet/in.hRich Felker2017-08-292-2/+2
* add powerpc64 and s390x to list of supported archs in INSTALL fileRich Felker2017-08-291-1/+9
* 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
* add SIOCGSTAMPNS socket ioctl macro to ioctl.hSzabolcs Nagy2017-08-298-0/+8
* fix mips ioctl macros to match linux asm/sockios.hSzabolcs Nagy2017-08-293-15/+15
* 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
* fix build failure for sh4a due to missing colon in asm statementThomas Petazzoni2017-08-111-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
* disable global visibility override hack (vis.h) by defaultRich Felker2017-08-111-2/+3
* add _NL_LOCALE_NAME extension to nl_langinfoRich Felker2017-07-312-0/+10
* 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
* remove useless declarations in string.hAlexander Monakov2017-07-041-2/+0
* allow specifying argv[0] when invoking a program via ldso commandRich Felker2017-07-041-0/+7
* fix regression in dlopen promotion from RTLD_LOCAL to RTLD_GLOBALRich Felker2017-07-041-1/+6
* ldso: avoid spurious & possible erroneous work for libs with no depsRich Felker2017-07-041-4/+7
* powerpc64: add single-instruction math functionsRich Felker2017-06-2322-0/+290
* fix clang CFLAGS checks and silence unused argument warningsDmitry Golovin2017-06-231-0/+8
* s390x: add single-instruction math functionsRich Felker2017-06-2324-0/+360