about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* aarch64: Add aarch64-specific files for memory tagging supportRichard Earnshaw2020-12-216-0/+235
* aarch64: Add sysv specific enabling code for memory taggingRichard Earnshaw2020-12-214-0/+34
* linux: Add compatibility definitions to sys/prctl.h for MTERichard Earnshaw2020-12-211-0/+18
* malloc: Basic support for memory tagging in the malloc() familyRichard Earnshaw2020-12-215-97/+437
* elf: Add a tunable to control use of tagged memoryRichard Earnshaw2020-12-212-0/+44
* config: Allow memory tagging to be enabled when configuring glibcRichard Earnshaw2020-12-216-0/+69
* alpha: Remove anonymous union in struct stat [BZ #27042]Matt Turner2020-12-213-63/+66
* add inputs to auto-libm-test-in yielding larger errors (binary64, x86_64)Paul Zimmermann2020-12-2110-11/+581
* m68k: fix clobbering a5 in setjmp() [BZ #24202]Sergei Trofimovich2020-12-211-0/+1
* iconv add iconv_close before the function returned with bad value.liqingqing2020-12-211-0/+1
* iconv: use iconv_close after iconv_openliqingqing2020-12-211-0/+2
* Fix buffer overrun in EUC-KR conversion module (bz #24973)Andreas Schwab2020-12-214-9/+59
* hurd: Make trampoline fill siginfo ss_sp from sc_uespSamuel Thibault2020-12-211-1/+1
* Hurd: make sigstates hold a reference on thread portsRichard Braun2020-12-212-7/+29
* profil-counter: Add missing SIGINFO caseSamuel Thibault2020-12-211-0/+10
* hurd: implement SA_SIGINFO signal handlers.Jeremie Koenig2020-12-2111-67/+209
* hurd: Fix ELF_MACHINE_USER_ADDRESS_MASK valueSamuel Thibault2020-12-201-1/+1
* hurd: Note when the vm_map kernel bug was fixedSamuel Thibault2020-12-201-1/+1
* hurd: Also turn KERN_INVALID_ADDRESS to EINVALSamuel Thibault2020-12-191-0/+1
* ieee754: Remove unused __sin32 and __cos32Anssi Hannula2020-12-187-86/+0
* ieee754: Remove slow paths from asin and acosAnssi Hannula2020-12-181-61/+15
* getenv: Move call to strlen to the branch it's used in.Lode Willems2020-12-181-1/+1
* Update kernel version to 5.10 in tst-mman-consts.py.Joseph Myers2020-12-171-1/+1
* s390x: Require GCC 7.1 or later to build glibc.Stefan Liebler2020-12-175-0/+59
* malloc: Use __libc_initial to detect an inner libcFlorian Weimer2020-12-162-8/+7
* Replace __libc_multiple_libcs with __libc_initial flagFlorian Weimer2020-12-169-40/+53
* {nptl,htl}/semaphoreP.h: clean upSamuel Thibault2020-12-162-4/+4
* htl: Get sem_open/sem_close/sem_unlink support [BZ #25524]Samuel Thibault2020-12-169-102/+51
* pthread: Move semaphore initialization for open to semaphoreP.hSamuel Thibault2020-12-162-11/+16
* Mark __libc_freeres_fn as used [BZ #27002]H.J. Lu2020-12-161-1/+1
* Update syscall lists for Linux 5.10.Joseph Myers2020-12-1626-2/+28
* htl: Add pshared semaphore supportSamuel Thibault2020-12-1611-186/+287
* hurd: Add LLL_PRIVATE and LLL_SHAREDSamuel Thibault2020-12-161-0/+3
* hurd: Add __libc_open and __libc_closeSamuel Thibault2020-12-162-0/+2
* htl: Add futex-internal.hSamuel Thibault2020-12-161-0/+39
* hurd: Add __lll_abstimed_wait_intrSamuel Thibault2020-12-166-1/+51
* hurd: make lll_* take a variable instead of a ptrSamuel Thibault2020-12-1614-60/+76
* hurd: Rename LLL_INITIALIZER to LLL_LOCK_INITIALIZERSamuel Thibault2020-12-165-8/+8
* Use Linux 5.10 in build-many-glibcs.py.Joseph Myers2020-12-151-1/+1
* elf: Record libc.so link map when it is the main program (bug 20972)Florian Weimer2020-12-151-0/+11
* Use GMP 6.2.1 in build-many-glibcs.py.Joseph Myers2020-12-151-1/+1
* aarch64: remove the strlen_asimd symbolSzabolcs Nagy2020-12-151-2/+1
* aarch64: fix static PIE start code for BTI [BZ #27068]Guillaume Gardet2020-12-151-0/+1
* elf: Fix failure handling in _dl_map_object_from_fdSzabolcs Nagy2020-12-151-10/+15
* elf: inline lose for error handlingSzabolcs Nagy2020-12-151-48/+39
* Remove strtoimax, strtoumax, wcstoimax, wcstoumax inlinesJoseph Myers2020-12-141-118/+0
* nsswitch: handle missing actions properlyDJ Delorie2020-12-1412-4/+110
* x86: Remove the default REP MOVSB threshold tunable value [BZ #27061]H.J. Lu2020-12-141-2/+4
* elf.h: Remove SHF_GNU_BUILD_NOTE.Mark Wielaard2020-12-121-1/+0
* elf.h: fix spelling typos in commentsDmitry V. Levin2020-12-121-3/+3