aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2022-09-05scripts/build-many-glibcs.py: Use https:// for sourceware.org Git clonesFlorian Weimer1-3/+3
2022-09-05debug: test for more required cacellation points (BZ# 29274)Adhemerval Zanella3-53/+266
2022-09-05elf.h: Remove duplicate definition of VER_FLG_WEAKFlorian Weimer1-5/+2
2022-09-05syslog: Remove extra whitespace between timestamp and message (BZ#29544)Adhemerval Zanella2-4/+7
2022-09-01LoongArch: Add soft float support.caiyinyu17-19/+168
2022-08-31elf: Restore how vDSO dependency is printed with LD_TRACE_LOADED_OBJECTS (BZ ...Adhemerval Zanella1-0/+6
2022-08-31nptl: x86_64: Use same code for CURRENT_STACK_FRAME and stackinfo_get_spAdhemerval Zanella2-2/+6
2022-08-30Apply asm redirections in wchar.h before first useRaphael Moreira Zinsly5-76/+137
2022-08-30resolv: Fix building tst-resolv-invalid-cname for earlier C standardsFlorian Weimer1-1/+1
2022-08-30syslog: Fix large messages (BZ#29536)Adhemerval Zanella2-28/+142
2022-08-30posix: Fix macro expansion producing 'defined' has undefined behaviorAdhemerval Zanella1-3/+7
2022-08-30stdlib: Fix macro expansion producing 'defined' has undefined behaviorAdhemerval Zanella1-3/+6
2022-08-30S390: Always use svc 0Stefan Liebler13-66/+46
2022-08-30nss_dns: Rewrite _nss_dns_gethostbyname4_r using current interfacesFlorian Weimer1-281/+162
2022-08-30resolv: Add new tst-resolv-invalid-cnameFlorian Weimer2-0/+409
2022-08-30nss_dns: In gaih_getanswer_slice, skip strange aliases (bug 12154)Florian Weimer1-4/+4
2022-08-30nss_dns: Rewrite getanswer_r to match getanswer_ptr (bug 12154, bug 29305)Florian Weimer1-298/+180