about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add NEWS entry for CVE-2022-39046Siddhesh Poyarekar2022-09-061-1/+4
* elf: Rename _dl_sort_maps parameter from skip to force_firstFlorian Weimer2022-09-062-9/+11
* scripts/dso-ordering-test.py: Generate program run-time dependenciesFlorian Weimer2022-09-061-7/+6
* math: x86: Use prefix for FP_INIT_ROUNDMODEAdhemerval Zanella2022-09-051-1/+7
* scripts/build-many-glibcs.py: Use https:// for sourceware.org Git clonesFlorian Weimer2022-09-051-3/+3
* debug: test for more required cacellation points (BZ# 29274)Adhemerval Zanella2022-09-053-53/+266
* elf.h: Remove duplicate definition of VER_FLG_WEAKFlorian Weimer2022-09-051-5/+2
* syslog: Remove extra whitespace between timestamp and message (BZ#29544)Adhemerval Zanella2022-09-052-4/+7
* LoongArch: Add soft float support.caiyinyu2022-09-0117-19/+168
* elf: Restore how vDSO dependency is printed with LD_TRACE_LOADED_OBJECTS (BZ ...Adhemerval Zanella2022-08-311-0/+6
* nptl: x86_64: Use same code for CURRENT_STACK_FRAME and stackinfo_get_spAdhemerval Zanella2022-08-312-2/+6
* Apply asm redirections in wchar.h before first useRaphael Moreira Zinsly2022-08-305-76/+137
* resolv: Fix building tst-resolv-invalid-cname for earlier C standardsFlorian Weimer2022-08-301-1/+1
* syslog: Fix large messages (BZ#29536)Adhemerval Zanella2022-08-302-28/+142
* posix: Fix macro expansion producing 'defined' has undefined behaviorAdhemerval Zanella2022-08-301-3/+7
* stdlib: Fix macro expansion producing 'defined' has undefined behaviorAdhemerval Zanella2022-08-301-3/+6
* S390: Always use svc 0Stefan Liebler2022-08-3013-66/+46
* nss_dns: Rewrite _nss_dns_gethostbyname4_r using current interfacesFlorian Weimer2022-08-301-281/+162
* resolv: Add new tst-resolv-invalid-cnameFlorian Weimer2022-08-302-0/+409
* nss_dns: In gaih_getanswer_slice, skip strange aliases (bug 12154)Florian Weimer2022-08-301-4/+4
* nss_dns: Rewrite getanswer_r to match getanswer_ptr (bug 12154, bug 29305)Florian Weimer2022-08-301-298/+180
* nss_dns: Remove remnants of IPv6 address mappingFlorian Weimer2022-08-304-201/+9
* nss_dns: Rewrite _nss_dns_gethostbyaddr2_r and getanswer_ptrFlorian Weimer2022-08-301-303/+102
* nss_dns: Split getanswer_ptr from getanswer_rFlorian Weimer2022-08-301-52/+268