about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Add generic C.UTF-8 locale (Bug 17318) codonell/c-utf8Carlos O'Donell2021-07-2914-25/+1104
* Add 'strcmp_collation' support for LC_COLLATE.Carlos O'Donell2021-07-294-155/+177
* Add support for locales with zero collation rules.Carlos O'Donell2021-07-293-88/+104
* Update libc.pot for 2.34 release.Carlos O'Donell2021-07-281-208/+208
* x86-64: Add Avoid_Short_Distance_REP_MOVSBH.J. Lu2021-07-285-0/+25
* Typo: Rename HAVE_CLONE3_WAPPER to HAVE_CLONE3_WRAPPERH.J. Lu2021-07-283-3/+3
* build-many-glibcs.py: Add x86_64-linux-gnu-minimal configurationFlorian Weimer2021-07-281-0/+10
* tests: use xmalloc to allocate implementation arraySiddhesh Poyarekar2021-07-283-11/+23
* xmalloc: Fix warnings with gcc analyzerSiddhesh Poyarekar2021-07-282-3/+16
* __cxa_thread_atexit_impl: Abort on allocation failure [BZ #18524]Siddhesh Poyarekar2021-07-281-0/+4
* manual: Drop the .so suffix in libc_malloc_debug descriptionSiddhesh Poyarekar2021-07-272-4/+4
* hurd: _Fork: unlock malloc before calling fork child hooksSamuel Thibault2021-07-271-0/+1
* Exclude static tests for mcheck and malloc-checkSiddhesh Poyarekar2021-07-261-10/+3
* i386: Regenerate ulpsArjun Shankar2021-07-252-61/+61
* manual: Document unsupported cases for interpositionSiddhesh Poyarekar2021-07-231-0/+7
* x86: Install <bits/platform/x86.h> [BZ #27958]H.J. Lu2021-07-2314-564/+570
* Fix build and tests with --disable-tunablesSiddhesh Poyarekar2021-07-234-32/+34
* hurd: Fix glob lstat compatibilitySamuel Thibault2021-07-222-2/+4
* socket: Add time64 alias for setsockoptFlorian Weimer2021-07-2222-0/+36
* socket: Add time64 alias for getsockoptFlorian Weimer2021-07-2225-1/+99
* mcheck Fix malloc_usable_size [BZ #22057]Siddhesh Poyarekar2021-07-223-3/+9
* Remove malloc hooks [BZ #23328]Siddhesh Poyarekar2021-07-226-226/+57
* Move malloc_{g,s}et_state to libc_malloc_debugSiddhesh Poyarekar2021-07-2264-225/+256
* glibc.malloc.check: Wean away from malloc hooksSiddhesh Poyarekar2021-07-2241-80/+447
* mtrace: Wean away from malloc hooksSiddhesh Poyarekar2021-07-2260-325/+319
* Simplify __malloc_initializedSiddhesh Poyarekar2021-07-223-24/+18
* mcheck: Wean away from malloc hooks [BZ #23489]Siddhesh Poyarekar2021-07-2241-465/+861
* Move malloc hooks into a compat DSOSiddhesh Poyarekar2021-07-2271-158/+865
* Remove __morecore and __default_morecoreSiddhesh Poyarekar2021-07-228-49/+24
* Remove __after_morecore_hookSiddhesh Poyarekar2021-07-223-24/+6
* Make mcheck tests conditional on GLIBC_2.23 or earlierSiddhesh Poyarekar2021-07-221-0/+3
* posix: Add sysconf(_SC_{MIN,}SIGSTKSZ) supportSamuel Thibault2021-07-221-0/+15
* malloc: Fix tst-mallocfork3-malloc-check linkSamuel Thibault2021-07-221-0/+1
* ARC: elf: make type safeVineet Gupta2021-07-211-13/+10
* ARC: fp: (micro)optimize FPU_STATUS read by eliding FWE bit clearingVineet Gupta2021-07-211-8/+7
* socket: Add time64 alias for sendmsgFlorian Weimer2021-07-2122-0/+35
* socket: Add time64 alias for recvmsgFlorian Weimer2021-07-2122-0/+34
* socket: Add time64 alias for sendmmsgFlorian Weimer2021-07-2125-1/+225
* Linux: Add time64 alias for prctlFlorian Weimer2021-07-2125-1/+72
* io: Add time64 alias for fcntlFlorian Weimer2021-07-2124-7/+46
* misc: Add time64 alias for ioctlFlorian Weimer2021-07-2126-3/+81
* RISC-V: Update rv64 ULPsDarius Rad2021-07-211-58/+64
* resolv: Do not install libnss_dns.a, libnss_dns.soFlorian Weimer2021-07-201-0/+8
* hurd: Add support for spawn_do_closefromSamuel Thibault2021-07-192-1/+38
* elf: Fix tst-cpu-features-cpuinfo on some AMD systems (BZ #28090)Adhemerval Zanella2021-07-194-1/+19
* i386: Add the clone3 wrapperH.J. Lu2021-07-192-0/+125
* nss: Directly load nss_dns, without going through dlsym/dlopenFlorian Weimer2021-07-196-28/+100
* resolv: Move nss_dns into libcFlorian Weimer2021-07-196-57/+82
* resolv: Move res_query functions into libcFlorian Weimer2021-07-1969-280/+520
* resolv: Move res_mkquery, res_nmkquery into libcFlorian Weimer2021-07-1969-104/+188