aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-09-27hurd: Increase SOMAXCONN to 4096Samuel Thibault1-1/+1
2022-09-26Use atomic_exchange_release/acquireWilco Dijkstra31-39/+39
2022-09-23nss: Use shared prefix in IPv4 address in tst-reload1Florian Weimer1-4/+4
2022-09-23nss: Enhance tst-reload1 coverage and loggingFlorian Weimer1-22/+29
2022-09-23Use C11 atomics instead of atomic_decrement_and_testWilco Dijkstra6-108/+5
2022-09-23Use C11 atomics instead of atomic_increment(_val)Wilco Dijkstra9-12/+12
2022-09-23Use C11 atomics instead of atomic_and/orWilco Dijkstra4-4/+4
2022-09-22malloc: Print error when oldsize is not equal to the current size.Qingqing Li1-1/+2
2022-09-22Use '%z' instead of '%Z' on printf functionsAdhemerval Zanella Netto29-70/+70
2022-09-22elf: Extract glibcelf constants from <elf.h>Florian Weimer2-657/+438
2022-09-22scripts: Enhance glibcpp to do basic macro processingFlorian Weimer3-2/+542
2022-09-22scripts: Extract glibcpp.py from check-obsolete-constructs.pyFlorian Weimer2-184/+217
2022-09-21riscv: Remove RV32 floating point functionsAlistair Francis8-132/+40
2022-09-21riscv: Consolidate the libm-test-ulpsAlistair Francis4-1406/+0
2022-09-21hurd: Fix SIOCADD/DELRT ioctlsSamuel Thibault1-2/+2
2022-09-21hurd: Drop struct rtentry and in6_rtmsgSamuel Thibault1-38/+0
2022-09-21hurd: Add _IOT_ifrtreq to <net/route.h>Damien Zammit1-0/+1
2022-09-21elf: Use C11 atomics on _dl_mcountAdhemerval Zanella1-5/+5
2022-09-21hurd: Use IF_NAMESIZE rather than IFNAMSIZSamuel Thibault1-1/+1
2022-09-21hurd: Add ifrtreq structure to net/route.hDamien Zammit1-0/+17
2022-09-20hppa: undef __ASSUME_SET_ROBUST_LISTJohn David Anglin1-0/+3
2022-09-20linux: Use same type for MMAP2_PAGE_UNITAdhemerval Zanella4-4/+4
2022-09-20m68k: Enforce 4-byte alignment on internal locks (BZ #29537)Adhemerval Zanella4-2/+59
2022-09-20nss: Fix tst-nss-files-hosts-long on single-stack hosts (bug 24816)Florian Weimer1-4/+5
2022-09-20nss: Implement --no-addrconfig option for getentFlorian Weimer2-2/+14
2022-09-20gconv: Use 64-bit interfaces in gconv_parseconfdir (bug 29583)Florian Weimer1-8/+8
2022-09-20elf: Implement force_first handling in _dl_sort_maps_dfs (bug 28937)Florian Weimer2-9/+30
2022-09-19Linux: Do not skip d_ino == 0 entries in readdir, readdir64 (bug 12165)Florian Weimer2-108/+69
2022-09-17hurd: Factorize at/non-at functionsSamuel Thibault29-226/+123
2022-09-17tst-sprintf-errno: Update Hurd message lengthSamuel Thibault1-1/+1
2022-09-16RISC-V: Allow long jumps to __syscall_errorƁukasz Stelmach6-6/+6
2022-09-15hurd: Make readlink* just reopen the file used for statSamuel Thibault2-24/+40
2022-09-14hurd: Fix readlink() hanging on fifoSamuel Thibault2-2/+8
2022-09-14Fix BRE typos in check-safety.shPaul Eggert1-3/+3
2022-09-13Makerules: fix MAKEFLAGS assignment for upcoming make-4.4 [BZ# 29564]Sergei Trofimovich3-4/+20
2022-09-13Use relaxed atomics since there is no MO dependenceWilco Dijkstra3-9/+4
2022-09-12makedb: fix build with libselinux >= 3.1 (Bug 26233)Aurelien Jarno1-9/+15
2022-09-11tst-sprintf-errno: Update Hurd message outputSamuel Thibault1-1/+1
2022-09-09Use C11 atomics instead of atomic_decrement(_val)Wilco Dijkstra15-16/+16
2022-09-09Use C11 atomics instead atomic_add(_zero)Wilco Dijkstra2-4/+4
2022-09-08mktime: improve heuristic for ca-1986 Indiana DSTPaul Eggert1-8/+20
2022-09-08Assume HAVE_TZSET in time/mktime.cPaul Eggert1-1/+1
2022-09-08elf: Fix hwcaps string size overestimationJavier Pello1-3/+5
2022-09-08errlist: add missing entry for EDEADLOCK (bug 29545)Andreas Schwab2-0/+11
2022-09-07Do not define static_assert or thread_local in headers for C2xJoseph Myers2-2/+8
2022-09-06malloc: Use C11 atomics rather than atomic_exchange_and_addWilco Dijkstra1-3/+3
2022-09-06Add NEWS entry for CVE-2022-39046Siddhesh Poyarekar1-1/+4
2022-09-06elf: Rename _dl_sort_maps parameter from skip to force_firstFlorian Weimer2-9/+11
2022-09-06scripts/dso-ordering-test.py: Generate program run-time dependenciesFlorian Weimer1-7/+6
2022-09-05math: x86: Use prefix for FP_INIT_ROUNDMODEAdhemerval Zanella1-1/+7