about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* resolv: Add DNS packet parsing helpers geared towards wire formatFlorian Weimer2022-08-305-0/+461
* resolv: Add internal __ns_name_length_uncompressed functionFlorian Weimer2022-08-304-0/+220
* resolv: Add the __ns_samebinaryname functionFlorian Weimer2022-08-304-0/+128
* resolv: Add internal __res_binary_hnok functionFlorian Weimer2022-08-302-5/+12
* resolv: Add tst-resolv-aliasesFlorian Weimer2022-08-302-0/+256
* resolv: Add tst-resolv-byaddr for testing reverse lookupFlorian Weimer2022-08-303-0/+360
* LoongArch: Use __builtin_{fmax,fmaxf,fmin,fminf} with GCC >= 13Xi Ruoyao2022-08-302-0/+20
* LoongArch: Fix ptr mangling/demangling features.caiyinyu2022-08-303-19/+18
* nscd: Fix netlink cache invalidation if epoll is used [BZ #29415]Fabian Vogt2022-08-291-1/+2
* Add test for bug 29530Andreas Schwab2022-08-292-0/+41
* Makeconfig: Set pie-ccflag to -fPIE by default [BZ# 29514]Richard Henderson2022-08-292-4/+1
* hurd: Fix vm_size_t incoherenciesSamuel Thibault2022-08-2912-14/+18
* mach: Make xpg_strerror_r set a message on errorSamuel Thibault2022-08-271-6/+10
* mach: Fix incoherency between perror and strerrorSamuel Thibault2022-08-271-1/+1
* elf: Call __libc_early_init for reused namespaces (bug 29528)Florian Weimer2022-08-265-5/+136
* csu: Change start code license to have link exceptionSzabolcs Nagy2022-08-264-10/+76
* s390: Move hwcaps/platform names out of _rtld_global_roFlorian Weimer2022-08-255-64/+44
* Revert "Detect ld.so and libc.so version inconsistency during startup"Florian Weimer2022-08-2517-198/+45
* Add NT_LOONGARCH_* from Linux 5.19 to elf.hJoseph Myers2022-08-241-0/+9
* Detect ld.so and libc.so version inconsistency during startupFlorian Weimer2022-08-2417-45/+198
* Merge getopt patch from GnulibPaul Eggert2022-08-231-1/+2
* Merge _GL_UNUSED C23 patch from GnulibPaul Eggert2022-08-232-4/+4
* LoongArch: Fix dl-machine.h code formatting.Xi Ruoyao2022-08-241-8/+4
* scripts/glibcelf.py: Add hashing supportFlorian Weimer2022-08-232-0/+38
* hurd: Fix starting static binaries with stack protection enabledSamuel Thibault2022-08-222-2/+22
* htl: Make pthread*_cond_timedwait register wref before releasing mutexSamuel Thibault2022-08-222-8/+12