aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-11Regenerate ulps on x86_64 with GCC 12H.J. Lu
2023-01-11Avoid -Wuse-after-free in tests [BZ #26779].Martin Sebor
2023-01-11Fix build of nptl/tst-thread_local1.cc with GCC 12Joseph Myers
2023-01-11Fix stdio-common tests for GCC 12 -WaddressJoseph Myers
2023-01-11Fix stdlib/tst-setcontext.c for GCC 12 -Warray-compareJoseph Myers
2023-01-11resolv: Avoid GCC 12 false positive warning [BZ #28439].Martin Sebor
2023-01-11intl: Avoid -Wuse-after-free [BZ #26779]Martin Sebor
2023-01-10elf: Drop elf/tls-macros.h in favor of __thread and tls_model attributes [BZ ...Fangrui Song
2023-01-10time: Set daylight to 1 for matching DST/offset change (bug 29951)Florian Weimer
2023-01-10elf/tst-tlsopt-powerpc fails when compiled with -mcpu=power10 (BZ# 29776)Alan Modra
2022-12-28time: Use 64 bit time on tzfileAdhemerval Zanella Netto
2022-12-28nscd: Use 64 bit time_t on libc nscd routines (BZ# 29402)Adhemerval Zanella Netto
2022-12-28nis: Build libnsl with 64 bit time_tAdhemerval Zanella Netto
2022-12-28Use LFS and 64 bit time for installed programs (BZ #15333)Adhemerval Zanella
2022-11-30Apply asm redirections in syslog.h before first use [BZ #27087]Tulio Magno Quites Machado Filho
2022-11-29_Static_assert needs two arguments for compatibility with GCC before 9Florian Weimer
2022-11-25elf: Fix wrong fscanf usage on tst-plddAdhemerval Zanella
2022-11-25Allow for unpriviledged nested containersDJ Delorie
2022-11-25elf: Fix wrong fscanf usage on tst-plddAdhemerval Zanella
2022-11-24x86: Fix wcsnlen-avx2 page cross length comparison [BZ #29591]Noah Goldstein
2022-11-22elf: Fix rtld-audit trampoline for aarch64Vladislav Khmelevsky
2022-11-11Update NEWS file in the right placeFlorian Weimer
2022-11-11Linux: Support __IPC_64 in sysvctl *ctl command arguments (bug 29771)Florian Weimer
2022-11-11io: Fix use-after-free in ftw [BZ #26779]Martin Sebor
2022-11-11io: Fix ftw internal realloc buffer (BZ #28126)Adhemerval Zanella
2022-11-11regex: fix buffer read overrun in search [BZ#28470]Paul Eggert
2022-11-11regex: copy back from GnulibPaul Eggert
2022-11-11Allow #pragma GCC in headers in conformtestJoseph Myers
2022-11-11Fix memmove call in vfprintf-internal.c:group_numberJoseph Myers
2022-11-08mktime: improve heuristic for ca-1986 Indiana DSTPaul Eggert
2022-11-08Makerules: fix MAKEFLAGS assignment for upcoming make-4.4 [BZ# 29564]Sergei Trofimovich
2022-10-25linux: Fix generic struct_stat for 64 bit time (BZ# 29657)Adhemerval Zanella
2022-10-14elf: Do not completely clear reused namespace in dlmopen (bug 29600)Florian Weimer
2022-10-13nss: Use shared prefix in IPv4 address in tst-reload1Florian Weimer
2022-10-13nss: Fix tst-nss-files-hosts-long on single-stack hosts (bug 24816)Florian Weimer
2022-10-13nss: Implement --no-addrconfig option for getentFlorian Weimer
2022-10-07nscd: Drop local address tuple variable [BZ #29607]Siddhesh Poyarekar
2022-10-04x86-64: Require BMI1/BMI2 for AVX2 strrchr and wcsrchr implementationsAurelien Jarno
2022-10-04x86-64: Require BMI2 and LZCNT for AVX2 memrchr implementationAurelien Jarno
2022-10-04x86-64: Require BMI2 for AVX2 (raw|w)memchr implementationsAurelien Jarno
2022-10-04x86-64: Require BMI2 for AVX2 wcs(n)cmp implementationsAurelien Jarno
2022-10-04x86-64: Require BMI2 for AVX2 strncmp implementationAurelien Jarno
2022-10-04x86-64: Require BMI2 for AVX2 strcmp implementationAurelien Jarno
2022-10-04x86-64: Require BMI2 for AVX2 str(n)casecmp implementationsAurelien Jarno
2022-10-04x86: include BMI1 and BMI2 in x86-64-v3 levelAurelien Jarno
2022-09-28nptl: Add backoff mechanism to spinlock loopWangyang Guo
2022-09-28sysdeps: Add 'get_fast_jitter' interace in fast-jitter.hNoah Goldstein
2022-09-28nptl: Effectively skip CAS in spinlock loopJangwoong Kim
2022-09-28Move assignment out of the CAS conditionH.J. Lu
2022-09-28Add LLL_MUTEX_READ_LOCK [BZ #28537]H.J. Lu