3083 Commits (c4d4028dde90562f631edf559fbc42d8ec1b29de)

Author SHA1 Message Date
Rich Felker 775bde6b5c fix wcwidth of hangul combining (vowel/final) letters 4 years ago
Rich Felker 8d404733e1 fix mismatched signatures for strtod_l family 4 years ago
Rich Felker 8274aaaaa1 fix hwcap access in powerpc-sf setjmp/longjmp 5 years ago
Rich Felker 3733c831f2 fix struct layout mismatch in sound ioctl time32 fallback conversion 5 years ago
Érico Nogueira b76f37fd56 add qsort_r and make qsort a wrapper around it 5 years ago
Rich Felker 7be59733d7 add SPE FPU support to powerpc-sf 5 years ago
Rich Felker e3e7189c11 fix undefined behavior in getdelim via null pointer arithmetic and memcpy 5 years ago
Érico Nogueira 3eed6a6f0a fix error checking in pthread_getname_np 5 years ago
Rich Felker 3f701faace fix libc-internal signal blocking on mips archs 5 years ago
Szabolcs Nagy 4f3d346bff math: fix fmaf not to depend on FE_TOWARDZERO 5 years ago
Rich Felker 937822abb6 fix TZ parsing logic for identifying POSIX-form strings 5 years ago
Michael Forney d8cb888db9 remove return with expression in void function 5 years ago
Érico Rolim bd3b9c4ca5 add pthread_getname_np function 5 years ago
Rich Felker e1a51185ce fix popen not to leak pipes from one child to another 5 years ago
Rich Felker e74acd59a5 remove spurious lock in popen 5 years ago
Joakim Sindholt 0ea78a6421 nscd: fall back gracefully on kernels without AF_UNIX support 5 years ago
Dominic Chen 95a540e176 mallocng/aligned_alloc: check for malloc failure 5 years ago
Rich Felker 2c00f95c1a make epoll_[p]wait a cancellation point 5 years ago
Rich Felker 521b4d27a0 fix dl_iterate_phdr dlpi_tls_data reporting to match spec 5 years ago
Rich Felker 122002f0dd remove no-longer-needed special case handling in popen 5 years ago
Rich Felker 8ef9d46f4d use internal malloc for posix_spawn file actions objects 5 years ago
Rich Felker 49b6df3d9f fix error return value for cuserid 5 years ago
Rich Felker cc577d0e05 fix misuse of getpwuid_r in cuserid 5 years ago
Rich Felker a75283d777 cuserid: don't return truncated results 5 years ago
Sören Tempel ef137da642 cuserid: support invocation with a null pointer argument 6 years ago
Szabolcs Nagy 964104f9f0 math: fix expm1f overflow threshold 5 years ago
Szabolcs Nagy c4c38e6364 math: fix acoshf for negative inputs 5 years ago
Érico Rolim 074932c84d fix possible fd leak via missing O_CLOEXEC in pthread_setname_np 5 years ago
Rich Felker 9b77aaca86 oldmalloc: preserve errno across free 5 years ago
Rich Felker 98b9df994c fix build regression in oldmalloc 5 years ago
Rich Felker 2010df0d64 preserve errno across free 5 years ago
Rich Felker 9afed99c22 fix inconsistent signature of __libc_start_main 5 years ago
Rich Felker dd5b638471 fail posix_spawn file_actions operations with negative fds 5 years ago
Rich Felker 3953aecbef fix VIDIOC_DQEVENT (v4l2) ioctl fallback for pre-5.6 kernels 5 years ago
Arnd Bergmann 30f55067a6 fix v4l2 buffer ioctl fallbacks for pre-5.6 kernels 5 years ago
Rich Felker 1e4204d522 use libc-internal malloc for newlocale/freelocale 6 years ago
Rich Felker 36246b347c drop use of pthread_once in newlocale 6 years ago
Rich Felker 37fcc13c12 lift locale lock out of internal __get_locale 6 years ago
Rich Felker c53e9b2394 fix misleading comment in strstr 6 years ago
Rich Felker b67d56c7b3 drop use of pthread_once for aio thread stack size init 6 years ago
Rich Felker 90ff016996 fix omission of non-stub pthread_mutexattr_getprotocol 6 years ago
Rich Felker 50c7935cd2 fix failure to preserve r6 in s390x asm; per ABI it is call-saved 6 years ago
Ariadne Conill 821083ac7b implement reallocarray 6 years ago
Rich Felker 29ff7599a4 implement realpath directly instead of using procfs readlink 6 years ago
Dominic Chen 5d464f524b fix mallocng regression in malloc_usable_size with null argument 6 years ago
Érico Rolim c5d118ebbc fix segfault in lutimes when tv argument is NULL 6 years ago
Jinliang Li 6e98924890 arm fabs and sqrt: support single-precision-only fpu variants 6 years ago
Rich Felker e2fa720be7 work around linux bug in readlink syscall with zero buffer size 6 years ago
Rich Felker c17cda6d61 parse v3 or future-unknown zoneinfo file versions as v2+ 6 years ago
Rich Felker 585a0a78f9 explicitly prefer 64-bit/v2 zoneinfo tables 6 years ago