about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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