about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* release 1.2.2 v1.2.2Rich Felker2021-01-142-1/+52
* fix VIDIOC_DQEVENT (v4l2) ioctl fallback for pre-5.6 kernelsRich Felker2020-12-141-1/+9
* fix v4l2 buffer ioctl fallbacks for pre-5.6 kernelsArnd Bergmann2020-12-141-4/+4
* sh: fix incorrect mcontext_t member namingAriadne Conill2020-12-122-4/+13
* use libc-internal malloc for newlocale/freelocaleRich Felker2020-12-092-0/+10
* drop use of pthread_once in newlocaleRich Felker2020-12-091-9/+7
* lift locale lock out of internal __get_localeRich Felker2020-12-094-18/+19
* fix misleading comment in strstrRich Felker2020-12-091-1/+1
* drop use of pthread_once for aio thread stack size initRich Felker2020-12-081-10/+8
* fix omission of non-stub pthread_mutexattr_getprotocolRich Felker2020-12-071-1/+1
* 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