2469 Commits (0fc2f098a496bc5c7379e2330421fcc86988c2ba)

Author SHA1 Message Date
Rich Felker b3516058eb for executing init array functions, use function type with prototype 9 years ago
Rich Felker e364774d7c fix access by setjmp and longjmp to __hwcap on arm built as thumb2 9 years ago
Rich Felker da438ee1fc work around incorrect EPERM from mmap syscall 9 years ago
Rich Felker 8c4be3e220 fix glob descent into . and .. with GLOB_PERIOD 9 years ago
Rich Felker 565dbee24d don't treat numeric port strings as servent records in getservby*() 9 years ago
Rich Felker 9e01be6e49 fix signal masking race in pthread_create with priority attributes 9 years ago
Bartosz Brachaczek 9255dad97e handle whitespace before %% in scanf 9 years ago
Alexander Monakov 51bdcdc424 fix OOB reads in Xbyte_memmem 9 years ago
Alexander Monakov cc0dbd5f09 free allocations in clearenv 9 years ago
Alexander Monakov 8e932792c9 overhaul environment functions 9 years ago
Rich Felker 39db00afad fix erroneous acceptance of f4 9x xx xx code sequences by utf-8 decoder 9 years ago
Rich Felker 11ddc314b5 fix erroneous stop before input limit in mbsnrtowcs and wcsnrtombs 9 years ago
Szabolcs Nagy 06fbefd100 add a_clz_64 helper function 9 years ago
Rich Felker 9d4c902c42 fix undefined behavior in memset due to missing sequence points 9 years ago
Alexander Monakov c7f56b4d2f __init_libc: add fallbacks for __progname setup 9 years ago
Rich Felker 670d6d01f5 fix unsynchronized access to FILE structure in fflush(0) 9 years ago
Daniel Sabogal 511b7042b3 fix signed overflow in ftok 9 years ago
Rich Felker 80bf595255 trap UB from attempts to join a detached thread 9 years ago
Bobby Bingham e31c8c2d79 ppc64: fix setjmp/longjmp handling of TOC pointer 9 years ago
Leah Neukirchen 52cf5c18f4 qsort: add a short comment about the algorithm 9 years ago
Rich Felker 947d330f68 add _NL_LOCALE_NAME extension to nl_langinfo 9 years ago
Jens Gustedt a08910fc2c fix missing volatile qualifier on lock in __get_locale 9 years ago
Alexander Monakov 2e6e08423b remove ineffective compiler assist from printf 9 years ago
Alexander Monakov bc42dcbfd9 fix undefined behavior in ptrace 9 years ago
Jens Gustedt d906fa3118 unify the use of FUTEX_PRIVATE 9 years ago
Alexander Monakov 60ab365cae fix undefined behavior in free 9 years ago
Alexander Monakov f688884061 reapply va_arg hacks removal to wprintf 9 years ago
Rich Felker 94f744195e powerpc64: add single-instruction math functions 9 years ago
Rich Felker ce385fcfb2 s390x: add single-instruction math functions 9 years ago
Szabolcs Nagy e6def54435 fix arm run-time abi string functions 9 years ago
Rich Felker 91d34c4533 fix regression in getspnam[_r] error code for insufficient buffer size 9 years ago
Bartosz Brachaczek b7bfb5c3a8 fix iconv conversions for iso88592-iso885916 9 years ago
Rich Felker 64f855874c handle errors from localtime_r in ctime_r 9 years ago
Rich Felker 2d7d05f031 set errno when getpw*_r, getgr*_r, and getspnam_r fail 9 years ago
Rich Felker 5c10c33d2a handle localtime errors in ctime 9 years ago
Rich Felker 1c86c7f5c2 handle mremap failure in realloc of mmap-serviced allocations 9 years ago
A. Wilcox 1080008809 getdate: correctly specify error number 9 years ago
A. Wilcox af05173016 catopen: set errno to EOPNOTSUPP 9 years ago
Rich Felker 84eff797e3 fix glob failure to match plain "/" to root directory 9 years ago
Rich Felker bc313e880c use hard-coded sh4a atomic opcodes to avoid linker errors on sh 9 years ago
Natanael Copa 179766aa2e towupper/towlower: fast path for ascii chars 9 years ago
Samuel Holland 81f4a1200a fix fchown fallback on arches without chown(2) 9 years ago
Rich Felker 97bd6b09db fix iconv conversions to legacy 8bit encodings 9 years ago
Rich Felker f9f686b772 have posix_spawnattr_setflags check for supported flags 9 years ago
Rich Felker bb439bb171 implement new posix_spawn flag POSIX_SPAWN_SETSID 9 years ago
Rich Felker 58e2396a9a remove va_arg hacks in printf core with undefined behavior 9 years ago
Rich Felker e1232f5b51 make ttyname[_r] return ENODEV rather than ENOENT 9 years ago
Rich Felker 1a7fa5e521 fix regression in support for resolv.conf attempts option 9 years ago
Szabolcs Nagy 8c44a06024 fix scalbn when result is in the subnormal range 9 years ago
Rich Felker 2577b1bc16 allow full-range file offsets to mmap on archs with 64-bit syscall args 9 years ago