summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Open master branch for glibc 2.36 development glibc-2.35.9000Carlos O'Donell2022-02-032-2/+26
* Create ChangeLog.old/ChangeLog.24. glibc-2.35Carlos O'Donell2022-02-031-0/+11984
* Prepare for glibc 2.35 release.Carlos O'Donell2022-02-032-3/+3
* Regenerate configure.Carlos O'Donell2022-02-032-2/+20
* Update install.texi, and regenerate INSTALL.Carlos O'Donell2022-02-032-18/+24
* Update NEWS bug list.Carlos O'Donell2022-02-021-2/+134
* Update NEWS.Carlos O'Donell2022-02-021-6/+7
* Update translations.Carlos O'Donell2022-02-0236-27411/+27827
* Linux: Use ptrdiff_t for __rseq_offsetFlorian Weimer2022-02-0213-14/+15
* Fix elf/tst-audit25a with default bind now toolchainsSzabolcs Nagy2022-02-021-0/+1
* posix: Replace posix_spawnattr_tc{get,set}pgrp_np with posix_spawn_file_actio...Adhemerval Zanella2022-02-0247-197/+182
* or1k: Define PI_STATIC_AND_HIDDENStafford Horne2022-02-022-0/+9
* SET_RELHOOK: merge i386 and x86_64, and move to sysdeps/mach/hurd/x86Samuel Thibault2022-02-013-31/+3
* elf: Fix runtime linker auditing on aarch64 (BZ #26643)Ben Woodard2022-02-0116-41/+779
* elf: Issue la_symbind for bind-now (BZ #23734)Adhemerval Zanella2022-02-0135-39/+1379
* elf: Fix initial-exec TLS access on audit modules (BZ #28096)Adhemerval Zanella2022-02-018-6/+169
* elf: Add la_activity during application exitAdhemerval Zanella2022-02-015-0/+351
* localedata: Adjust C.UTF-8 to align with C/POSIX.Carlos O'Donell2022-02-013-13/+578
* localedef: Fix handling of empty mon_decimal_point (Bug 28847)Carlos O'Donell2022-02-011-3/+1
* malloc: Fix tst-mallocalign1 macro spacing.Carlos O'Donell2022-02-011-1/+1
* elf: Add <dl-r_debug.h>H.J. Lu2022-01-314-25/+124
* Mention _FORTIFY_SOURCE=3 for gcc12 in NEWSSiddhesh Poyarekar2022-01-311-0/+6
* malloc: Fix -Wuse-after-free warning in tst-mallocalign1 [BZ #26779]Carlos O'Donell2022-01-311-9/+11
* Update libc.pot for 2.35 release.Carlos O'Donell2022-01-301-948/+961
* tst-socket-timestamp-compat.c: Check __TIMESIZE [BZ #28837]H.J. Lu2022-01-291-1/+1
* Add prelink removal plan on NEWSAdhemerval Zanella2022-01-281-0/+4
* Linux: Only generate 64 bit timestamps for 64 bit time_t recvmsg/recvmmsgAdhemerval Zanella2022-01-286-26/+330
* linux: Fix ancillary 64-bit time timestamp conversion (BZ #28349, BZ#28350)Adhemerval Zanella2022-01-284-6/+348
* support: Add support_socket_so_timestamp_time64Adhemerval Zanella2022-01-283-0/+53
* Fix elf/loadfail test build dependenciesSzabolcs Nagy2022-01-281-1/+3
* Fix glibc 2.34 ABI omission (missing GLIBC_2.34 in dynamic loader)Florian Weimer2022-01-2733-0/+69
* x86: Use CHECK_FEATURE_PRESENT to check HLE [BZ #27398]H.J. Lu2022-01-261-1/+1
* Guard tst-valgrind-smoke.out with run-built-testsMark Wielaard2022-01-261-0/+2
* hurd: Add posix_spawnattr_tc{get,set}pgrp_np on libc.abilistAdhemerval Zanella2022-01-261-0/+2
* Avoid -Wuse-after-free in tests [BZ #26779].Martin Sebor2022-01-266-2/+60
* elf: Replace tst-p_alignmod1-editX with a python scriptAdhemerval Zanella2022-01-265-190/+210
* stdlib: Avoid -Wuse-after-free in __add_to_environ [BZ #26779]Martin Sebor2022-01-251-2/+4
* io: Fix use-after-free in ftw [BZ #26779]Martin Sebor2022-01-251-2/+3
* intl: Avoid -Wuse-after-free [BZ #26779]Martin Sebor2022-01-251-1/+11
* elf: Fix use-after-free in ldconfig [BZ #26779]Martin Sebor2022-01-251-1/+1
* posix: Add terminal control setting support for posix_spawnAdhemerval Zanella2022-01-2546-6/+354
* Linux: Detect user namespace support in io/tst-getcwd-smallbuffFlorian Weimer2022-01-241-0/+18
* Fix handling of unterminated bracket expressions in fnmatch (bug 28792)Andreas Schwab2022-01-243-3/+45
* realpath: Avoid overwriting preexisting error (CVE-2021-3998)Siddhesh Poyarekar2022-01-241-1/+1
* elf: Add a test for PT_LOAD segments with invalid p_align [BZ #28688]H.J. Lu2022-01-244-0/+88
* elf: Add a test for PT_LOAD segments with p_align == 1 [BZ #28688]H.J. Lu2022-01-243-0/+67
* elf: Add a test for PT_LOAD segments with mixed p_align [BZ #28676]H.J. Lu2022-01-246-0/+258
* Add and use link-test-modules-rpath-link [BZ #28455]H.J. Lu2022-01-245-0/+83
* tst-realpath-toolong: Fix hurd buildSiddhesh Poyarekar2022-01-241-0/+4
* getcwd: Set errno to ERANGE for size == 1 (CVE-2021-3999)Siddhesh Poyarekar2022-01-244-1/+260