about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* nscd: Use 64 bit time_t on libc nscd routines (BZ# 29402)Adhemerval Zanella Netto2022-12-283-2/+3
* nis: Build libnsl with 64 bit time_tAdhemerval Zanella Netto2022-12-282-6/+6
* Use LFS and 64 bit time for installed programs (BZ #15333)Adhemerval Zanella2022-12-284-6/+22
* Apply asm redirections in syslog.h before first use [BZ #27087]Tulio Magno Quites Machado Filho2022-11-302-9/+19
* _Static_assert needs two arguments for compatibility with GCC before 9Florian Weimer2022-11-291-0/+7
* elf: Fix wrong fscanf usage on tst-plddAdhemerval Zanella2022-11-251-4/+5
* Allow for unpriviledged nested containersDJ Delorie2022-11-257-35/+155
* elf: Fix wrong fscanf usage on tst-plddAdhemerval Zanella2022-11-251-1/+2
* x86: Fix wcsnlen-avx2 page cross length comparison [BZ #29591]Noah Goldstein2022-11-242-32/+43
* elf: Fix rtld-audit trampoline for aarch64Vladislav Khmelevsky2022-11-221-3/+1
* Update NEWS file in the right placeFlorian Weimer2022-11-111-1/+1
* Linux: Support __IPC_64 in sysvctl *ctl command arguments (bug 29771)Florian Weimer2022-11-115-26/+64
* io: Fix use-after-free in ftw [BZ #26779]Martin Sebor2022-11-111-2/+3
* io: Fix ftw internal realloc buffer (BZ #28126)Adhemerval Zanella2022-11-114-20/+118
* regex: fix buffer read overrun in search [BZ#28470]Paul Eggert2022-11-112-4/+4
* regex: copy back from GnulibPaul Eggert2022-11-1110-78/+143
* Allow #pragma GCC in headers in conformtestJoseph Myers2022-11-111-0/+8
* Fix memmove call in vfprintf-internal.c:group_numberJoseph Myers2022-11-111-1/+2
* mktime: improve heuristic for ca-1986 Indiana DSTPaul Eggert2022-11-081-8/+20
* Makerules: fix MAKEFLAGS assignment for upcoming make-4.4 [BZ# 29564]Sergei Trofimovich2022-11-083-4/+20
* linux: Fix generic struct_stat for 64 bit time (BZ# 29657)Adhemerval Zanella2022-10-257-75/+625
* elf: Do not completely clear reused namespace in dlmopen (bug 29600)Florian Weimer2022-10-143-12/+31
* nss: Use shared prefix in IPv4 address in tst-reload1Florian Weimer2022-10-131-4/+4
* nss: Fix tst-nss-files-hosts-long on single-stack hosts (bug 24816)Florian Weimer2022-10-132-4/+6
* nss: Implement --no-addrconfig option for getentFlorian Weimer2022-10-132-1/+15
* nscd: Drop local address tuple variable [BZ #29607]Siddhesh Poyarekar2022-10-071-3/+2
* x86-64: Require BMI1/BMI2 for AVX2 strrchr and wcsrchr implementationsAurelien Jarno2022-10-042-3/+15
* x86-64: Require BMI2 and LZCNT for AVX2 memrchr implementationAurelien Jarno2022-10-042-2/+9
* x86-64: Require BMI2 for AVX2 (raw|w)memchr implementationsAurelien Jarno2022-10-041-3/+9
* x86-64: Require BMI2 for AVX2 wcs(n)cmp implementationsAurelien Jarno2022-10-041-2/+6
* x86-64: Require BMI2 for AVX2 strncmp implementationAurelien Jarno2022-10-042-4/+7
* x86-64: Require BMI2 for AVX2 strcmp implementationAurelien Jarno2022-10-042-3/+5
* x86-64: Require BMI2 for AVX2 str(n)casecmp implementationsAurelien Jarno2022-10-042-8/+21
* x86: include BMI1 and BMI2 in x86-64-v3 levelAurelien Jarno2022-10-041-0/+2
* nptl: Add backoff mechanism to spinlock loopWangyang Guo2022-09-284-2/+89
* sysdeps: Add 'get_fast_jitter' interace in fast-jitter.hNoah Goldstein2022-09-281-0/+42
* nptl: Effectively skip CAS in spinlock loopJangwoong Kim2022-09-281-3/+2
* Move assignment out of the CAS conditionH.J. Lu2022-09-282-8/+6
* Add LLL_MUTEX_READ_LOCK [BZ #28537]H.J. Lu2022-09-281-0/+7
* Avoid extra load with CAS in __pthread_mutex_clocklock_common [BZ #28537]H.J. Lu2022-09-281-5/+5
* Avoid extra load with CAS in __pthread_mutex_lock_full [BZ #28537]H.J. Lu2022-09-281-5/+5
* resolv: Fix building tst-resolv-invalid-cname for earlier C standardsFlorian Weimer2022-09-211-1/+1
* nss_dns: Rewrite _nss_dns_gethostbyname4_r using current interfacesFlorian Weimer2022-09-211-262/+150
* resolv: Add new tst-resolv-invalid-cnameFlorian Weimer2022-09-212-0/+409
* nss_dns: In gaih_getanswer_slice, skip strange aliases (bug 12154)Florian Weimer2022-09-211-4/+4
* nss_dns: Rewrite getanswer_r to match getanswer_ptr (bug 12154, bug 29305)Florian Weimer2022-09-212-298/+182
* nss_dns: Remove remnants of IPv6 address mappingFlorian Weimer2022-09-214-201/+9
* nss_dns: Rewrite _nss_dns_gethostbyaddr2_r and getanswer_ptrFlorian Weimer2022-09-211-303/+102
* nss_dns: Split getanswer_ptr from getanswer_rFlorian Weimer2022-09-211-52/+268
* resolv: Add DNS packet parsing helpers geared towards wire formatFlorian Weimer2022-09-215-0/+461