Age | Commit message (Expand) | Author | Files | Lines |
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 |
2021-01-14 | release 1.2.2v1.2.2 | Rich Felker | 2 | -1/+52 |
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-12 | sh: fix incorrect mcontext_t member naming | Ariadne Conill | 2 | -4/+13 |
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-06 | riscv64: fix inconsistent ucontext_t struct tag | Drew DeVault | 1 | -2/+2 |
2020-12-04 | fix failure to preserve r6 in s390x asm; per ABI it is call-saved | Rich Felker | 2 | -0/+8 |
2020-12-03 | s390x: derive float_t from compiler or default to float | Marius Hillenbrand | 2 | -1/+9 |
2020-11-30 | implement reallocarray | Ariadne Conill | 2 | -0/+14 |
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 |
2020-11-29 | configure: do not use obsolescent form of test -a|o | Issam E. Maghni | 1 | -3/+3 |
2020-11-29 | fix segfault in lutimes when tv argument is NULL | Érico Rolim | 1 | -5/+7 |
2020-11-29 | netinet/in.h: add IP_RECVERR_4884 from linux v5.9 | Szabolcs Nagy | 1 | -0/+1 |
2020-11-29 | sys/fanotify.h: add new FAN_* macros from linux v5.9 | Szabolcs Nagy | 1 | -0/+4 |
2020-11-29 | bits/syscall.h: add __NR_close_range from linux v5.9 | Szabolcs Nagy | 16 | -0/+16 |
2020-11-29 | add missing personality values | William Woodruff | 1 | -0/+3 |
2020-11-29 | arm fabs and sqrt: support single-precision-only fpu variants | Jinliang Li | 2 | -2/+2 |
2020-11-29 | fix typo in INSTALL | Érico Rolim | 1 | -1/+1 |
2020-11-23 | work around linux bug in readlink syscall with zero buffer size | Rich Felker | 2 | -3/+17 |
2020-11-22 | parse v3 or future-unknown zoneinfo file versions as v2+ | Rich Felker | 1 | -1/+1 |
2020-11-22 | explicitly prefer 64-bit/v2 zoneinfo tables | Rich Felker | 1 | -1/+1 |
2020-11-20 | fix regression in pthread_exit | Rich Felker | 2 | -1/+3 |
2020-11-19 | rewrite wcsnrtombs to fix buffer overflow and other bugs | Rich Felker | 1 | -27/+19 |
2020-11-19 | protect destruction of process-shared mutexes against robust list races | Rich Felker | 1 | -1/+5 |
2020-11-19 | pthread_exit: don't __vm_wait under thread list lock | Rich Felker | 1 | -9/+15 |
2020-11-11 | lift child restrictions after multi-threaded fork | Rich Felker | 17 | -4/+170 |
2020-11-11 | convert malloc use under libc-internal locks to use internal allocator | Rich Felker | 8 | -0/+41 |
2020-11-11 | give libc access to its own malloc even if public malloc is interposed | Rich Felker | 7 | -1/+43 |
2020-11-11 | drop use of getdelim/stdio in dynamic linker | Rich Felker | 1 | -5/+22 |
2020-11-11 | dlerror: don't gratuitously hold freebuf_queue lock while freeing | Rich Felker | 1 | -5/+8 |
2020-11-11 | fix vector types in aarch64 register file structures | Rich Felker | 2 | -3/+3 |
2020-10-30 | fix erroneous pthread_cond_wait mutex waiter count logic due to typo | Rich Felker | 1 | -1/+1 |
2020-10-30 | fix missing-wake regression in pthread_cond_wait | Rich Felker | 1 | -0/+5 |
2020-10-28 | add support for SIGEV_THREAD_ID timers | James Y Knight | 2 | -5/+19 |
2020-10-28 | fix sem_close unmapping of still-referenced semaphore | Rich Felker | 1 | -3/+5 |
2020-10-27 | refactor setxid return path to use __syscall_ret | Rich Felker | 1 | -14/+9 |
2020-10-27 | ldso: notify the debugger when we're doing a dlopen | rcombs | 1 | -2/+6 |