about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* x86: Fix wcsnlen-avx2 page cross length comparison [BZ #29591]Noah Goldstein2022-09-282-34/+43
* Update _FloatN header support for C++ in GCC 13Joseph Myers2022-09-286-35/+35
* hurd: Fix typoSamuel Thibault2022-09-281-1/+1
* get_nscd_addresses: Fix subscript typos [BZ #29605]Jörg Sonnenberger2022-09-281-3/+3
* hurd: Increase SOMAXCONN to 4096Samuel Thibault2022-09-271-1/+1
* Use atomic_exchange_release/acquireWilco Dijkstra2022-09-2631-39/+39
* nss: Use shared prefix in IPv4 address in tst-reload1Florian Weimer2022-09-231-4/+4
* nss: Enhance tst-reload1 coverage and loggingFlorian Weimer2022-09-231-22/+29
* Use C11 atomics instead of atomic_decrement_and_testWilco Dijkstra2022-09-236-108/+5
* Use C11 atomics instead of atomic_increment(_val)Wilco Dijkstra2022-09-239-12/+12
* Use C11 atomics instead of atomic_and/orWilco Dijkstra2022-09-234-4/+4
* malloc: Print error when oldsize is not equal to the current size.Qingqing Li2022-09-221-1/+2
* Use '%z' instead of '%Z' on printf functionsAdhemerval Zanella Netto2022-09-2229-70/+70
* elf: Extract glibcelf constants from <elf.h>Florian Weimer2022-09-222-657/+438
* scripts: Enhance glibcpp to do basic macro processingFlorian Weimer2022-09-223-2/+542
* scripts: Extract glibcpp.py from check-obsolete-constructs.pyFlorian Weimer2022-09-222-184/+217
* riscv: Remove RV32 floating point functionsAlistair Francis2022-09-218-132/+40
* riscv: Consolidate the libm-test-ulpsAlistair Francis2022-09-214-1406/+0
* hurd: Fix SIOCADD/DELRT ioctlsSamuel Thibault2022-09-211-2/+2
* hurd: Drop struct rtentry and in6_rtmsgSamuel Thibault2022-09-211-38/+0
* hurd: Add _IOT_ifrtreq to <net/route.h>Damien Zammit2022-09-211-0/+1
* elf: Use C11 atomics on _dl_mcountAdhemerval Zanella2022-09-211-5/+5
* hurd: Use IF_NAMESIZE rather than IFNAMSIZSamuel Thibault2022-09-211-1/+1
* hurd: Add ifrtreq structure to net/route.hDamien Zammit2022-09-211-0/+17
* hppa: undef __ASSUME_SET_ROBUST_LISTJohn David Anglin2022-09-201-0/+3
* linux: Use same type for MMAP2_PAGE_UNITAdhemerval Zanella2022-09-204-4/+4
* m68k: Enforce 4-byte alignment on internal locks (BZ #29537)Adhemerval Zanella2022-09-204-2/+59
* nss: Fix tst-nss-files-hosts-long on single-stack hosts (bug 24816)Florian Weimer2022-09-201-4/+5
* nss: Implement --no-addrconfig option for getentFlorian Weimer2022-09-202-2/+14
* gconv: Use 64-bit interfaces in gconv_parseconfdir (bug 29583)Florian Weimer2022-09-201-8/+8
* elf: Implement force_first handling in _dl_sort_maps_dfs (bug 28937)Florian Weimer2022-09-202-9/+30
* Linux: Do not skip d_ino == 0 entries in readdir, readdir64 (bug 12165)Florian Weimer2022-09-192-108/+69
* hurd: Factorize at/non-at functionsSamuel Thibault2022-09-1729-226/+123
* tst-sprintf-errno: Update Hurd message lengthSamuel Thibault2022-09-171-1/+1
* RISC-V: Allow long jumps to __syscall_errorŁukasz Stelmach2022-09-166-6/+6
* hurd: Make readlink* just reopen the file used for statSamuel Thibault2022-09-152-24/+40
* hurd: Fix readlink() hanging on fifoSamuel Thibault2022-09-142-2/+8
* Fix BRE typos in check-safety.shPaul Eggert2022-09-141-3/+3
* Makerules: fix MAKEFLAGS assignment for upcoming make-4.4 [BZ# 29564]Sergei Trofimovich2022-09-133-4/+20
* Use relaxed atomics since there is no MO dependenceWilco Dijkstra2022-09-133-9/+4
* makedb: fix build with libselinux >= 3.1 (Bug 26233)Aurelien Jarno2022-09-121-9/+15
* tst-sprintf-errno: Update Hurd message outputSamuel Thibault2022-09-111-1/+1
* Use C11 atomics instead of atomic_decrement(_val)Wilco Dijkstra2022-09-0915-16/+16
* Use C11 atomics instead atomic_add(_zero)Wilco Dijkstra2022-09-092-4/+4
* mktime: improve heuristic for ca-1986 Indiana DSTPaul Eggert2022-09-081-8/+20
* Assume HAVE_TZSET in time/mktime.cPaul Eggert2022-09-081-1/+1
* elf: Fix hwcaps string size overestimationJavier Pello2022-09-081-3/+5
* errlist: add missing entry for EDEADLOCK (bug 29545)Andreas Schwab2022-09-082-0/+11
* Do not define static_assert or thread_local in headers for C2xJoseph Myers2022-09-072-2/+8
* malloc: Use C11 atomics rather than atomic_exchange_and_addWilco Dijkstra2022-09-061-3/+3