summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* librt: add test (bug 28213)gentoo/glibc-2.34-2Nikita Popov2021-08-182-0/+102
* librt: fix NULL pointer dereference (bug 28213)Nikita Popov2021-08-181-1/+1
* Linux: Fix fcntl, ioctl, prctl redirects for _TIME_BITS=64 (bug 28182)Florian Weimer2021-08-184-7/+14
* iconv_charmap: Close output file when doneSiddhesh Poyarekar2021-08-181-0/+2
* copy_and_spawn_sgid: Avoid double calls to close()Siddhesh Poyarekar2021-08-181-0/+1
* gaiconf_init: Avoid double-free in label and precedence listsSiddhesh Poyarekar2021-08-181-0/+2
* gconv_parseconfdir: Fix memory leakSiddhesh Poyarekar2021-08-181-5/+4
* ldconfig: avoid leak on empty paths in config fileSiddhesh Poyarekar2021-08-181-1/+5
* Fix miscompilation on ia64's gcc-10gentoo/glibc-2.34-1Sergei Trofimovich2021-08-031-1/+3
* Force -O0 in conform tests to survive $CC changesAndreas K. Hüttel2021-08-032-3/+7
* Add C.UTF-8 localeMike FABIAN2021-08-032-0/+239
* Adapt to Gentoo-specific /etc/mail/aliasesAndreas K. Hüttel2021-08-033-11/+17
* Revert " * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r"Andreas K. Hüttel2021-08-032-8/+2
* Disable ldconfig during installMike Frysinger2021-08-031-0/+1
* Update ChangeLog.old/ChangeLog.23.glibc-2.34Carlos O'Donell2021-08-011-0/+32243
* Prepare for glibc 2.34 release.Carlos O'Donell2021-08-012-3/+3
* po/nl.po: Update Dutch translation.Carlos O'Donell2021-08-011-6/+72
* Update install.texi, and regenerate INSTALL.Carlos O'Donell2021-08-012-8/+8
* Update translations.Carlos O'Donell2021-08-0136-6169/+6699
* Update NEWS.Carlos O'Donell2021-08-011-4/+172
* NEWS: Fix typos, grammar, and missing wordsMark Harris2021-08-011-12/+13
* elf: Fix audit regressionAdhemerval Zanella2021-07-304-10/+61
* 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