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