summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-12-14fix VIDIOC_DQEVENT (v4l2) ioctl fallback for pre-5.6 kernelsRich Felker1-1/+9
2020-12-14fix v4l2 buffer ioctl fallbacks for pre-5.6 kernelsArnd Bergmann1-4/+4
2020-12-09use libc-internal malloc for newlocale/freelocaleRich Felker2-0/+10
2020-12-09drop use of pthread_once in newlocaleRich Felker1-9/+7
2020-12-09lift locale lock out of internal __get_localeRich Felker4-18/+19
2020-12-09fix misleading comment in strstrRich Felker1-1/+1
2020-12-08drop use of pthread_once for aio thread stack size initRich Felker1-10/+8
2020-12-07fix omission of non-stub pthread_mutexattr_getprotocolRich Felker1-1/+1
2020-12-04fix failure to preserve r6 in s390x asm; per ABI it is call-savedRich Felker2-0/+8
2020-11-30implement reallocarrayAriadne Conill1-0/+13
2020-11-30implement realpath directly instead of using procfs readlinkRich Felker1-23/+136
2020-11-29fix mallocng regression in malloc_usable_size with null argumentDominic Chen1-0/+1
2020-11-29fix segfault in lutimes when tv argument is NULLÉrico Rolim1-5/+7
2020-11-29arm fabs and sqrt: support single-precision-only fpu variantsJinliang Li2-2/+2
2020-11-23work around linux bug in readlink syscall with zero buffer sizeRich Felker2-3/+17
2020-11-22parse v3 or future-unknown zoneinfo file versions as v2+Rich Felker1-1/+1
2020-11-22explicitly prefer 64-bit/v2 zoneinfo tablesRich Felker1-1/+1
2020-11-20fix regression in pthread_exitRich Felker2-1/+3
2020-11-19rewrite wcsnrtombs to fix buffer overflow and other bugsRich Felker1-27/+19
2020-11-19protect destruction of process-shared mutexes against robust list racesRich Felker1-1/+5
2020-11-19pthread_exit: don't __vm_wait under thread list lockRich Felker1-9/+15
2020-11-11lift child restrictions after multi-threaded forkRich Felker16-4/+151
2020-11-11convert malloc use under libc-internal locks to use internal allocatorRich Felker7-0/+36
2020-11-11give libc access to its own malloc even if public malloc is interposedRich Felker7-1/+43
2020-11-11dlerror: don't gratuitously hold freebuf_queue lock while freeingRich Felker1-5/+8
2020-10-30fix erroneous pthread_cond_wait mutex waiter count logic due to typoRich Felker1-1/+1
2020-10-30fix missing-wake regression in pthread_cond_waitRich Felker1-0/+5
2020-10-28add support for SIGEV_THREAD_ID timersJames Y Knight1-2/+6
2020-10-28fix sem_close unmapping of still-referenced semaphoreRich Felker1-3/+5
2020-10-27refactor setxid return path to use __syscall_retRich Felker1-14/+9
2020-10-27fix setgroups behavior in multithreaded processRich Felker1-1/+29
2020-10-27avoid __synccall for setrlimit on kernels with prlimit syscallRich Felker1-20/+17
2020-10-26fix reintroduction of errno clobbering by atfork handlersRich Felker1-0/+3
2020-10-26fix pthread_cond_wait paired with with priority-inheritance mutexRich Felker1-6/+5
2020-10-24lift sigaction abort locking to fix posix_spawn child deadlockRich Felker1-13/+16
2020-10-18update crypt_blowfish to support $2b$ prefixJulien Ramseier1-15/+23
2020-10-14remove unused weak definition of __tl_sync in membarrier.cRich Felker1-5/+0
2020-10-14move aio implementation details to a proper internal headerRich Felker8-4/+14
2020-10-14remove long-unused struct __timer from pthread_impl.hRich Felker1-5/+0
2020-10-14drop use of pthread_once in timer_createRich Felker1-10/+7
2020-10-14remove unused SIGTIMER handler in timer_createRich Felker1-6/+1
2020-10-14remove incorrect fflush from assert failure handlerRich Felker1-1/+0
2020-10-14fix getgrouplist when nscd reports an empty listRich Felker1-1/+2
2020-10-14fix posix_spawn interaction with fork and abort by taking lockRich Felker1-3/+13
2020-10-14fix unintended observability of SIGABRT disposition reset via sigactionRich Felker1-9/+8
2020-10-14implement _Fork and refactor fork using itRich Felker2-9/+15
2020-10-14rename fork source fileRich Felker1-0/+0
2020-10-14drop use of pthread_once in mutexattr kernel support testsRich Felker2-21/+18
2020-10-14fix missing synchronization of fork with abortRich Felker1-0/+3
2020-10-14move __abort_lock to its own file and drop pointless weak_alias trickRich Felker4-8/+5