aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Makerules: fix MAKEFLAGS assignment for upcoming make-4.4 [BZ# 29564]gentoo/glibc-2.35-13gentoo/2.35Sergei Trofimovich2022-11-133-4/+20
* elf: Do not completely clear reused namespace in dlmopen (bug 29600)gentoo/glibc-2.35-12Florian 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/+16
* nscd: Drop local address tuple variable [BZ #29607]Siddhesh Poyarekar2022-10-151-3/+2
* x86-64: Require BMI1/BMI2 for AVX2 strrchr and wcsrchr implementationsAurelien Jarno2022-10-152-3/+15
* x86-64: Require BMI2 and LZCNT for AVX2 memrchr implementationAurelien Jarno2022-10-152-2/+9
* 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-011-0/+3
* hppa: Fix initialization of dp register [BZ 29635]John David Anglin2022-10-011-5/+19
* nptl: Add backoff mechanism to spinlock loopWangyang Guo2022-10-014-2/+89
* sysdeps: Add 'get_fast_jitter' interace in fast-jitter.hNoah Goldstein2022-10-011-0/+42
* 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
* resolv: Fix building tst-resolv-invalid-cname for earlier C standardsFlorian Weimer2022-10-011-1/+1
* nss_dns: Rewrite _nss_dns_gethostbyname4_r using current interfacesFlorian Weimer2022-10-011-262/+150
* resolv: Add new tst-resolv-invalid-cnameFlorian Weimer2022-10-012-0/+409
* nss_dns: In gaih_getanswer_slice, skip strange aliases (bug 12154)Florian Weimer2022-10-011-4/+4
* nss_dns: Rewrite getanswer_r to match getanswer_ptr (bug 12154, bug 29305)Florian Weimer2022-10-012-298/+182
* nss_dns: Remove remnants of IPv6 address mappingFlorian Weimer2022-10-014-201/+9
* nss_dns: Rewrite _nss_dns_gethostbyaddr2_r and getanswer_ptrFlorian Weimer2022-10-011-303/+102
* nss_dns: Split getanswer_ptr from getanswer_rFlorian Weimer2022-10-011-52/+268
* resolv: Add DNS packet parsing helpers geared towards wire formatFlorian Weimer2022-10-015-0/+461
* resolv: Add internal __ns_name_length_uncompressed functionFlorian Weimer2022-10-014-0/+220
* resolv: Add the __ns_samebinaryname functionFlorian Weimer2022-10-014-0/+128
* resolv: Add internal __res_binary_hnok functionFlorian Weimer2022-10-012-5/+12
* resolv: Add tst-resolv-aliasesFlorian Weimer2022-10-012-0/+256
* resolv: Add tst-resolv-byaddr for testing reverse lookupFlorian Weimer2022-10-013-0/+360
* 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 overestimationJavier Pello2022-10-011-3/+5
* Use __ehdr_start rather than _begin in _dl_start_finalAlan Modra2022-10-012-6/+4
* elf: Run tst-audit-tlsdesc, tst-audit-tlsdesc-dlopen everywhereFlorian Weimer2022-10-011-16/+6
* nscd: Fix netlink cache invalidation if epoll is used [BZ #29415]Fabian Vogt2022-10-012-1/+3
* m68k: Enforce 4-byte alignment on internal locks (BZ #29537)gentoo/glibc-2.35-11Adhemerval Zanella2022-09-094-2/+59
* Revert "m68k: Enforce 4-byte alignment on internal locks (BZ #29537)"Andreas K. Hüttel2022-09-091-1/+1
* m68k: Enforce 4-byte alignment on internal locks (BZ #29537)gentoo/glibc-2.35-10Adhemerval Zanella2022-09-031-1/+1
* Apply asm redirections in wchar.h before first useRaphael Moreira Zinsly2022-09-035-76/+137
* elf: Call __libc_early_init for reused namespaces (bug 29528)Florian Weimer2022-09-036-5/+155
* NEWS: Add entry for bug 28846Arjun Shankar2022-09-031-0/+1
* socket: Check lengths before advancing pointer in CMSG_NXTHDRArjun Shankar2022-09-037-29/+276
* alpha: Fix generic brk system call emulation in __brk_call (bug 29490)Florian Weimer2022-09-032-4/+4
* stdlib: Fixup mbstowcs NULL __dst handling. [BZ #29279]Noah Goldstein2022-09-031-4/+4