about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* fix misuse of getpwuid_r in cuseridRich Felker2021-02-131-1/+2
* cuserid: don't return truncated resultsRich Felker2021-02-131-1/+5
* cuserid: support invocation with a null pointer argumentSören Tempel2021-02-131-0/+2
* riscv64: define ELF_NFPREGKhem Raj2021-02-121-0/+1
* math: fix expm1f overflow thresholdSzabolcs Nagy2021-02-101-2/+1
* math: fix acoshf for negative inputsSzabolcs Nagy2021-02-101-4/+4
* fix possible fd leak via missing O_CLOEXEC in pthread_setname_npÉrico Rolim2021-01-301-1/+1
* oldmalloc: preserve errno across freeRich Felker2021-01-301-0/+4
* fix build regression in oldmallocRich Felker2021-01-301-1/+1
* preserve errno across freeRich Felker2021-01-301-2/+10
* fix inconsistent signature of __libc_start_mainRich Felker2021-01-301-1/+2
* fail posix_spawn file_actions operations with negative fdsRich Felker2021-01-304-0/+4
* 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