aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-10-10Update PIDFD_* constants for Linux 6.11Adhemerval Zanella2-1/+15
2024-10-10Update syscall lists for Linux 6.11Adhemerval Zanella5-2/+8
2024-10-10Use Linux 6.11 in build-many-glibcs.pyAdhemerval Zanella1-1/+1
2024-10-09Fix header guard in sysdeps/mach/hurd/x86_64/vm_param.hJoseph Myers1-1/+1
2024-10-08rt: more clock_nanosleep tests addendumDJ Delorie1-1/+1
2024-10-08rt: more clock_nanosleep testsDJ Delorie3-0/+258
2024-10-08stdlib: Make abort/_Exit AS-safe (BZ 26275)Adhemerval Zanella20-107/+186
2024-10-08linux: Use GLRO(dl_vdso_time) on timeAdhemerval Zanella1-4/+3
2024-10-08linux: Use GLRO(dl_vdso_gettimeofday) on gettimeofdayAdhemerval Zanella1-4/+4
2024-10-08S390: Don't use r11 for cu-instructions as used as frame-pointer. [BZ# 32192]Stefan Liebler3-16/+16
2024-10-08stdio-common/Makefile: Fix FAIL: lint-makefilesH.J. Lu1-1/+1
2024-10-07Fix whitespace related license issues.Carlos O'Donell17-23/+23
2024-10-07Add freopen special-case tests: thread cancellationJoseph Myers4-0/+164
2024-10-03hurd: Add missing va_end call in fcntl implementation. [BZ #32234]Bruno Haible1-1/+5
2024-10-02riscv: align .preinit_array (bug 32228)Andreas Schwab1-0/+1
2024-10-01linux: sparc: Fix clone for LEON/sparcv8 (BZ 31394)Adhemerval Zanella1-0/+4
2024-10-01linux: sparc: Fix syscall_cancel for LEONAdhemerval Zanella1-0/+9
2024-10-01math: Improve layout of expf dataWilco Dijkstra1-1/+1
2024-10-01Disable _TIME_BITS if the compiler defaults to itAdhemerval Zanella4-1/+45
2024-10-01Disable _FILE_OFFSET_BITS if the compiler defaults to itAdhemerval Zanella4-1/+49
2024-10-01Do not use -Wp to disable fortify (BZ 31928)Adhemerval Zanella6-16/+17
2024-10-01libio: Set _vtable_offset before calling _IO_link_in [BZ #32148]H.J. Lu3-1/+95
2024-09-30Add a new fwrite test that exercises buffer overflowTulio Magno Quites Machado Filho2-0/+131
2024-09-30x86/string: Fixup alignment of main loop in str{n}cmp-evex [BZ #32212]Noah Goldstein1-13/+13
2024-09-28stdio-common: Fix memory leak in tst-freopen4* tests on UNSUPPORTEDFlorian Weimer1-1/+3
2024-09-28Linux: Block signals around _Fork (bug 32215)Florian Weimer1-0/+7
2024-09-27Update to Unicode 16.0.0 [BZ #32168]Mike FABIAN15-3099/+14404
2024-09-27manual: Document that feof and ferror are mutually exclusiveFlorian Weimer1-0/+9
2024-09-26stdio-common: Add new test for fdopenSergey Kolosov2-0/+247
2024-09-26Fix missing randomness in __gen_tempname (bug 32214)Andreas Schwab1-0/+2
2024-09-25arc: Cleanup arcbePavel Kozlov4-17/+4
2024-09-25arc: Remove HAVE_ARC_BE macro and disable big-endian portFlorian Weimer5-21/+6
2024-09-25scripts: Remove arceb-linux-gnu from build-many-glibcs.pyFlorian Weimer1-3/+0
2024-09-25LoongArch: Undef __NR_fstat and __NR_newfstatat.caiyinyu1-0/+21
2024-09-24Add tests of freadJoseph Myers2-0/+135
2024-09-24nptl: Prefer setresuid32 in tst-setuid2Florian Weimer1-0/+5
2024-09-24elf: Move __rtld_malloc_init_stubs call into _dl_start_finalFlorian Weimer1-2/+2
2024-09-24elf: Eliminate alloca in open_verifyFlorian Weimer1-7/+5
2024-09-24elf: Remove version assert in check_match in elf/dl-lookup.cFlorian Weimer3-36/+5
2024-09-24elf: In rtld_setup_main_map, assume ld.so has a DYNAMIC segmentFlorian Weimer1-24/+0
2024-09-24misc: Enable internal use of memory protection keysFlorian Weimer9-9/+43
2024-09-24misc: Link tst-mkstemp-fuse-parallel with $(shared-thread-library)Florian Weimer1-0/+1
2024-09-24iconv: Use $(run-program-prefix) for running iconv (bug 32197)Florian Weimer1-3/+3
2024-09-23AArch64: Simplify rounding-multiply pattern in several AdvSIMD routinesJoe Ramsay5-38/+30
2024-09-23AArch64: Improve codegen in users of ADVSIMD expm1f helperJoe Ramsay4-91/+58
2024-09-23AArch64: Improve codegen in users of AdvSIMD log1pf helperJoe Ramsay5-139/+146
2024-09-23AArch64: Improve codegen in SVE F32 logsJoe Ramsay3-47/+69
2024-09-23AArch64: Improve codegen in SVE expf & related routinesJoe Ramsay5-148/+136
2024-09-21Linux: readdir64_r should not skip d_ino == 0 entries (bug 32126)Florian Weimer3-17/+147
2024-09-21dirent: Add tst-rewinddirFlorian Weimer2-0/+208