about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Add IP_LOCAL_PORT_RANGE from Linux 6.3 to bits/in.hJoseph Myers2023-05-261-0/+1
* Add AT_RSEQ_* from Linux 6.3 to elf.hJoseph Myers2023-05-261-0/+3
* setipv4sourcefilter: Avoid using alloca.Joe Simmons-Talbott2023-05-261-17/+7
* wchar: Define va_list for POSIX (BZ #30035)Adhemerval Zanella2023-05-252-6/+22
* elf: add test for dl-printfRoy Eldar2023-05-252-0/+79
* elf: fix handling of negative numbers in dl-printfRoy Eldar2023-05-251-3/+10
* elf: Update comment in open_pathSiddhesh Poyarekar2023-05-251-6/+5
* elf: Add test for locating libraries in root dir (bug 30435)Qixing ksyx Xue2023-05-255-0/+64
* io: Re-flow and sort multiline Makefile definitionsAdhemerval Zanella2023-05-251-63/+199
* Fix special case for C2x strtol binary constant handling (BZ# 30371)Adhemerval Zanella2023-05-2510-39/+65
* rtld: properly handle root directory in load path (bug 30435)Andreas Schwab2023-05-251-1/+1
* sysdeps/pthread/eintr.c: fix warn unused resultFrédéric Bérat2023-05-241-2/+4
* sunrpc/netname.c: fix warn unused resultFrédéric Bérat2023-05-241-1/+2
* locale/programs/locarchive.c: fix warn unused resultFrédéric Bérat2023-05-241-8/+16
* support: Reformat Makefile.Carlos O'Donell2023-05-231-14/+24
* Regenerate configure fragment -- BZ 25337.Paul Pluzhnikov2023-05-231-1/+1
* Fix misspellings in sysdeps/powerpc -- BZ 25337Paul Pluzhnikov2023-05-2323-34/+34
* Fix misspellings in sysdeps/unix -- BZ 25337Paul Pluzhnikov2023-05-2369-87/+87
* Fix misspellings in sysdeps/x86_64 -- BZ 25337.Paul Pluzhnikov2023-05-2337-105/+105
* mach: Fix accessing mach_i386.hSamuel Thibault2023-05-234-4/+8
* Fix misspellings in sysdeps/x86_64/fpu/multiarch -- BZ 25337.Paul Pluzhnikov2023-05-23112-169/+169
* mach: Fix installing mach_i386.hSamuel Thibault2023-05-232-2/+2
* hurd: Fix making ld.so run static binaries with retrySamuel Thibault2023-05-231-1/+1
* Add voice-admit DSCP code point from RFC-5865Ronan Pigott2023-05-221-0/+5
* mach: Fix mach_setup_thread_impl with NULL stack_baseSamuel Thibault2023-05-221-7/+7
* Remove last remnants of have-protectedAndreas Schwab2023-05-223-9/+1
* S390: Use compile-only instead of also link-tests in configure.Stefan Liebler2023-05-222-177/+109
* Fix build for hurd/thread-self.c for i386.Flavio Cruz2023-05-221-0/+1
* io: Fix a typoSergey Bugaev2023-05-201-2/+2
* htl: Use __hurd_fail () instead of assigning errnoSergey Bugaev2023-05-204-18/+9
* hurd: Use __hurd_fail () instead of assigning errnoSergey Bugaev2023-05-2049-278/+109
* powerpc:GCC(<10) doesn't allow -mlong-double-64 after -mabi=ieeelongdoubleMahesh Bodapati2023-05-191-0/+17
* hurd: Fix using interposable hurd_thread_selfSergey Bugaev2023-05-196-5/+15
* hurd 64bit: Re-introduce gai_suspend symbolSamuel Thibault2023-05-191-0/+2
* hurd: Fix __TIMESIZE on x86_64Sergey Bugaev2023-05-192-1/+5
* posix: Reformat Makefile.Carlos O'Donell2023-05-191-20/+20
* hurd: Fix expected c++ typesSamuel Thibault2023-05-191-19/+19
* catgets: Reformat Makefile.Carlos O'Donell2023-05-181-10/+30
* benchtests: Reformat Makefile.Carlos O'Donell2023-05-181-15/+32
* assert: Reformat Makefile.Carlos O'Donell2023-05-181-3/+14
* nptl: Reformat Makefile.Carlos O'Donell2023-05-185-79/+196
* wcsmbs: Reformat Makefile.Carlos O'Donell2023-05-181-1/+1
* misc: Reformat Makefile.Carlos O'Donell2023-05-181-3/+3
* stdio-common: Adjust tests in MakefileCarlos O'Donell2023-05-186-22/+22
* elf: Adjust tests in Makefile.Carlos O'Donell2023-05-181-10/+10
* scripts: sort-makefile-lines.pyCarlos O'Donell2023-05-181-1/+4
* Add a SECURITY.mdSiddhesh Poyarekar2023-05-181-0/+209
* Add HWCAP2_SME* from Linux 6.3 to AArch64 bits/hwcap.hJoseph Myers2023-05-181-0/+6
* hurd: Also make it possible to call strlen very earlySergey Bugaev2023-05-171-0/+3
* hurd: Fix setting up pthreadsSergey Bugaev2023-05-172-1/+94