about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* hurd: Drop x86-specific assembly from init-first.cSergey Bugaev2024-01-041-9/+1
* hurd: Pass the data pointer to _hurd_stack_setup explicitlySergey Bugaev2024-01-043-9/+11
* x86-64/cet: Check the restore token in longjmpH.J. Lu2024-01-043-145/+84
* localedata: ru_RU, ru_UA: convert to UTF-8Mike FABIAN2024-01-042-75/+75
* localedata: es_??: convert to UTF-8Mike FABIAN2024-01-0420-114/+114
* localedata: miq_NI: convert to UTF-8Mike FABIAN2024-01-041-7/+7
* i386: Ignore --enable-cetH.J. Lu2024-01-049-131/+137
* mach: Drop SNARF_ARGS macroSergey Bugaev2024-01-032-21/+0
* mach: Drop some unnecessary vm_param.h includesSergey Bugaev2024-01-032-2/+0
* hurd: Declare _hurd_intr_rpc_msg* with protected visibilitySergey Bugaev2024-01-031-3/+3
* hurd: Add some missing includesSergey Bugaev2024-01-033-1/+3
* localedata: fy_DE: make this "Western Frisian" to agree with the language cod...Mike FABIAN2024-01-031-29/+35
* localedata: fy_DE, fy_NL: convert to UTF-8Mike FABIAN2024-01-032-3/+3
* localedata: ast_ES: convert to UTF-8Mike FABIAN2024-01-031-9/+9
* localedata: ast_ES: Remove wrong copyright textMike FABIAN2024-01-031-3/+1
* localedata: de_{AT,BE,CH,IT,LU}: convert to UTF-8Mike FABIAN2024-01-035-24/+24
* localedata: lv_LV, it_IT, it_CH: convert to UTF-8Mike FABIAN2024-01-033-33/+33
* localedata: it_IT, lv_LV: currency symbol should follow the amountMike FABIAN2024-01-032-6/+6
* Implement C23 <stdbit.h>Joseph Myers2024-01-03133-15/+7011
* localedata: ms_MY should not use 12-hour formatMike FABIAN2024-01-031-7/+8
* localedata: es_ES: convert to UTF-8Mike FABIAN2024-01-021-9/+9
* localedata: es_ES: Add am_pm stringsMike FABIAN2024-01-021-1/+1
* aarch64: Add longjmp test for SMESzabolcs Nagy2024-01-022-0/+283
* aarch64: Add setcontext support for SMESzabolcs Nagy2024-01-021-0/+19
* aarch64: Add longjmp support for SMESzabolcs Nagy2024-01-021-0/+22
* aarch64: Add SME runtime supportSzabolcs Nagy2024-01-023-3/+129
* localedata: convert uz_UZ and uz_UZ@cyrillic to UTF-8Mike FABIAN2024-01-022-56/+56
* localedata: uz_UZ and uz_UZ@cyrillic: Fix decimal point and thousands separatorMike FABIAN2024-01-022-4/+4
* libio: Check remaining buffer size in _IO_wdo_write (bug 31183)Florian Weimer2024-01-021-1/+1
* getaddrinfo: translate ENOMEM to EAI_MEMORY (bug 31163)Andreas Schwab2024-01-021-1/+8
* string: Add additional output in test-strchr failureNoah Goldstein2024-01-011-5/+12
* Add a setjmp/longjmp test between user contextsH.J. Lu2024-01-012-0/+139
* x86/cet: Add -fcf-protection=none before -fcf-protection=branchH.J. Lu2024-01-011-4/+4
* Regenerate libc.potAndreas K. Hüttel2024-01-011-159/+173
* Omit regex.c pragmas no longer neededPaul Eggert2024-01-011-4/+0
* Update copyright dates not handled by scripts/update-copyrightsPaul Eggert2024-01-0121-21/+21
* Update copyright in generated files by running "make"Paul Eggert2024-01-012-2/+2
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-0112589-12621/+12621
* x86/cet: Run some CET tests with shadow stackH.J. Lu2024-01-014-0/+17
* x86/cet: Don't set CET active by defaultH.J. Lu2024-01-012-2/+15
* x86/cet: Check feature_1 in TCB for active IBT and SHSTKH.J. Lu2024-01-013-1/+35
* x86/cet: Enable shadow stack during startupH.J. Lu2024-01-0110-146/+175
* elf: Always provide _dl_get_dl_main_map in libc.aH.J. Lu2024-01-012-6/+3
* x86/cet: Sync with Linux kernel 6.6 shadow stack interfaceH.J. Lu2024-01-0115-133/+173
* RISC-V: Add support for dl_runtime_profile (BZ #31151)Aurelien Jarno2023-12-304-1/+225
* debug: Add fortify wprintf testsAdhemerval Zanella2023-12-292-0/+106
* debug: Add fortify syslog testsAdhemerval Zanella2023-12-292-0/+133
* debug: Add fortify dprintf testsAdhemerval Zanella2023-12-291-0/+22
* debug: Increase tst-fortify checks for compiler without __va_arg_pack supportAdhemerval Zanella2023-12-291-5/+1
* debug: Adapt fortify tests to libsupportAdhemerval Zanella2023-12-296-40/+39