summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-10-14aarch64: use __alloc_gcs in makecontextarm/gcs-v2Szabolcs Nagy
2024-10-14aarch64: Add GCS user-space allocation logicSzabolcs Nagy
2024-10-14aarch64: Process gnu properties in static exeSzabolcs Nagy
2024-10-14aarch64: Ignore GCS property of ld.soSzabolcs Nagy
2024-10-14aarch64: Use l_searchlist.r_list for gcsSzabolcs Nagy
2024-10-14aarch64: Handle gcs markingSzabolcs Nagy
2024-10-14aarch64: Use l_searchlist.r_list for btiSzabolcs Nagy
2024-10-14aarch64: Add glibc.cpu.aarch64_gcs_policySzabolcs Nagy
2024-10-10aarch64: Mark objects with GCS property noteSzabolcs Nagy
2024-10-10aarch64: Enable GCS in dynamic linked exeSzabolcs Nagy
2024-10-10aarch64: Enable GCS in static linked exeSzabolcs Nagy
2024-10-10aarch64: Add glibc.cpu.aarch64_gcs tunableSzabolcs Nagy
2024-10-10aarch64: Try to free the GCS of makecontextSzabolcs Nagy
2024-10-10aarch64: Add GCS support for makecontextSzabolcs Nagy
2024-10-10aarch64: Mark swapcontext with indirect_returnSzabolcs Nagy
2024-10-10aarch64: Add GCS support for setcontextSzabolcs Nagy
2024-10-10aarch64: Add GCS support to vforkSzabolcs Nagy
2024-10-10aarch64: Add GCS support to longjmpSzabolcs Nagy
2024-10-10aarch64: Define jmp_buf offset for GCSSzabolcs Nagy
2024-10-10elf.h: Define GNU_PROPERTY_AARCH64_FEATURE_1_GCSSzabolcs Nagy
2024-10-10aarch64: Add asm helpers for GCSSzabolcs Nagy
2024-10-10aarch64: Add HWCAP_GCSSzabolcs Nagy
2024-10-09Fix header guard in sysdeps/mach/hurd/x86_64/vm_param.hJoseph Myers
2024-10-08rt: more clock_nanosleep tests addendumDJ Delorie
2024-10-08rt: more clock_nanosleep testsDJ Delorie
2024-10-08stdlib: Make abort/_Exit AS-safe (BZ 26275)Adhemerval Zanella
2024-10-08linux: Use GLRO(dl_vdso_time) on timeAdhemerval Zanella
2024-10-08linux: Use GLRO(dl_vdso_gettimeofday) on gettimeofdayAdhemerval Zanella
2024-10-08S390: Don't use r11 for cu-instructions as used as frame-pointer. [BZ# 32192]Stefan Liebler
2024-10-08stdio-common/Makefile: Fix FAIL: lint-makefilesH.J. Lu
2024-10-07Fix whitespace related license issues.Carlos O'Donell
2024-10-07Add freopen special-case tests: thread cancellationJoseph Myers
2024-10-03hurd: Add missing va_end call in fcntl implementation. [BZ #32234]Bruno Haible
2024-10-02riscv: align .preinit_array (bug 32228)Andreas Schwab
2024-10-01linux: sparc: Fix clone for LEON/sparcv8 (BZ 31394)Adhemerval Zanella
2024-10-01linux: sparc: Fix syscall_cancel for LEONAdhemerval Zanella
2024-10-01math: Improve layout of expf dataWilco Dijkstra
2024-10-01Disable _TIME_BITS if the compiler defaults to itAdhemerval Zanella
2024-10-01Disable _FILE_OFFSET_BITS if the compiler defaults to itAdhemerval Zanella
2024-10-01Do not use -Wp to disable fortify (BZ 31928)Adhemerval Zanella
2024-10-01libio: Set _vtable_offset before calling _IO_link_in [BZ #32148]H.J. Lu
2024-09-30Add a new fwrite test that exercises buffer overflowTulio Magno Quites Machado Filho
2024-09-30x86/string: Fixup alignment of main loop in str{n}cmp-evex [BZ #32212]Noah Goldstein
2024-09-28stdio-common: Fix memory leak in tst-freopen4* tests on UNSUPPORTEDFlorian Weimer
2024-09-28Linux: Block signals around _Fork (bug 32215)Florian Weimer
2024-09-27Update to Unicode 16.0.0 [BZ #32168]Mike FABIAN
2024-09-27manual: Document that feof and ferror are mutually exclusiveFlorian Weimer
2024-09-26stdio-common: Add new test for fdopenSergey Kolosov
2024-09-26Fix missing randomness in __gen_tempname (bug 32214)Andreas Schwab
2024-09-25arc: Cleanup arcbePavel Kozlov