about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* 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 omission of microblaze user.h definitionsRich Felker2017-06-211-1/+25
* 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
* remove long-obsolete clang workarounds from mips* syscall_arch.h filesRich Felker2017-05-313-157/+0
* fix fstatat syscall on mips64Rich Felker2017-05-311-3/+22
* 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
* add no-op POSIX_SPAWN_USEVFORK to spawn.hRich Felker2017-04-221-0/+1
* s390x: provide sigcontext struct definitionBobby Bingham2017-04-221-0/+15
* implement new posix_spawn flag POSIX_SPAWN_SETSIDRich Felker2017-04-222-0/+5
* 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-212-2/+2
* 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 dlopen/dlsym regression opening libs already loaded at startupRich Felker2017-03-211-2/+2
* fix POSIX-format TZ dst transition times for southern hemisphereRich Felker2017-03-151-8/+4
* 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