Age | Commit message (Expand) | Author | Files | Lines |
2022-02-20 | fix spurious failures by fgetws when buffer ends with partial character | Rich Felker | 1 | -6/+1 |
2022-02-19 | add missing strerror text for key management | pelco | 1 | -0/+4 |
2022-02-09 | fix out-of-bound read processing time zone data with distant-past dates | Rich Felker | 1 | -14/+12 |
2022-01-18 | fix potentially wrong-sign zero in cproj functions at infinity | Rich Felker | 3 | -3/+3 |
2022-01-09 | make fseek detect and produce an error for invalid whence arguments | Rich Felker | 1 | -0/+7 |
2021-12-27 | fix wcwidth of hangul combining (vowel/final) letters | Rich Felker | 1 | -58/+60 |
2021-12-09 | fix mismatched signatures for strtod_l family | Rich Felker | 2 | -7/+22 |
2021-11-29 | fix hwcap access in powerpc-sf setjmp/longjmp | Rich Felker | 2 | -2/+2 |
2021-10-19 | fix struct layout mismatch in sound ioctl time32 fallback conversion | Rich Felker | 1 | -2/+7 |
2021-09-23 | add qsort_r and make qsort a wrapper around it | Érico Nogueira | 3 | -17/+35 |
2021-09-23 | add SPE FPU support to powerpc-sf | Rich Felker | 8 | -8/+68 |
2021-09-11 | fix undefined behavior in getdelim via null pointer arithmetic and memcpy | Rich Felker | 1 | -3/+5 |
2021-08-06 | fix error checking in pthread_getname_np | Érico Nogueira | 1 | -1/+1 |
2021-07-29 | fix libc-internal signal blocking on mips archs | Rich Felker | 1 | -2/+2 |
2021-07-06 | math: fix fmaf not to depend on FE_TOWARDZERO | Szabolcs Nagy | 1 | -11/+10 |
2021-06-23 | fix TZ parsing logic for identifying POSIX-form strings | Rich Felker | 1 | -1/+13 |
2021-04-27 | remove return with expression in void function | Michael Forney | 1 | -1/+1 |
2021-04-20 | add pthread_getname_np function | Érico Rolim | 1 | -0/+25 |
2021-04-20 | fix popen not to leak pipes from one child to another | Rich Felker | 1 | -0/+6 |
2021-04-20 | remove spurious lock in popen | Rich Felker | 1 | -2/+0 |
2021-04-16 | nscd: fall back gracefully on kernels without AF_UNIX support | Joakim Sindholt | 1 | -1/+9 |
2021-04-16 | mallocng/aligned_alloc: check for malloc failure | Dominic Chen | 1 | -0/+3 |
2021-04-03 | make epoll_[p]wait a cancellation point | Rich Felker | 1 | -2/+2 |
2021-03-26 | fix dl_iterate_phdr dlpi_tls_data reporting to match spec | Rich Felker | 1 | -1/+2 |
2021-03-15 | remove no-longer-needed special case handling in popen | Rich Felker | 1 | -16/+0 |
2021-03-15 | use internal malloc for posix_spawn file actions objects | Rich Felker | 1 | -0/+5 |
2021-02-13 | fix error return value for cuserid | Rich Felker | 1 | -2/+3 |
2021-02-13 | fix misuse of getpwuid_r in cuserid | Rich Felker | 1 | -1/+2 |
2021-02-13 | cuserid: don't return truncated results | Rich Felker | 1 | -1/+5 |
2021-02-13 | cuserid: support invocation with a null pointer argument | Sören Tempel | 1 | -0/+2 |
2021-02-10 | math: fix expm1f overflow threshold | Szabolcs Nagy | 1 | -2/+1 |
2021-02-10 | math: fix acoshf for negative inputs | Szabolcs Nagy | 1 | -4/+4 |
2021-01-30 | fix possible fd leak via missing O_CLOEXEC in pthread_setname_np | Érico Rolim | 1 | -1/+1 |
2021-01-30 | oldmalloc: preserve errno across free | Rich Felker | 1 | -0/+4 |
2021-01-30 | fix build regression in oldmalloc | Rich Felker | 1 | -1/+1 |
2021-01-30 | preserve errno across free | Rich Felker | 1 | -2/+10 |
2021-01-30 | fix inconsistent signature of __libc_start_main | Rich Felker | 1 | -1/+2 |
2021-01-30 | fail posix_spawn file_actions operations with negative fds | Rich Felker | 4 | -0/+4 |
2020-12-14 | fix VIDIOC_DQEVENT (v4l2) ioctl fallback for pre-5.6 kernels | Rich Felker | 1 | -1/+9 |
2020-12-14 | fix v4l2 buffer ioctl fallbacks for pre-5.6 kernels | Arnd Bergmann | 1 | -4/+4 |
2020-12-09 | use libc-internal malloc for newlocale/freelocale | Rich Felker | 2 | -0/+10 |
2020-12-09 | drop use of pthread_once in newlocale | Rich Felker | 1 | -9/+7 |
2020-12-09 | lift locale lock out of internal __get_locale | Rich Felker | 4 | -18/+19 |
2020-12-09 | fix misleading comment in strstr | Rich Felker | 1 | -1/+1 |
2020-12-08 | drop use of pthread_once for aio thread stack size init | Rich Felker | 1 | -10/+8 |
2020-12-07 | fix omission of non-stub pthread_mutexattr_getprotocol | Rich Felker | 1 | -1/+1 |
2020-12-04 | fix failure to preserve r6 in s390x asm; per ABI it is call-saved | Rich Felker | 2 | -0/+8 |
2020-11-30 | implement reallocarray | Ariadne Conill | 1 | -0/+13 |
2020-11-30 | implement realpath directly instead of using procfs readlink | Rich Felker | 1 | -23/+136 |
2020-11-29 | fix mallocng regression in malloc_usable_size with null argument | Dominic Chen | 1 | -0/+1 |