about summary refs log tree commit diff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* make ttyname[_r] return ENODEV rather than ENOENTRich Felker2017-04-211-1/+1
* fix regression in support for resolv.conf attempts optionRich Felker2017-04-211-2/+2
* fix scalbn when result is in the subnormal rangeSzabolcs Nagy2017-04-213-12/+14
* allow full-range file offsets to mmap on archs with 64-bit syscall argsRich Felker2017-04-211-1/+1
* fix dl_iterate_phdr in static PIE binariesRich Felker2017-04-111-0/+5
* fix read past end of buffer in getaddrinfo backendRich Felker2017-04-111-2/+2
* aarch64: add single instruction math functionsSzabolcs Nagy2017-03-2134-24/+226
* fix strptime output for %C without %yJulien Ramseier2017-03-211-2/+3
* fix processing of strptime %p formatJulien Ramseier2017-03-211-0/+2
* fix off-by-one in strptime %jJulien Ramseier2017-03-211-0/+1
* regex: fix newline matching with negated bracketsJulien Ramseier2017-03-211-0/+14
* increase limit on locale name length from 15 to 23 bytesRich Felker2017-03-211-1/+1
* search locale name variants for gettext translationsRich Felker2017-03-211-32/+55
* make setlocale return a single name for LC_ALL if all categories matchRich Felker2017-03-211-2/+5
* fix POSIX-format TZ dst transition times for southern hemisphereRich Felker2017-03-151-8/+4
* fix threshold constants in j0f, y0f, j1f, y1fSzabolcs Nagy2017-03-152-13/+12
* 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
* fix lsearch and lfind to pass key as first arg to the compar callbackSzabolcs Nagy2017-03-051-2/+2
* 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-132-2/+6
* 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
* 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
* fix support for initialized TLS in static PIE binariesRich Felker2016-12-201-0/+5
* rework arm atomic/tp backends to be thumb-compatible and fdpic-readyRich Felker2016-12-194-56/+69
* 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
* fix crashing sigsetjmp on s390xBobby Bingham2016-12-161-1/+1
* remove largish unused field from pthread structureRich Felker2016-12-061-1/+0
* work around gdb issues recognizing sigreturn trampoline on x86_64Rich Felker2016-11-122-8/+6
* add s390x portBobby Bingham2016-11-1112-0/+269
* treat null vdso base same as missingBobby Bingham2016-11-111-0/+1
* generalize ELF hash table types not to assume 32-bit entriesRich Felker2016-11-111-1/+2
* fix build regression on archs with variable page sizeRich Felker2016-11-081-1/+1