aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-08-05tst-mxfast: Don't run with mcheckSiddhesh Poyarekar1-1/+2
2021-08-04rt: Set the correct message queue for tst-mqueue10Adhemerval Zanella1-2/+2
2021-08-04Update sparc libm-test-ulpsAdhemerval Zanella1-1/+1
2021-08-04linux: Add sparck brk implementationAdhemerval Zanella1-0/+58
2021-08-04test-dlclose-exit-race: avoid hang on pthread_create errorDJ Delorie1-1/+13
2021-08-04gethosts: Remove unused argument _typeSiddhesh Poyarekar1-3/+3
2021-08-03hurd: Avoid spurious warningSamuel Thibault1-1/+1
2021-08-03gaiconf_init: Avoid double-free in label and precedence listsSiddhesh Poyarekar1-0/+2
2021-08-03copy_and_spawn_sgid: Avoid double calls to close()Siddhesh Poyarekar1-0/+1
2021-08-03iconv_charmap: Close output file when doneSiddhesh Poyarekar1-0/+2
2021-08-03gconv_parseconfdir: Fix memory leakSiddhesh Poyarekar1-5/+4
2021-08-03ldconfig: avoid leak on empty paths in config fileSiddhesh Poyarekar1-1/+5
2021-08-02Fix build of nptl/tst-thread_local1.cc with GCC 12Joseph Myers1-0/+1
2021-08-02nis: Fix leak on realloc failure in nis_getnames [BZ #28150]Robbie Harwood1-4/+4
2021-08-02Remove obsolete comments/name from several benchtest input files.Paul Zimmermann6-23/+0
2021-08-02Remove obsolete comments/name from acos-inputs, since slow path was removed.Paul Zimmermann1-3/+0
2021-08-01Open master branch for glibc 2.35 developmentglibc-2.34.9000Carlos O'Donell2-2/+26
2021-08-01Update ChangeLog.old/ChangeLog.23.glibc-2.34Carlos O'Donell1-0/+32243
2021-08-01Prepare for glibc 2.34 release.Carlos O'Donell2-3/+3
2021-08-01po/nl.po: Update Dutch translation.Carlos O'Donell1-6/+72
2021-08-01Update install.texi, and regenerate INSTALL.Carlos O'Donell2-8/+8
2021-08-01Update translations.Carlos O'Donell36-6169/+6699
2021-08-01Update NEWS.Carlos O'Donell1-4/+172
2021-08-01NEWS: Fix typos, grammar, and missing wordsMark Harris1-12/+13
2021-07-30elf: Fix audit regressionAdhemerval Zanella4-10/+61
2021-07-28Update libc.pot for 2.34 release.Carlos O'Donell1-208/+208
2021-07-28x86-64: Add Avoid_Short_Distance_REP_MOVSBH.J. Lu5-0/+25
2021-07-28Typo: Rename HAVE_CLONE3_WAPPER to HAVE_CLONE3_WRAPPERH.J. Lu3-3/+3
2021-07-28build-many-glibcs.py: Add x86_64-linux-gnu-minimal configurationFlorian Weimer1-0/+10
2021-07-28tests: use xmalloc to allocate implementation arraySiddhesh Poyarekar3-11/+23
2021-07-28xmalloc: Fix warnings with gcc analyzerSiddhesh Poyarekar2-3/+16
2021-07-28__cxa_thread_atexit_impl: Abort on allocation failure [BZ #18524]Siddhesh Poyarekar1-0/+4
2021-07-27manual: Drop the .so suffix in libc_malloc_debug descriptionSiddhesh Poyarekar2-4/+4
2021-07-27hurd: _Fork: unlock malloc before calling fork child hooksSamuel Thibault1-0/+1
2021-07-26Exclude static tests for mcheck and malloc-checkSiddhesh Poyarekar1-10/+3
2021-07-25i386: Regenerate ulpsArjun Shankar2-61/+61
2021-07-23manual: Document unsupported cases for interpositionSiddhesh Poyarekar1-0/+7
2021-07-23x86: Install <bits/platform/x86.h> [BZ #27958]H.J. Lu14-564/+570
2021-07-23Fix build and tests with --disable-tunablesSiddhesh Poyarekar4-32/+34
2021-07-22hurd: Fix glob lstat compatibilitySamuel Thibault2-2/+4
2021-07-22socket: Add time64 alias for setsockoptFlorian Weimer22-0/+36
2021-07-22socket: Add time64 alias for getsockoptFlorian Weimer25-1/+99
2021-07-22mcheck Fix malloc_usable_size [BZ #22057]Siddhesh Poyarekar3-3/+9
2021-07-22Remove malloc hooks [BZ #23328]Siddhesh Poyarekar6-226/+57
2021-07-22Move malloc_{g,s}et_state to libc_malloc_debugSiddhesh Poyarekar64-225/+256
2021-07-22glibc.malloc.check: Wean away from malloc hooksSiddhesh Poyarekar41-80/+447
2021-07-22mtrace: Wean away from malloc hooksSiddhesh Poyarekar60-325/+319
2021-07-22Simplify __malloc_initializedSiddhesh Poyarekar3-24/+18
2021-07-22mcheck: Wean away from malloc hooks [BZ #23489]Siddhesh Poyarekar41-465/+861
2021-07-22Move malloc hooks into a compat DSOSiddhesh Poyarekar71-158/+865