aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-03Open master branch for glibc 2.36 developmentglibc-2.35.9000Carlos O'Donell
2022-02-03Create ChangeLog.old/ChangeLog.24.glibc-2.35Carlos O'Donell
2022-02-03Prepare for glibc 2.35 release.Carlos O'Donell
2022-02-03Regenerate configure.Carlos O'Donell
2022-02-03Update install.texi, and regenerate INSTALL.Carlos O'Donell
2022-02-02Update NEWS bug list.Carlos O'Donell
2022-02-02Update NEWS.Carlos O'Donell
2022-02-02Update translations.Carlos O'Donell
2022-02-02Linux: Use ptrdiff_t for __rseq_offsetFlorian Weimer
2022-02-02Fix elf/tst-audit25a with default bind now toolchainsSzabolcs Nagy
2022-02-02posix: Replace posix_spawnattr_tc{get,set}pgrp_np with posix_spawn_file_actio...Adhemerval Zanella
2022-02-02or1k: Define PI_STATIC_AND_HIDDENStafford Horne
2022-02-01SET_RELHOOK: merge i386 and x86_64, and move to sysdeps/mach/hurd/x86Samuel Thibault
2022-02-01elf: Fix runtime linker auditing on aarch64 (BZ #26643)Ben Woodard
2022-02-01elf: Issue la_symbind for bind-now (BZ #23734)Adhemerval Zanella
2022-02-01elf: Fix initial-exec TLS access on audit modules (BZ #28096)Adhemerval Zanella
2022-02-01elf: Add la_activity during application exitAdhemerval Zanella
2022-02-01localedata: Adjust C.UTF-8 to align with C/POSIX.Carlos O'Donell
2022-02-01localedef: Fix handling of empty mon_decimal_point (Bug 28847)Carlos O'Donell
2022-02-01malloc: Fix tst-mallocalign1 macro spacing.Carlos O'Donell
2022-01-31elf: Add <dl-r_debug.h>H.J. Lu
2022-01-31Mention _FORTIFY_SOURCE=3 for gcc12 in NEWSSiddhesh Poyarekar
2022-01-31malloc: Fix -Wuse-after-free warning in tst-mallocalign1 [BZ #26779]Carlos O'Donell
2022-01-30Update libc.pot for 2.35 release.Carlos O'Donell
2022-01-29tst-socket-timestamp-compat.c: Check __TIMESIZE [BZ #28837]H.J. Lu
2022-01-28Add prelink removal plan on NEWSAdhemerval Zanella
2022-01-28Linux: Only generate 64 bit timestamps for 64 bit time_t recvmsg/recvmmsgAdhemerval Zanella
2022-01-28linux: Fix ancillary 64-bit time timestamp conversion (BZ #28349, BZ#28350)Adhemerval Zanella
2022-01-28support: Add support_socket_so_timestamp_time64Adhemerval Zanella
2022-01-28Fix elf/loadfail test build dependenciesSzabolcs Nagy
2022-01-27Fix glibc 2.34 ABI omission (missing GLIBC_2.34 in dynamic loader)Florian Weimer
2022-01-26x86: Use CHECK_FEATURE_PRESENT to check HLE [BZ #27398]H.J. Lu
2022-01-26Guard tst-valgrind-smoke.out with run-built-testsMark Wielaard
2022-01-26hurd: Add posix_spawnattr_tc{get,set}pgrp_np on libc.abilistAdhemerval Zanella
2022-01-26Avoid -Wuse-after-free in tests [BZ #26779].Martin Sebor
2022-01-26elf: Replace tst-p_alignmod1-editX with a python scriptAdhemerval Zanella
2022-01-25stdlib: Avoid -Wuse-after-free in __add_to_environ [BZ #26779]Martin Sebor
2022-01-25io: Fix use-after-free in ftw [BZ #26779]Martin Sebor
2022-01-25intl: Avoid -Wuse-after-free [BZ #26779]Martin Sebor
2022-01-25elf: Fix use-after-free in ldconfig [BZ #26779]Martin Sebor
2022-01-25posix: Add terminal control setting support for posix_spawnAdhemerval Zanella
2022-01-24Linux: Detect user namespace support in io/tst-getcwd-smallbuffFlorian Weimer
2022-01-24Fix handling of unterminated bracket expressions in fnmatch (bug 28792)Andreas Schwab
2022-01-24realpath: Avoid overwriting preexisting error (CVE-2021-3998)Siddhesh Poyarekar
2022-01-24elf: Add a test for PT_LOAD segments with invalid p_align [BZ #28688]H.J. Lu
2022-01-24elf: Add a test for PT_LOAD segments with p_align == 1 [BZ #28688]H.J. Lu
2022-01-24elf: Add a test for PT_LOAD segments with mixed p_align [BZ #28676]H.J. Lu
2022-01-24Add and use link-test-modules-rpath-link [BZ #28455]H.J. Lu
2022-01-24tst-realpath-toolong: Fix hurd buildSiddhesh Poyarekar
2022-01-24getcwd: Set errno to ERANGE for size == 1 (CVE-2021-3999)Siddhesh Poyarekar