- c53e9b2 fix misleading comment in strstr by Rich Felker · 4 years ago
- b67d56c drop use of pthread_once for aio thread stack size init by Rich Felker · 4 years ago
- 90ff016 fix omission of non-stub pthread_mutexattr_getprotocol by Rich Felker · 4 years ago
- 56f0631 riscv64: fix inconsistent ucontext_t struct tag by Drew DeVault · 4 years ago
- 50c7935 fix failure to preserve r6 in s390x asm; per ABI it is call-saved by Rich Felker · 4 years ago
- 738c4e9 s390x: derive float_t from compiler or default to float by Marius Hillenbrand · 4 years ago
- 821083a implement reallocarray by Ariadne Conill · 4 years, 4 months ago
- 29ff759 implement realpath directly instead of using procfs readlink by Rich Felker · 4 years ago
- 5d464f5 fix mallocng regression in malloc_usable_size with null argument by Dominic Chen · 4 years ago
- d046ec9 configure: do not use obsolescent form of test -a|o by Issam E. Maghni · 4 years, 1 month ago
- c5d118e fix segfault in lutimes when tv argument is NULL by Érico Rolim · 4 years ago
- 67f7746 netinet/in.h: add IP_RECVERR_4884 from linux v5.9 by Szabolcs Nagy · 4 years, 1 month ago
- d078f83 sys/fanotify.h: add new FAN_* macros from linux v5.9 by Szabolcs Nagy · 4 years, 1 month ago
- 3ba370f bits/syscall.h: add __NR_close_range from linux v5.9 by Szabolcs Nagy · 4 years, 1 month ago
- badc5bb add missing personality values by William Woodruff · 4 years ago
- 6e98924 arm fabs and sqrt: support single-precision-only fpu variants by Jinliang Li · 4 years ago
- c8c3e34 fix typo in INSTALL by Érico Rolim · 4 years ago
- e2fa720 work around linux bug in readlink syscall with zero buffer size by Rich Felker · 4 years ago
- c17cda6 parse v3 or future-unknown zoneinfo file versions as v2+ by Rich Felker · 4 years ago
- 585a0a7 explicitly prefer 64-bit/v2 zoneinfo tables by Rich Felker · 4 years ago
- debbddf fix regression in pthread_exit by Rich Felker · 4 years ago
- 3ab2a4e rewrite wcsnrtombs to fix buffer overflow and other bugs by Rich Felker · 4 years ago
- 233bb69 protect destruction of process-shared mutexes against robust list races by Rich Felker · 4 years ago
- d26e077 pthread_exit: don't __vm_wait under thread list lock by Rich Felker · 4 years ago
- 167390f lift child restrictions after multi-threaded fork by Rich Felker · 4 years ago
- 34952fe convert malloc use under libc-internal locks to use internal allocator by Rich Felker · 4 years ago
- 8d37958 give libc access to its own malloc even if public malloc is interposed by Rich Felker · 4 years ago
- c1e5d24 drop use of getdelim/stdio in dynamic linker by Rich Felker · 4 years ago
- cbecda0 dlerror: don't gratuitously hold freebuf_queue lock while freeing by Rich Felker · 4 years ago
- 4ffa706 fix vector types in aarch64 register file structures by Rich Felker · 4 years, 1 month ago
- d91a6cf fix erroneous pthread_cond_wait mutex waiter count logic due to typo by Rich Felker · 4 years, 1 month ago
- 27b2fc9 fix missing-wake regression in pthread_cond_wait by Rich Felker · 4 years, 1 month ago
- 7c71792 add support for SIGEV_THREAD_ID timers by James Y Knight · 5 years ago
- f70375d fix sem_close unmapping of still-referenced semaphore by Rich Felker · 4 years, 1 month ago
- 613ccab refactor setxid return path to use __syscall_ret by Rich Felker · 4 years, 1 month ago
- ccba234 ldso: notify the debugger when we're doing a dlopen by rcombs · 4 years, 1 month ago
- 4209a7b fix setgroups behavior in multithreaded process by Rich Felker · 4 years, 1 month ago
- 6ce91ef avoid __synccall for setrlimit on kernels with prlimit syscall by Rich Felker · 4 years, 1 month ago
- 3437e47 fix reintroduction of errno clobbering by atfork handlers by Rich Felker · 4 years, 1 month ago
- 2d0bbe6 fix pthread_cond_wait paired with with priority-inheritance mutex by Rich Felker · 4 years, 1 month ago
- 0b87551 lift sigaction abort locking to fix posix_spawn child deadlock by Rich Felker · 4 years, 1 month ago
- 99d5098 update crypt_blowfish to support $2b$ prefix by Julien Ramseier · 4 years, 1 month ago
- 957c276 remove unused weak definition of __tl_sync in membarrier.c by Rich Felker · 4 years, 1 month ago
- 5576736 move aio implementation details to a proper internal header by Rich Felker · 4 years, 2 months ago
- 3733766 remove long-unused struct __timer from pthread_impl.h by Rich Felker · 4 years, 1 month ago
- 85e16ae drop use of pthread_once in timer_create by Rich Felker · 4 years, 1 month ago
- 6ae2568 remove unused SIGTIMER handler in timer_create by Rich Felker · 4 years, 1 month ago
- 47baa03 remove incorrect fflush from assert failure handler by Rich Felker · 4 years, 1 month ago
- da845d5 fix getgrouplist when nscd reports an empty list by Rich Felker · 4 years, 1 month ago
- b7bc966 fix posix_spawn interaction with fork and abort by taking lock by Rich Felker · 4 years, 2 months ago
- 25ea9f7 fix unintended observability of SIGABRT disposition reset via sigaction by Rich Felker · 4 years, 2 months ago
- bd15342 implement _Fork and refactor fork using it by Rich Felker · 4 years, 2 months ago
- e1e98d8 rename fork source file by Rich Felker · 4 years, 2 months ago
- 5071670 ldso: use pthread_t rather than kernel tid to track ctor visitor by Rich Felker · 4 years, 2 months ago
- 1efc8eb fix stale lock when allocation of ctor queue fails during dlopen by Rich Felker · 4 years, 2 months ago
- 69a1b39 drop use of pthread_once in mutexattr kernel support tests by Rich Felker · 4 years, 2 months ago
- b115bee fix missing synchronization of fork with abort by Rich Felker · 4 years, 2 months ago
- 3cd3de6 move __abort_lock to its own file and drop pointless weak_alias trick by Rich Felker · 4 years, 2 months ago
- 34904d8 fix fork of processes with active async io contexts by Rich Felker · 4 years, 2 months ago
- a5aff19 avoid set*id/setrlimit misbehavior and hang in vforked/cloned child by Rich Felker · 4 years, 2 months ago
- 55fb9a1 use new SYS_faccessat2 syscall to implement faccessat with flags by Rich Felker · 4 years, 2 months ago
- f035c7b netinet/if_ether.h: add ETH_P_MRP from linux v5.8 by Szabolcs Nagy · 4 years, 2 months ago
- 6b1741a elf.h: add .note.gnu.property related definitions by Szabolcs Nagy · 4 years, 2 months ago
- 9b7ed97 bits/syscall.h: add __NR_faccessat2 from linux v5.8 by Szabolcs Nagy · 4 years, 4 months ago
- 616a8bf netinet/tcp.h: update to linux v5.7 by Szabolcs Nagy · 4 years, 4 months ago
- a6c302b sys/mman.h: add MREMAP_DONTUNMAP from linux v5.7 by Szabolcs Nagy · 4 years, 4 months ago
- 8adf42f sys/fanotify.h: update to linux v5.7 by Szabolcs Nagy · 4 years, 4 months ago
- 94ab68c aarch64: add new HWCAP2_ macros from linux v5.6 by Szabolcs Nagy · 4 years, 8 months ago
- 0296baf aarch64: add HWCAP2_ macros from linux v5.3 by Szabolcs Nagy · 4 years, 8 months ago
- 43b640c sched.h: add CLONE_NEWTIME from linux v5.6 by Szabolcs Nagy · 4 years, 8 months ago
- 3da18e6 sys/random.h: add GRND_INSECURE from linux v5.6 by Szabolcs Nagy · 4 years, 8 months ago
- 8f4aa78 sys/prctl.h: add PR_{SET,GET}_IO_FLUSHER from linux v5.6 by Szabolcs Nagy · 4 years, 8 months ago
- 1ab341e netinet/udp.h: add TCP_ENCAP_ESPINTCP from linux v5.6 by Szabolcs Nagy · 4 years, 8 months ago
- c632161 netinet/tcp.h: update for linux v5.6 by Szabolcs Nagy · 4 years, 8 months ago
- 8fca0ea netinet/in.h: add IPPROTO_ macros from linux v5.6 by Szabolcs Nagy · 4 years, 8 months ago
- d990090 add pidfd_getfd and openat2 syscall numbers from linux v5.6 by Szabolcs Nagy · 4 years, 8 months ago
- d4f2981 netinet/tcp.h: update tcp_info for linux v5.5 by Szabolcs Nagy · 4 years, 9 months ago
- ffac0c2 use generic bits/fcntl.h for x86_64 and riscv64 by Rich Felker · 4 years, 3 months ago
- 76f42fd make generic bits/fcntl.h shareable with 64-bit archs by Rich Felker · 4 years, 3 months ago
- b8b729b fix missing O_LARGEFILE values on x86_64, x32, and mips64 by Rich Felker · 4 years, 3 months ago
- 262003a fix missing newline in herror output by Rich Felker · 4 years, 3 months ago
- 0b06402 fix i386 __set_thread_area fallback by Rich Felker · 4 years, 3 months ago
- cf27184 restore h_errno ABI compatibility with ancient binaries by Rich Felker · 4 years, 3 months ago
- cab0a8f clean up overinclusion in files using TIOCGWINSZ by Rich Felker · 4 years, 3 months ago
- 1ccc804 fix regression with applications that expect struct winsize in ioctl.h by Rich Felker · 4 years, 3 months ago
- 86ac0f7 configure: enable warnings by default by Rich Felker · 4 years, 3 months ago
- 0a312d3 configure: use additive warnings instead of subtracting from -Wall by Rich Felker · 4 years, 3 months ago
- e7f808e configure: add further -Werror=... options to detected CFLAGS by Rich Felker · 4 years, 3 months ago
- 57f6e85 remove redundant pthread struct members repeated for layout purposes by Rich Felker · 4 years, 3 months ago
- 3a5b9ae deduplicate __pthread_self thread pointer adjustment out of each arch by Rich Felker · 4 years, 3 months ago
- ea71a90 deduplicate TP_ADJ logic out of each arch, replace with TP_OFFSET by Rich Felker · 4 years, 3 months ago
- 19f8642 report res_query failures, including nxdomain/nodata, via h_errno by Rich Felker · 4 years, 3 months ago
- 9d0b8b9 make h_errno thread-local by Rich Felker · 4 years, 3 months ago
- 4d57865 add tcgetwinsize and tcsetwinsize functions, move struct winsize by Rich Felker · 4 years, 3 months ago
- 9d4b25b fix MUSL_LOCPATH search by Rich Felker · 4 years, 3 months ago
- d49cf07 add gettid function by Rich Felker · 4 years, 3 months ago
- 22359b5 aarch64: fix setjmp return value by Szabolcs Nagy · 4 years, 3 months ago
- 4554f15 setjmp: optimize longjmp prologues by Alexander Monakov · 4 years, 3 months ago
- 59b64ff setjmp: optimize x86 longjmp epilogues by Alexander Monakov · 4 years, 3 months ago
- c6a6fe4 setjmp: avoid useless REX-prefix on xor %eax, %eax by Alexander Monakov · 4 years, 3 months ago