about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* hesiod: Reformat Makefile.Carlos O'Donell2024-02-251-2/+7
* gmon: Reformat Makefile.Carlos O'Donell2024-02-251-6/+21
* dlfcn: Reformat Makefile.Carlos O'Donell2024-02-251-12/+62
* dirent: Reformat Makefile.Carlos O'Donell2024-02-251-10/+42
* ctype: Reformat Makefile.Carlos O'Donell2024-02-251-4/+13
* csu: Reformat Makefile.Carlos O'Donell2024-02-251-15/+59
* conform: Reformat Makefile.Carlos O'Donell2024-02-251-66/+278
* Support compiling .S files with additional optionsH.J. Lu2024-02-251-2/+4
* x86-64: Save APX registers in ld.so trampolineH.J. Lu2024-02-251-6/+46
* benchtests: Add more benchtests for rounding functions.Junxian Zhu2024-02-2312-0/+233
* tests: gracefully handle AppArmor userns containmentSimon Chopin2024-02-232-3/+7
* treewide: python-scripts: use `is None` for none-equalityKonstantin Kharlamov2024-02-232-4/+4
* powerpc: Remove power7 strstr optimizationAdhemerval Zanella2024-02-238-671/+1
* arm: Use _dl_find_object on __gnu_Unwind_Find_exidx (BZ 31405)Adhemerval Zanella2024-02-234-57/+10
* math: Update mips64 ulpsXi Ruoyao2024-02-221-3/+4
* elf: Add new LoongArch reloc types (110 to 126) into elf.hXi Ruoyao2024-02-221-0/+17
* build-many-glibcs.py: Add s390 --disable-multi-arch / multi-arch configurations.Stefan Liebler2024-02-211-1/+16
* sparc: Treat the version field in the FPU control word as reservedDaniel Cederman2024-02-191-1/+1
* Implement setcontext/getcontext/makecontext/swapcontext for Hurd x86_64Flavio Cruz2024-02-176-0/+456
* Use proc_getchildren_rusage when available in getrusage and times.Flavio Cruz2024-02-175-3/+219
* Linux: Switch back to assembly syscall wrapper for prctl (bug 29770)Florian Weimer2024-02-172-4/+2
* i386: Use generic memrchr in libc (bug 31316)Florian Weimer2024-02-162-1/+1
* Apply the Makefile sorting fixH.J. Lu2024-02-155-57/+57
* sysdeps/x86_64/Makefile (tests): Add the end markerH.J. Lu2024-02-151-2/+4
* sort-makefile-lines.py: Allow '_' in name and "^# name"H.J. Lu2024-02-151-2/+2
* trivial doc fix: remove weird phrase "syscall takes zero to five arguments"Askar Safin2024-02-141-2/+1
* mips: Use builtins for ffs and ffsllJunxian Zhu2024-02-141-0/+3
* x86: Expand the comment on when REP STOSB is used on memsetAdhemerval Zanella2024-02-131-1/+3
* x86: Do not prefer ERMS for memset on Zen3+Adhemerval Zanella2024-02-131-0/+5
* x86: Fix Zen3/Zen4 ERMS selection (BZ 30994)Adhemerval Zanella2024-02-131-20/+18
* x86/cet: fix shadow stack test scriptsMichael Jeanson2024-02-123-3/+3
* test_printers_common.py: Remove invalid escape sequenceH.J. Lu2024-02-121-1/+1
* elf: Remove attempt at env handling in elf/tst-rtld-list-diagnostics.pyFlorian Weimer2024-02-091-3/+2
* Add SOL_VSOCK from Linux 6.7 to bits/socket.hJoseph Myers2024-02-081-0/+1
* localedata: ssy_ER: Fix syntax errorMike FABIAN2024-02-081-1/+1
* localedata: hr_HR: change currency to EUR/€Dragan Stanojević (Nevidljivi)2024-02-082-8/+8
* Change lv_LV collation to agree with the recent change in CLDRMike FABIAN2024-02-082-36/+122
* Add new AArch64 HWCAP2 definitions from Linux 6.7 to bits/hwcap.hJoseph Myers2024-02-081-0/+3
* string: Add hidden builtin definition for __strcpy_chk.Stefan Liebler2024-02-062-0/+2
* arm: Remove wrong ldr from _dl_start_user (BZ 31339)Adhemerval Zanella2024-02-051-1/+0
* LoongArch: Use builtins for ffs and ffsllXi Ruoyao2024-02-051-0/+2
* Remove sysdeps/ia64/math-use-builtins-ffs.hXi Ruoyao2024-02-051-2/+0
* Fix stringop-overflow warning in tst-strlcat2.Stefan Liebler2024-02-051-0/+1
* mips: FIx clone3 implementation (BZ 31325)Adhemerval Zanella2024-02-021-5/+27
* stdlib: fix qsort example in manualPaul Eggert2024-02-011-9/+12
* soft-fp: Add brain format supportJakub Jelinek2024-02-0112-0/+738
* Rename c2x / gnu2x tests to c23 / gnu23Joseph Myers2024-02-0124-38/+38
* manual: Fix up stdbit.texiJakub Jelinek2024-02-011-1/+1
* string: Use builtins for ffs and ffsllAdhemerval Zanella Netto2024-02-0128-651/+48
* misc: tst-poll: Proper synchronize with child before sending the signalAdhemerval Zanella2024-02-011-3/+3