about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* s390x: fix fpreg_t and remove unused per_structTuan M. Hoang2017-03-151-2/+2
* precalculate gnu hash rather than doing it lazily in find_sym inner loopRich Felker2017-03-151-8/+2
* fix threshold constants in j0f, y0f, j1f, y1fSzabolcs Nagy2017-03-152-13/+12
* remove unused refcnt field for shared librariesRich Felker2017-03-141-4/+0
* avoid loading of multiple libc versions via explicit pathnameRich Felker2017-03-141-1/+11
* fix one-byte overflow in legacy getpass functionRich Felker2017-03-141-1/+1
* fix wide scanf's use of a compound literal past its lifetimeRich Felker2017-03-141-1/+2
* fix possible fd leak, unrestored cancellation state on dns socket failRich Felker2017-03-141-1/+5
* in static dl_iterate_phdr, fix use of possibly-uninitialized aux dataRich Felker2017-03-141-1/+1
* fix free of uninitialized buffer pointer on error in regexecRich Felker2017-03-141-3/+3
* emulate lazy relocation as deferrable relocationRich Felker2017-03-141-3/+66
* reorder addend handling before symbol lookup in relocation codeRich Felker2017-03-131-16/+17
* rework ldso handling of global symbol table for consistencyRich Felker2017-03-121-44/+53
* treat STB_WEAK and STB_GNU_UNIQUE like STB_GLOBAL in find_symSzabolcs Nagy2017-03-111-3/+1
* fix ld-behavior-dependent crash in ppc64 ldso startupRich Felker2017-03-081-1/+1
* fix lsearch and lfind to pass key as first arg to the compar callbackSzabolcs Nagy2017-03-051-2/+2
* allow page size to vary on armRich Felker2017-02-221-1/+0
* fix build regression in arm atomics asm with new binutilsRich Felker2017-02-151-1/+1
* s390x: implement dlsymBobby Bingham2017-02-151-0/+6
* avoid unbounded strlen in gettext functionsRich Felker2017-01-291-3/+3
* fix use of uninitialized pointer in gettext coreRich Felker2017-01-291-2/+2
* fix bindtextdomain logic error deactivating other domainsRich Felker2017-01-291-1/+1
* fix spurious EINTR errors from multithreaded set*id, etc.Rich Felker2017-01-191-1/+1
* fix crashes in x32 __tls_get_addrrofl0r2017-01-134-7/+13
* fix crash from corrupted tls module list after failed dlopenRich Felker2017-01-041-0/+1
* treat base 1 as an error in strtol-family functionsRich Felker2017-01-041-1/+1
* fix getopt[_long] clobbering of optopt on successRich Felker2017-01-042-2/+5
* reduce impact of REG_* namespace pollution in x86[_64] signal.hRich Felker2017-01-043-65/+130
* make globfree safe after failed glob from over-length argumentRich Felker2017-01-021-2/+2
* fix strftime %y for negative yearsRich Felker2017-01-021-2/+2
* release 1.1.16 v1.1.16Rich Felker2016-12-312-1/+47
* update tcp_info struct to linux v4.9Szabolcs Nagy2016-12-291-0/+2
* add MS_NOREMOTELOCK mount flag from linux v4.9Szabolcs Nagy2016-12-291-0/+1
* add pkey_{mprotect,alloc,free} syscalls from linux v4.9Szabolcs Nagy2016-12-299-0/+27
* fix support for initialized TLS in static PIE binariesRich Felker2016-12-201-0/+5
* when building for arm as thumb2 code, also request assembly as thumbRich Felker2016-12-191-0/+4
* rework arm atomic/tp backends to be thumb-compatible and fdpic-readyRich Felker2016-12-196-70/+92
* disable use of arm memcpy asm if building as thumb codeRich Felker2016-12-172-2/+2
* make arm setjmp/longjmp asm thumb2-compatibleRich Felker2016-12-172-2/+6
* use lookup table for malloc bin index instead of float conversionSzabolcs Nagy2016-12-171-2/+12
* handle ^ and $ in BRE subexpression start and end as anchorsSzabolcs Nagy2016-12-161-9/+12
* fix mrand48/jrand48 return value on 64-bit archsRich Felker2016-12-161-1/+1
* in public headers, don't assume pre-C99 compilers have __inline keywordQuentin Rameau2016-12-161-0/+2
* fix crashing sigsetjmp on s390xBobby Bingham2016-12-161-1/+1
* fix use of incomplete struct type in s390x user.hBobby Bingham2016-12-161-10/+10
* fix typo in s390x user.hBobby Bingham2016-12-161-1/+1
* remove legacy i386 fallback stdarg implementation and frameworkRich Felker2016-12-153-17/+0
* remove largish unused field from pthread structureRich Felker2016-12-061-1/+0
* work around gdb issues recognizing sigreturn trampoline on x86_64Rich Felker2016-11-124-8/+24
* add s390x portBobby Bingham2016-11-1142-0/+1393