about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* aarch64/bits/mman.h: add PROT_MTE from linux v5.10Szabolcs Nagy2021-02-151-0/+1
* aarch64/bits/hwcap.h: add HWCAP2_MTE from linux v5.10Szabolcs Nagy2021-02-151-0/+1
* add aarch64/bits/mman.h with PROT_BTI from linux v5.8Szabolcs Nagy2021-02-151-0/+1
* aarch64/bits/hwcap.h: add HWCAP2_BTI from linux v5.8Szabolcs Nagy2021-02-151-0/+1
* signal.h: add MTE specific SIGSEGV codes from linux v5.10Szabolcs Nagy2021-02-151-0/+2
* sys/prctl.h: add MTE related constants from linux v5.10Szabolcs Nagy2021-02-151-0/+7
* elf.h: add NT_ARM_TAGGED_ADDR_CTRL from linux v5.10Szabolcs Nagy2021-02-151-0/+1
* sys/mman.h: add MAP_HUGE_16KB from linux v5.10Szabolcs Nagy2021-02-151-0/+1
* sys/mount.h: add MS_NOSYMFOLLOW from linux v5.10Szabolcs Nagy2021-02-151-0/+1
* sys/membarrier.h: add new constants from linux v5.10Szabolcs Nagy2021-02-151-0/+4
* bits/syscall.h: add process_madvise from linux v5.10Szabolcs Nagy2021-02-1516-0/+16
* fix error return value for cuseridRich Felker2021-02-131-2/+3
* 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