summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* i686: Regenerate ulpsgentoo/glibc-2.36-9Andreas K. Hüttel2023-01-211-7/+7
* x86: Prevent SIGSEGV in memcmp-sse2 when data is concurrently modified [BZ #2...gentoo/glibc-2.36-8Noah Goldstein2023-01-211-1/+11
* time: Set daylight to 1 for matching DST/offset change (bug 29951)Florian Weimer2023-01-212-19/+23
* elf/tst-tlsopt-powerpc fails when compiled with -mcpu=power10 (BZ# 29776)Alan Modra2023-01-212-1/+6
* x86: Fix -Os build (BZ #29576)Adhemerval Zanella Netto2023-01-212-0/+20
* sunrpc: Suppress GCC -Os warning on user2netnameAdhemerval Zanella Netto2023-01-211-0/+6
* locale: prevent maybe-uninitialized errors with -Os [BZ #19444]Martin Jansa2023-01-211-0/+7
* time: Use 64 bit time on tzfileAdhemerval Zanella Netto2023-01-211-1/+1
* nscd: Use 64 bit time_t on libc nscd routines (BZ# 29402)Adhemerval Zanella Netto2023-01-213-2/+3
* nis: Build libnsl with 64 bit time_tAdhemerval Zanella Netto2023-01-212-6/+6
* Apply asm redirections in syslog.h before first use [BZ #27087]Tulio Magno Quites Machado Filho2023-01-212-9/+19
* x86: Fix wcsnlen-avx2 page cross length comparison [BZ #29591]Noah Goldstein2023-01-212-34/+43
* elf: Fix rtld-audit trampoline for aarch64Vladislav Khmelevsky2023-01-211-3/+1
* Fix build with GCC 13 _FloatN, _FloatNx built-in functionsgentoo/glibc-2.36-6Joseph Myers2022-11-198-12/+753
* Fix iseqsig for _FloatN and _FloatNx in C++ with GCC 13Joseph Myers2022-11-192-1/+339
* Update _FloatN header support for C++ in GCC 13Joseph Myers2022-11-196-35/+35
* Linux: Support __IPC_64 in sysvctl *ctl command arguments (bug 29771)Florian Weimer2022-11-125-26/+64
* mktime: improve heuristic for ca-1986 Indiana DSTPaul Eggert2022-11-121-8/+20
* LoongArch: Fix ABI related macros in elf.h to keep consistent with binutils[1].caiyinyu2022-11-121-2/+5
* linux: Fix fstatat on MIPSn64 (BZ #29730)Aurelien Jarno2022-11-122-0/+52
* longlong.h: update from GCC for LoongArch clz/ctz supportXi Ruoyao2022-11-121-0/+12
* elf: Reinstate on DL_DEBUG_BINDINGS _dl_lookup_symbol_xAdhemerval Zanella2022-11-121-0/+17
* linux: Fix generic struct_stat for 64 bit time (BZ# 29657)Adhemerval Zanella2022-11-127-74/+624
* Avoid undefined behaviour in ibm128 implementation of llroundl (BZ #29488)Aurelien Jarno2022-11-122-12/+11
* Fix BZ #29463 in the ibm128 implementation of y1l tooMichael Hudson-Doyle2022-11-121-0/+3
* elf: Do not completely clear reused namespace in dlmopen (bug 29600)gentoo/glibc-2.36-5Florian Weimer2022-10-153-12/+31
* nss: Use shared prefix in IPv4 address in tst-reload1Florian Weimer2022-10-151-4/+4
* nss: Fix tst-nss-files-hosts-long on single-stack hosts (bug 24816)Florian Weimer2022-10-152-4/+6
* nss: Implement --no-addrconfig option for getentFlorian Weimer2022-10-152-1/+17
* Ensure calculations happen with desired rounding mode in y1lf128Michael Hudson-Doyle2022-10-152-0/+4
* nscd: Drop local address tuple variable [BZ #29607]Siddhesh Poyarekar2022-10-152-3/+4
* x86-64: Require BMI1/BMI2 for AVX2 strrchr and wcsrchr implementationsAurelien Jarno2022-10-153-3/+16
* x86-64: Require BMI2 and LZCNT for AVX2 memrchr implementationAurelien Jarno2022-10-153-2/+10
* x86-64: Require BMI2 for AVX2 (raw|w)memchr implementationsAurelien Jarno2022-10-151-3/+9
* x86-64: Require BMI2 for AVX2 wcs(n)cmp implementationsAurelien Jarno2022-10-151-2/+6
* x86-64: Require BMI2 for AVX2 strncmp implementationAurelien Jarno2022-10-152-4/+7
* x86-64: Require BMI2 for AVX2 strcmp implementationAurelien Jarno2022-10-152-3/+5
* x86-64: Require BMI2 for AVX2 str(n)casecmp implementationsAurelien Jarno2022-10-152-8/+21
* x86: include BMI1 and BMI2 in x86-64-v3 levelAurelien Jarno2022-10-151-0/+2
* hppa: undef __ASSUME_SET_ROBUST_LISTJohn David Anglin2022-10-151-0/+3
* hppa: Fix initialization of dp register [BZ 29635]gentoo/glibc-2.36-4John David Anglin2022-10-011-5/+19
* stdlib: Fix __getrandom_nocancel type and arc4random usage (BZ #29638)Adhemerval Zanella2022-10-013-2/+3
* get_nscd_addresses: Fix subscript typos [BZ #29605]Jörg Sonnenberger2022-10-011-3/+3
* m68k: Enforce 4-byte alignment on internal locks (BZ #29537)Adhemerval Zanella2022-10-011-0/+1
* gconv: Use 64-bit interfaces in gconv_parseconfdir (bug 29583)Florian Weimer2022-10-012-8/+9
* elf: Implement force_first handling in _dl_sort_maps_dfs (bug 28937)Florian Weimer2022-10-013-9/+31
* elf: Rename _dl_sort_maps parameter from skip to force_firstFlorian Weimer2022-10-012-9/+11
* scripts/dso-ordering-test.py: Generate program run-time dependenciesFlorian Weimer2022-10-011-7/+6
* elf: Fix hwcaps string size overestimationgentoo/glibc-2.36-3Javier Pello2022-09-191-3/+5
* elf: Run tst-audit-tlsdesc, tst-audit-tlsdesc-dlopen everywhereFlorian Weimer2022-09-191-16/+6