aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-30resolv: Add DNS packet parsing helpers geared towards wire formatFlorian Weimer
2022-08-30resolv: Add internal __ns_name_length_uncompressed functionFlorian Weimer
2022-08-30resolv: Add the __ns_samebinaryname functionFlorian Weimer
2022-08-30resolv: Add internal __res_binary_hnok functionFlorian Weimer
2022-08-30resolv: Add tst-resolv-aliasesFlorian Weimer
2022-08-30resolv: Add tst-resolv-byaddr for testing reverse lookupFlorian Weimer
2022-08-30LoongArch: Use __builtin_{fmax,fmaxf,fmin,fminf} with GCC >= 13Xi Ruoyao
2022-08-30LoongArch: Fix ptr mangling/demangling features.caiyinyu
2022-08-29nscd: Fix netlink cache invalidation if epoll is used [BZ #29415]Fabian Vogt
2022-08-29Add test for bug 29530Andreas Schwab
2022-08-29Makeconfig: Set pie-ccflag to -fPIE by default [BZ# 29514]Richard Henderson
2022-08-29hurd: Fix vm_size_t incoherenciesSamuel Thibault
2022-08-27mach: Make xpg_strerror_r set a message on errorSamuel Thibault
2022-08-27mach: Fix incoherency between perror and strerrorSamuel Thibault
2022-08-26elf: Call __libc_early_init for reused namespaces (bug 29528)Florian Weimer
2022-08-26csu: Change start code license to have link exceptionSzabolcs Nagy
2022-08-25s390: Move hwcaps/platform names out of _rtld_global_roFlorian Weimer
2022-08-25Revert "Detect ld.so and libc.so version inconsistency during startup"Florian Weimer
2022-08-24Add NT_LOONGARCH_* from Linux 5.19 to elf.hJoseph Myers
2022-08-24Detect ld.so and libc.so version inconsistency during startupFlorian Weimer
2022-08-23Merge getopt patch from GnulibPaul Eggert
2022-08-23Merge _GL_UNUSED C23 patch from GnulibPaul Eggert
2022-08-24LoongArch: Fix dl-machine.h code formatting.Xi Ruoyao
2022-08-23scripts/glibcelf.py: Add hashing supportFlorian Weimer
2022-08-22hurd: Fix starting static binaries with stack protection enabledSamuel Thibault
2022-08-22htl: Make pthread*_cond_timedwait register wref before releasing mutexSamuel Thibault
2022-08-22htl: make __pthread_hurd_cond_timedwait_internal check mutex is heldSamuel Thibault
2022-08-22Add AArch64 HWCAP2_* constants from Linux 5.19Joseph Myers
2022-08-22Add AGROUP from Linux 5.19 to sys/acct.h, remove Alpha version (bug 29502)Joseph Myers
2022-08-22alpha: Fix generic brk system call emulation in __brk_call (bug 29490)Florian Weimer
2022-08-19hurd: Assume non-suid during bootstrapSamuel Thibault
2022-08-18Use binutils 2.39 branch in build-many-glibcs.pyJoseph Myers
2022-08-18S390: Fix werror=unused-variable in ifunc-impl-list.c.Stefan Liebler
2022-08-18Ensure calculations happen with desired rounding mode in y1lf128Michael Hudson-Doyle
2022-08-17localedata: Convert French language locales (fr_*) to UTF-8Florian Weimer
2022-08-16Linux: Fix enum fsconfig_command detection in <sys/mount.h>Florian Weimer
2022-08-16elf: Run tst-audit-tlsdesc, tst-audit-tlsdesc-dlopen everywhereFlorian Weimer
2022-08-15Move ip_mreqn structure from Linux to genericSamuel Thibault
2022-08-15malloc: Do not use MAP_NORESERVE to allocate heap segmentsFlorian Weimer
2022-08-15Linux: Terminate subprocess on late failure in tst-pidfd (bug 29485)Florian Weimer
2022-08-15non-linux: bits/in.h: Add more RFC optionsSamuel Thibault
2022-08-12arm: Remove nested functionf rom relocate_pc24Adhemerval Zanella
2022-08-12linux: Fix sys/mount.h usage with kernel headersAdhemerval Zanella
2022-08-12linux: Use compile_c_snippet to check linux/mount.h availabilityAdhemerval Zanella
2022-08-12linux: Mimic kernel defition for BLOCK_SIZEAdhemerval Zanella
2022-08-12linux: Use compile_c_snippet to check linux/pidfd.h availabilityAdhemerval Zanella
2022-08-12glibcextract.py: Add compile_c_snippetAdhemerval Zanella
2022-08-12LoongArch: Add pointer mangling support.caiyinyu
2022-08-11AArch64: Fix typo in sve configure check (BZ# 29394)Wilco Dijkstra
2022-08-11libio: Improve performance of IO locksWilco Dijkstra