| Commit message (Expand) | Author | Age | Files | Lines |
* | nptl: Avoid setxid deadlock with blocked signals in thread exit [BZ #28361]gentoo/glibc-2.34-3 | Florian Weimer | 2021-09-25 | 4 | -2/+73 |
* | Use support_open_dev_null_range io/tst-closefrom, misc/tst-close_range, and p... | Adhemerval Zanella | 2021-09-25 | 3 | -48/+17 |
* | support: Add support_open_dev_null_range | Adhemerval Zanella | 2021-09-25 | 4 | -0/+299 |
* | nptl: Fix type of pthread_mutexattr_getrobust_np, pthread_mutexattr_setrobust... | Florian Weimer | 2021-09-25 | 2 | -2/+3 |
* | nptl: pthread_kill needs to return ESRCH for old programs (bug 19193) | Florian Weimer | 2021-09-25 | 2 | -10/+48 |
* | posix: Fix attribute access mode on getcwd [BZ #27476] | Aurelien Jarno | 2021-09-25 | 2 | -5/+3 |
* | Add MADV_POPULATE_READ and MADV_POPULATE_WRITE from Linux 5.14 to bits/mman-l... | Joseph Myers | 2021-09-25 | 1 | -0/+4 |
* | Update kernel version to 5.14 in tst-mman-consts.py | Joseph Myers | 2021-09-25 | 1 | -1/+1 |
* | Update syscall lists for Linux 5.14 | Joseph Myers | 2021-09-25 | 26 | -2/+33 |
* | Use Linux 5.14 in build-many-glibcs.py | Joseph Myers | 2021-09-25 | 1 | -1/+1 |
* | Fix failing nss/tst-nss-files-hosts-long with local resolver | Aurelien Jarno | 2021-09-25 | 1 | -0/+1 |
* | iconvconfig: Fix behaviour with --prefix [BZ #28199] | Siddhesh Poyarekar | 2021-09-25 | 3 | -12/+28 |
* | nptl: Fix race between pthread_kill and thread exit (bug 12889) | Florian Weimer | 2021-09-25 | 8 | -25/+276 |
* | nptl: pthread_kill, pthread_cancel should not fail after exit (bug 19193) | Florian Weimer | 2021-09-25 | 7 | -96/+107 |
* | support: Add support_wait_for_thread_exit | Florian Weimer | 2021-09-25 | 3 | -1/+78 |
* | MIPS: Setup errno for {f,l,}xstat | Jiaxun Yang | 2021-09-25 | 3 | -3/+9 |
* | x86-64: Use testl to check __x86_string_control | H.J. Lu | 2021-09-25 | 1 | -2/+2 |
* | elf: Fix missing colon in LD_SHOW_AUXV output [BZ #28253] | Arjun Shankar | 2021-09-25 | 1 | -1/+1 |
* | librt: add test (bug 28213)gentoo/glibc-2.34-2 | Nikita Popov | 2021-08-18 | 2 | -0/+102 |
* | librt: fix NULL pointer dereference (bug 28213) | Nikita Popov | 2021-08-18 | 1 | -1/+1 |
* | Linux: Fix fcntl, ioctl, prctl redirects for _TIME_BITS=64 (bug 28182) | Florian Weimer | 2021-08-18 | 4 | -7/+14 |
* | iconv_charmap: Close output file when done | Siddhesh Poyarekar | 2021-08-18 | 1 | -0/+2 |
* | copy_and_spawn_sgid: Avoid double calls to close() | Siddhesh Poyarekar | 2021-08-18 | 1 | -0/+1 |
* | gaiconf_init: Avoid double-free in label and precedence lists | Siddhesh Poyarekar | 2021-08-18 | 1 | -0/+2 |
* | gconv_parseconfdir: Fix memory leak | Siddhesh Poyarekar | 2021-08-18 | 1 | -5/+4 |
* | ldconfig: avoid leak on empty paths in config file | Siddhesh Poyarekar | 2021-08-18 | 1 | -1/+5 |
* | Fix miscompilation on ia64's gcc-10gentoo/glibc-2.34-1 | Sergei Trofimovich | 2021-08-03 | 1 | -1/+3 |
* | Force -O0 in conform tests to survive $CC changes | Andreas K. Hüttel | 2021-08-03 | 2 | -3/+7 |
* | Add C.UTF-8 locale | Mike FABIAN | 2021-08-03 | 2 | -0/+239 |
* | Adapt to Gentoo-specific /etc/mail/aliases | Andreas K. Hüttel | 2021-08-03 | 3 | -11/+17 |
* | Revert " * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r" | Andreas K. Hüttel | 2021-08-03 | 2 | -8/+2 |
* | Disable ldconfig during install | Mike Frysinger | 2021-08-03 | 1 | -0/+1 |
* | Update ChangeLog.old/ChangeLog.23.glibc-2.34 | Carlos O'Donell | 2021-08-01 | 1 | -0/+32243 |
* | Prepare for glibc 2.34 release. | Carlos O'Donell | 2021-08-01 | 2 | -3/+3 |
* | po/nl.po: Update Dutch translation. | Carlos O'Donell | 2021-08-01 | 1 | -6/+72 |
* | Update install.texi, and regenerate INSTALL. | Carlos O'Donell | 2021-08-01 | 2 | -8/+8 |
* | Update translations. | Carlos O'Donell | 2021-08-01 | 36 | -6169/+6699 |
* | Update NEWS. | Carlos O'Donell | 2021-08-01 | 1 | -4/+172 |
* | NEWS: Fix typos, grammar, and missing words | Mark Harris | 2021-08-01 | 1 | -12/+13 |
* | elf: Fix audit regression | Adhemerval Zanella | 2021-07-30 | 4 | -10/+61 |
* | Update libc.pot for 2.34 release. | Carlos O'Donell | 2021-07-28 | 1 | -208/+208 |
* | x86-64: Add Avoid_Short_Distance_REP_MOVSB | H.J. Lu | 2021-07-28 | 5 | -0/+25 |
* | Typo: Rename HAVE_CLONE3_WAPPER to HAVE_CLONE3_WRAPPER | H.J. Lu | 2021-07-28 | 3 | -3/+3 |
* | build-many-glibcs.py: Add x86_64-linux-gnu-minimal configuration | Florian Weimer | 2021-07-28 | 1 | -0/+10 |
* | tests: use xmalloc to allocate implementation array | Siddhesh Poyarekar | 2021-07-28 | 3 | -11/+23 |
* | xmalloc: Fix warnings with gcc analyzer | Siddhesh Poyarekar | 2021-07-28 | 2 | -3/+16 |
* | __cxa_thread_atexit_impl: Abort on allocation failure [BZ #18524] | Siddhesh Poyarekar | 2021-07-28 | 1 | -0/+4 |
* | manual: Drop the .so suffix in libc_malloc_debug description | Siddhesh Poyarekar | 2021-07-27 | 2 | -4/+4 |
* | hurd: _Fork: unlock malloc before calling fork child hooks | Samuel Thibault | 2021-07-27 | 1 | -0/+1 |
* | Exclude static tests for mcheck and malloc-check | Siddhesh Poyarekar | 2021-07-26 | 1 | -10/+3 |