aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-30Fix iseqsig for _FloatN and _FloatNx in C++ with GCC 13Joseph Myers
2022-09-30malloc: Do not clobber errno on __getrandom_nocancel (BZ #29624)Adhemerval Zanella
2022-09-30stdlib: Fix __getrandom_nocancel type and arc4random usage (BZ #29638)Adhemerval Zanella
2022-09-30LoongArch: Add static PIE supportXi Ruoyao
2022-09-28Benchtest: Add additional benchmarks for strlen and strnlenNoah Goldstein
2022-09-28x86: Fix wcsnlen-avx2 page cross length comparison [BZ #29591]Noah Goldstein
2022-09-28Update _FloatN header support for C++ in GCC 13Joseph Myers
2022-09-28hurd: Fix typoSamuel Thibault
2022-09-28get_nscd_addresses: Fix subscript typos [BZ #29605]Jörg Sonnenberger
2022-09-27hurd: Increase SOMAXCONN to 4096Samuel Thibault
2022-09-26Use atomic_exchange_release/acquireWilco Dijkstra
2022-09-23nss: Use shared prefix in IPv4 address in tst-reload1Florian Weimer
2022-09-23nss: Enhance tst-reload1 coverage and loggingFlorian Weimer
2022-09-23Use C11 atomics instead of atomic_decrement_and_testWilco Dijkstra
2022-09-23Use C11 atomics instead of atomic_increment(_val)Wilco Dijkstra
2022-09-23Use C11 atomics instead of atomic_and/orWilco Dijkstra
2022-09-22malloc: Print error when oldsize is not equal to the current size.Qingqing Li
2022-09-22Use '%z' instead of '%Z' on printf functionsAdhemerval Zanella Netto
2022-09-22elf: Extract glibcelf constants from <elf.h>Florian Weimer
2022-09-22scripts: Enhance glibcpp to do basic macro processingFlorian Weimer
2022-09-22scripts: Extract glibcpp.py from check-obsolete-constructs.pyFlorian Weimer
2022-09-21riscv: Remove RV32 floating point functionsAlistair Francis
2022-09-21riscv: Consolidate the libm-test-ulpsAlistair Francis
2022-09-21hurd: Fix SIOCADD/DELRT ioctlsSamuel Thibault
2022-09-21hurd: Drop struct rtentry and in6_rtmsgSamuel Thibault
2022-09-21hurd: Add _IOT_ifrtreq to <net/route.h>Damien Zammit
2022-09-21elf: Use C11 atomics on _dl_mcountAdhemerval Zanella
2022-09-21hurd: Use IF_NAMESIZE rather than IFNAMSIZSamuel Thibault
2022-09-21hurd: Add ifrtreq structure to net/route.hDamien Zammit
2022-09-20hppa: undef __ASSUME_SET_ROBUST_LISTJohn David Anglin
2022-09-20linux: Use same type for MMAP2_PAGE_UNITAdhemerval Zanella
2022-09-20m68k: Enforce 4-byte alignment on internal locks (BZ #29537)Adhemerval Zanella
2022-09-20nss: Fix tst-nss-files-hosts-long on single-stack hosts (bug 24816)Florian Weimer
2022-09-20nss: Implement --no-addrconfig option for getentFlorian Weimer
2022-09-20gconv: Use 64-bit interfaces in gconv_parseconfdir (bug 29583)Florian Weimer
2022-09-20elf: Implement force_first handling in _dl_sort_maps_dfs (bug 28937)Florian Weimer
2022-09-19Linux: Do not skip d_ino == 0 entries in readdir, readdir64 (bug 12165)Florian Weimer
2022-09-17hurd: Factorize at/non-at functionsSamuel Thibault
2022-09-17tst-sprintf-errno: Update Hurd message lengthSamuel Thibault
2022-09-16RISC-V: Allow long jumps to __syscall_errorŁukasz Stelmach
2022-09-15hurd: Make readlink* just reopen the file used for statSamuel Thibault
2022-09-14hurd: Fix readlink() hanging on fifoSamuel Thibault
2022-09-14Fix BRE typos in check-safety.shPaul Eggert
2022-09-13Makerules: fix MAKEFLAGS assignment for upcoming make-4.4 [BZ# 29564]Sergei Trofimovich
2022-09-13Use relaxed atomics since there is no MO dependenceWilco Dijkstra
2022-09-12makedb: fix build with libselinux >= 3.1 (Bug 26233)Aurelien Jarno
2022-09-11tst-sprintf-errno: Update Hurd message outputSamuel Thibault
2022-09-09Use C11 atomics instead of atomic_decrement(_val)Wilco Dijkstra
2022-09-09Use C11 atomics instead atomic_add(_zero)Wilco Dijkstra
2022-09-08mktime: improve heuristic for ca-1986 Indiana DSTPaul Eggert