aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-02-03Open master branch for glibc 2.36 developmentglibc-2.35.9000Carlos O'Donell2-2/+26
2022-02-03Create ChangeLog.old/ChangeLog.24.glibc-2.35Carlos O'Donell1-0/+11984
2022-02-03Prepare for glibc 2.35 release.Carlos O'Donell2-3/+3
2022-02-03Regenerate configure.Carlos O'Donell2-2/+20
2022-02-03Update install.texi, and regenerate INSTALL.Carlos O'Donell2-18/+24
2022-02-02Update NEWS bug list.Carlos O'Donell1-2/+134
2022-02-02Update NEWS.Carlos O'Donell1-6/+7
2022-02-02Update translations.Carlos O'Donell36-27411/+27827
2022-02-02Linux: Use ptrdiff_t for __rseq_offsetFlorian Weimer13-14/+15
2022-02-02Fix elf/tst-audit25a with default bind now toolchainsSzabolcs Nagy1-0/+1
2022-02-02posix: Replace posix_spawnattr_tc{get,set}pgrp_np with posix_spawn_file_actio...Adhemerval Zanella47-197/+182
2022-02-02or1k: Define PI_STATIC_AND_HIDDENStafford Horne2-0/+9
2022-02-01SET_RELHOOK: merge i386 and x86_64, and move to sysdeps/mach/hurd/x86Samuel Thibault3-31/+3
2022-02-01elf: Fix runtime linker auditing on aarch64 (BZ #26643)Ben Woodard16-41/+779
2022-02-01elf: Issue la_symbind for bind-now (BZ #23734)Adhemerval Zanella35-39/+1379
2022-02-01elf: Fix initial-exec TLS access on audit modules (BZ #28096)Adhemerval Zanella8-6/+169
2022-02-01elf: Add la_activity during application exitAdhemerval Zanella5-0/+351
2022-02-01localedata: Adjust C.UTF-8 to align with C/POSIX.Carlos O'Donell3-13/+578
2022-02-01localedef: Fix handling of empty mon_decimal_point (Bug 28847)Carlos O'Donell1-3/+1
2022-02-01malloc: Fix tst-mallocalign1 macro spacing.Carlos O'Donell1-1/+1
2022-01-31elf: Add <dl-r_debug.h>H.J. Lu4-25/+124
2022-01-31Mention _FORTIFY_SOURCE=3 for gcc12 in NEWSSiddhesh Poyarekar1-0/+6
2022-01-31malloc: Fix -Wuse-after-free warning in tst-mallocalign1 [BZ #26779]Carlos O'Donell1-9/+11
2022-01-30Update libc.pot for 2.35 release.Carlos O'Donell1-948/+961
2022-01-29tst-socket-timestamp-compat.c: Check __TIMESIZE [BZ #28837]H.J. Lu1-1/+1
2022-01-28Add prelink removal plan on NEWSAdhemerval Zanella1-0/+4
2022-01-28Linux: Only generate 64 bit timestamps for 64 bit time_t recvmsg/recvmmsgAdhemerval Zanella6-26/+330
2022-01-28linux: Fix ancillary 64-bit time timestamp conversion (BZ #28349, BZ#28350)Adhemerval Zanella4-6/+348
2022-01-28support: Add support_socket_so_timestamp_time64Adhemerval Zanella3-0/+53
2022-01-28Fix elf/loadfail test build dependenciesSzabolcs Nagy1-1/+3
2022-01-27Fix glibc 2.34 ABI omission (missing GLIBC_2.34 in dynamic loader)Florian Weimer33-0/+69
2022-01-26x86: Use CHECK_FEATURE_PRESENT to check HLE [BZ #27398]H.J. Lu1-1/+1
2022-01-26Guard tst-valgrind-smoke.out with run-built-testsMark Wielaard1-0/+2
2022-01-26hurd: Add posix_spawnattr_tc{get,set}pgrp_np on libc.abilistAdhemerval Zanella1-0/+2
2022-01-26Avoid -Wuse-after-free in tests [BZ #26779].Martin Sebor6-2/+60
2022-01-26elf: Replace tst-p_alignmod1-editX with a python scriptAdhemerval Zanella5-190/+210
2022-01-25stdlib: Avoid -Wuse-after-free in __add_to_environ [BZ #26779]Martin Sebor1-2/+4
2022-01-25io: Fix use-after-free in ftw [BZ #26779]Martin Sebor1-2/+3
2022-01-25intl: Avoid -Wuse-after-free [BZ #26779]Martin Sebor1-1/+11
2022-01-25elf: Fix use-after-free in ldconfig [BZ #26779]Martin Sebor1-1/+1
2022-01-25posix: Add terminal control setting support for posix_spawnAdhemerval Zanella46-6/+354
2022-01-24Linux: Detect user namespace support in io/tst-getcwd-smallbuffFlorian Weimer1-0/+18
2022-01-24Fix handling of unterminated bracket expressions in fnmatch (bug 28792)Andreas Schwab3-3/+45
2022-01-24realpath: Avoid overwriting preexisting error (CVE-2021-3998)Siddhesh Poyarekar1-1/+1
2022-01-24elf: Add a test for PT_LOAD segments with invalid p_align [BZ #28688]H.J. Lu4-0/+88
2022-01-24elf: Add a test for PT_LOAD segments with p_align == 1 [BZ #28688]H.J. Lu3-0/+67
2022-01-24elf: Add a test for PT_LOAD segments with mixed p_align [BZ #28676]H.J. Lu6-0/+258
2022-01-24Add and use link-test-modules-rpath-link [BZ #28455]H.J. Lu5-0/+83
2022-01-24tst-realpath-toolong: Fix hurd buildSiddhesh Poyarekar1-0/+4
2022-01-24getcwd: Set errno to ERANGE for size == 1 (CVE-2021-3999)Siddhesh Poyarekar4-1/+260