4622 Commits (db981ffb3e242e32e13520fbaf47e91ae88d5ff4)
 

Author SHA1 Message Date
Ariadne Conill db981ffb3e sh: fix incorrect mcontext_t member naming 6 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
Drew DeVault 56f0631d95 riscv64: fix inconsistent ucontext_t struct tag 6 years ago
Rich Felker 50c7935cd2 fix failure to preserve r6 in s390x asm; per ABI it is call-saved 6 years ago
Marius Hillenbrand 738c4e945c s390x: derive float_t from compiler or default to float 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
Issam E. Maghni d046ec92c1 configure: do not use obsolescent form of test -a|o 6 years ago
Érico Rolim c5d118ebbc fix segfault in lutimes when tv argument is NULL 6 years ago
Szabolcs Nagy 67f774625e netinet/in.h: add IP_RECVERR_4884 from linux v5.9 6 years ago
Szabolcs Nagy d078f83657 sys/fanotify.h: add new FAN_* macros from linux v5.9 6 years ago
Szabolcs Nagy 3ba370fe8d bits/syscall.h: add __NR_close_range from linux v5.9 6 years ago
William Woodruff badc5bb211 add missing personality values 6 years ago
Jinliang Li 6e98924890 arm fabs and sqrt: support single-precision-only fpu variants 6 years ago
Érico Rolim c8c3e341fb fix typo in INSTALL 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
Rich Felker debbddf7c8 fix regression in pthread_exit 6 years ago
Rich Felker 3ab2a4e026 rewrite wcsnrtombs to fix buffer overflow and other bugs 6 years ago
Rich Felker 233bb6972d protect destruction of process-shared mutexes against robust list races 6 years ago
Rich Felker d26e0774a5 pthread_exit: don't __vm_wait under thread list lock 6 years ago
Rich Felker 167390f055 lift child restrictions after multi-threaded fork 6 years ago
Rich Felker 34952fe5de convert malloc use under libc-internal locks to use internal allocator 6 years ago
Rich Felker 8d37958d58 give libc access to its own malloc even if public malloc is interposed 6 years ago
Rich Felker c1e5d243b7 drop use of getdelim/stdio in dynamic linker 6 years ago
Rich Felker cbecda0b50 dlerror: don't gratuitously hold freebuf_queue lock while freeing 6 years ago
Rich Felker 4ffa706899 fix vector types in aarch64 register file structures 6 years ago
Rich Felker d91a6cf6e3 fix erroneous pthread_cond_wait mutex waiter count logic due to typo 6 years ago
Rich Felker 27b2fc9d6d fix missing-wake regression in pthread_cond_wait 6 years ago
James Y Knight 7c71792e87 add support for SIGEV_THREAD_ID timers 7 years ago
Rich Felker f70375df85 fix sem_close unmapping of still-referenced semaphore 6 years ago
Rich Felker 613ccabeb0 refactor setxid return path to use __syscall_ret 6 years ago
rcombs ccba23459e ldso: notify the debugger when we're doing a dlopen 6 years ago
Rich Felker 4209a7b104 fix setgroups behavior in multithreaded process 6 years ago
Rich Felker 6ce91ef0e8 avoid __synccall for setrlimit on kernels with prlimit syscall 6 years ago
Rich Felker 3437e478ba fix reintroduction of errno clobbering by atfork handlers 6 years ago
Rich Felker 2d0bbe6c78 fix pthread_cond_wait paired with with priority-inheritance mutex 6 years ago
Rich Felker 0b87551bdf lift sigaction abort locking to fix posix_spawn child deadlock 6 years ago
Julien Ramseier 99d5098a88 update crypt_blowfish to support $2b$ prefix 6 years ago
Rich Felker 957c276323 remove unused weak definition of __tl_sync in membarrier.c 6 years ago
Rich Felker 557673603b move aio implementation details to a proper internal header 6 years ago
Rich Felker 3733766083 remove long-unused struct __timer from pthread_impl.h 6 years ago
Rich Felker 85e16aec51 drop use of pthread_once in timer_create 6 years ago