about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* x86-64: Fix strcmp-avx2.SH.J. Lu2022-02-041-1/+1
* x86-64: Add vector acos/acosf to libmvec microbenchmarkSunil K Pandey2022-02-033-0/+8201
* benchtests: Add more coverage for strcmp and strncmp benchmarksNoah Goldstein2022-02-032-69/+183
* x86: Optimize strcmp-evex.SNoah Goldstein2022-02-031-793/+919
* x86: Optimize strcmp-avx2.SNoah Goldstein2022-02-031-651/+939
* string: Improve coverage in test-strcmp.c and test-strncmp.cNoah Goldstein2022-02-032-21/+306
* string/test-str*cmp: remove stupid_[strcmp, strncmp, wcscmp, wcsncmp].Noah Goldstein2022-02-032-69/+0
* linux: Fix missing __convert_scm_timestamps (BZ #28860)Adhemerval Zanella2022-02-031-2/+2
* linux: __get_nprocs_sched: do not feed CPU_COUNT_S with garbage [BZ #28850]Gleb Fotengauer-Malinovskiy2022-02-031-1/+1
* posix: Fix tst-spawn6 terminal handling (BZ #28853)Adhemerval Zanella2022-02-031-11/+51
* Regenerate configureAndreas Schwab2022-02-031-13/+1
* 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