about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* riscv64: fix inconsistent ucontext_t struct tagDrew DeVault2020-12-061-2/+2
* fix failure to preserve r6 in s390x asm; per ABI it is call-savedRich Felker2020-12-042-0/+8
* s390x: derive float_t from compiler or default to floatMarius Hillenbrand2020-12-032-1/+9
* implement reallocarrayAriadne Conill2020-11-302-0/+14
* implement realpath directly instead of using procfs readlinkRich Felker2020-11-301-23/+136
* fix mallocng regression in malloc_usable_size with null argumentDominic Chen2020-11-291-0/+1
* configure: do not use obsolescent form of test -a|oIssam E. Maghni2020-11-291-3/+3
* fix segfault in lutimes when tv argument is NULLÉrico Rolim2020-11-291-5/+7
* netinet/in.h: add IP_RECVERR_4884 from linux v5.9Szabolcs Nagy2020-11-291-0/+1
* sys/fanotify.h: add new FAN_* macros from linux v5.9Szabolcs Nagy2020-11-291-0/+4
* bits/syscall.h: add __NR_close_range from linux v5.9Szabolcs Nagy2020-11-2916-0/+16
* add missing personality valuesWilliam Woodruff2020-11-291-0/+3
* arm fabs and sqrt: support single-precision-only fpu variantsJinliang Li2020-11-292-2/+2
* fix typo in INSTALLÉrico Rolim2020-11-291-1/+1
* work around linux bug in readlink syscall with zero buffer sizeRich Felker2020-11-232-3/+17
* parse v3 or future-unknown zoneinfo file versions as v2+Rich Felker2020-11-221-1/+1
* explicitly prefer 64-bit/v2 zoneinfo tablesRich Felker2020-11-221-1/+1
* fix regression in pthread_exitRich Felker2020-11-202-1/+3
* rewrite wcsnrtombs to fix buffer overflow and other bugsRich Felker2020-11-191-27/+19
* protect destruction of process-shared mutexes against robust list racesRich Felker2020-11-191-1/+5
* pthread_exit: don't __vm_wait under thread list lockRich Felker2020-11-191-9/+15
* lift child restrictions after multi-threaded forkRich Felker2020-11-1117-4/+170
* convert malloc use under libc-internal locks to use internal allocatorRich Felker2020-11-118-0/+41
* give libc access to its own malloc even if public malloc is interposedRich Felker2020-11-117-1/+43
* drop use of getdelim/stdio in dynamic linkerRich Felker2020-11-111-5/+22
* dlerror: don't gratuitously hold freebuf_queue lock while freeingRich Felker2020-11-111-5/+8
* fix vector types in aarch64 register file structuresRich Felker2020-11-112-3/+3
* fix erroneous pthread_cond_wait mutex waiter count logic due to typoRich Felker2020-10-301-1/+1
* fix missing-wake regression in pthread_cond_waitRich Felker2020-10-301-0/+5
* add support for SIGEV_THREAD_ID timersJames Y Knight2020-10-282-5/+19
* fix sem_close unmapping of still-referenced semaphoreRich Felker2020-10-281-3/+5
* refactor setxid return path to use __syscall_retRich Felker2020-10-271-14/+9
* ldso: notify the debugger when we're doing a dlopenrcombs2020-10-271-2/+6
* fix setgroups behavior in multithreaded processRich Felker2020-10-271-1/+29
* avoid __synccall for setrlimit on kernels with prlimit syscallRich Felker2020-10-271-20/+17
* fix reintroduction of errno clobbering by atfork handlersRich Felker2020-10-261-0/+3
* fix pthread_cond_wait paired with with priority-inheritance mutexRich Felker2020-10-261-6/+5
* lift sigaction abort locking to fix posix_spawn child deadlockRich Felker2020-10-241-13/+16
* update crypt_blowfish to support $2b$ prefixJulien Ramseier2020-10-181-15/+23
* remove unused weak definition of __tl_sync in membarrier.cRich Felker2020-10-141-5/+0
* move aio implementation details to a proper internal headerRich Felker2020-10-148-4/+14
* remove long-unused struct __timer from pthread_impl.hRich Felker2020-10-141-5/+0
* drop use of pthread_once in timer_createRich Felker2020-10-141-10/+7
* remove unused SIGTIMER handler in timer_createRich Felker2020-10-141-6/+1
* remove incorrect fflush from assert failure handlerRich Felker2020-10-141-1/+0
* fix getgrouplist when nscd reports an empty listRich Felker2020-10-141-1/+2
* fix posix_spawn interaction with fork and abort by taking lockRich Felker2020-10-141-3/+13
* fix unintended observability of SIGABRT disposition reset via sigactionRich Felker2020-10-141-9/+8
* implement _Fork and refactor fork using itRich Felker2020-10-143-9/+16
* rename fork source fileRich Felker2020-10-141-0/+0