aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-14release 1.2.2v1.2.2Rich Felker
2020-12-14fix VIDIOC_DQEVENT (v4l2) ioctl fallback for pre-5.6 kernelsRich Felker
2020-12-14fix v4l2 buffer ioctl fallbacks for pre-5.6 kernelsArnd Bergmann
2020-12-12sh: fix incorrect mcontext_t member namingAriadne Conill
2020-12-09use libc-internal malloc for newlocale/freelocaleRich Felker
2020-12-09drop use of pthread_once in newlocaleRich Felker
2020-12-09lift locale lock out of internal __get_localeRich Felker
2020-12-09fix misleading comment in strstrRich Felker
2020-12-08drop use of pthread_once for aio thread stack size initRich Felker
2020-12-07fix omission of non-stub pthread_mutexattr_getprotocolRich Felker
2020-12-06riscv64: fix inconsistent ucontext_t struct tagDrew DeVault
2020-12-04fix failure to preserve r6 in s390x asm; per ABI it is call-savedRich Felker
2020-12-03s390x: derive float_t from compiler or default to floatMarius Hillenbrand
2020-11-30implement reallocarrayAriadne Conill
2020-11-30implement realpath directly instead of using procfs readlinkRich Felker
2020-11-29fix mallocng regression in malloc_usable_size with null argumentDominic Chen
2020-11-29configure: do not use obsolescent form of test -a|oIssam E. Maghni
2020-11-29fix segfault in lutimes when tv argument is NULLÉrico Rolim
2020-11-29netinet/in.h: add IP_RECVERR_4884 from linux v5.9Szabolcs Nagy
2020-11-29sys/fanotify.h: add new FAN_* macros from linux v5.9Szabolcs Nagy
2020-11-29bits/syscall.h: add __NR_close_range from linux v5.9Szabolcs Nagy
2020-11-29add missing personality valuesWilliam Woodruff
2020-11-29arm fabs and sqrt: support single-precision-only fpu variantsJinliang Li
2020-11-29fix typo in INSTALLÉrico Rolim
2020-11-23work around linux bug in readlink syscall with zero buffer sizeRich Felker
2020-11-22parse v3 or future-unknown zoneinfo file versions as v2+Rich Felker
2020-11-22explicitly prefer 64-bit/v2 zoneinfo tablesRich Felker
2020-11-20fix regression in pthread_exitRich Felker
2020-11-19rewrite wcsnrtombs to fix buffer overflow and other bugsRich Felker
2020-11-19protect destruction of process-shared mutexes against robust list racesRich Felker
2020-11-19pthread_exit: don't __vm_wait under thread list lockRich Felker
2020-11-11lift child restrictions after multi-threaded forkRich Felker
2020-11-11convert malloc use under libc-internal locks to use internal allocatorRich Felker
2020-11-11give libc access to its own malloc even if public malloc is interposedRich Felker
2020-11-11drop use of getdelim/stdio in dynamic linkerRich Felker
2020-11-11dlerror: don't gratuitously hold freebuf_queue lock while freeingRich Felker
2020-11-11fix vector types in aarch64 register file structuresRich Felker
2020-10-30fix erroneous pthread_cond_wait mutex waiter count logic due to typoRich Felker
2020-10-30fix missing-wake regression in pthread_cond_waitRich Felker
2020-10-28add support for SIGEV_THREAD_ID timersJames Y Knight
2020-10-28fix sem_close unmapping of still-referenced semaphoreRich Felker
2020-10-27refactor setxid return path to use __syscall_retRich Felker
2020-10-27ldso: notify the debugger when we're doing a dlopenrcombs
2020-10-27fix setgroups behavior in multithreaded processRich Felker
2020-10-27avoid __synccall for setrlimit on kernels with prlimit syscallRich Felker
2020-10-26fix reintroduction of errno clobbering by atfork handlersRich Felker
2020-10-26fix pthread_cond_wait paired with with priority-inheritance mutexRich Felker
2020-10-24lift sigaction abort locking to fix posix_spawn child deadlockRich Felker
2020-10-18update crypt_blowfish to support $2b$ prefixJulien Ramseier
2020-10-14remove unused weak definition of __tl_sync in membarrier.cRich Felker