aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-01-07Incorporate translationsAndreas K. Hüttel38-5109/+5428
2024-01-06x32: Handle displacement overflow in PLT rewrite [BZ #31218]H.J. Lu4-2/+89
2024-01-05x86: Fixup some nits in longjmp asm implementationNoah Goldstein1-1/+1
2024-01-05stdlib: Fix stdbit.h with -Wconversion for clangAdhemerval Zanella1-11/+12
2024-01-05stdlib: Fix stdbit.h with -Wconversion for older gccAdhemerval Zanella1-8/+26
2024-01-05elf: Add ELF_DYNAMIC_AFTER_RELOC to rewrite PLTH.J. Lu17-2/+451
2024-01-04aarch64: Make cpu-features definitions not Linux-specificSergey Bugaev2-0/+0
2024-01-04hurd: Initializy _dl_pagesize early in static buildsSergey Bugaev1-0/+4
2024-01-04hurd: Only init early static TLS if it's used to store stack or pointer guardsSergey Bugaev1-4/+11
2024-01-04hurd: Make init-first.c no longer x86-specificSergey Bugaev1-2/+2
2024-01-04hurd: Drop x86-specific assembly from init-first.cSergey Bugaev1-9/+1
2024-01-04hurd: Pass the data pointer to _hurd_stack_setup explicitlySergey Bugaev3-9/+11
2024-01-04x86-64/cet: Check the restore token in longjmpH.J. Lu3-145/+84
2024-01-04localedata: ru_RU, ru_UA: convert to UTF-8Mike FABIAN2-75/+75
2024-01-04localedata: es_??: convert to UTF-8Mike FABIAN20-114/+114
2024-01-04localedata: miq_NI: convert to UTF-8Mike FABIAN1-7/+7
2024-01-04i386: Ignore --enable-cetH.J. Lu9-131/+137
2024-01-03mach: Drop SNARF_ARGS macroSergey Bugaev2-21/+0
2024-01-03mach: Drop some unnecessary vm_param.h includesSergey Bugaev2-2/+0
2024-01-03hurd: Declare _hurd_intr_rpc_msg* with protected visibilitySergey Bugaev1-3/+3
2024-01-03hurd: Add some missing includesSergey Bugaev3-1/+3
2024-01-03localedata: fy_DE: make this "Western Frisian" to agree with the language cod...Mike FABIAN1-29/+35
2024-01-03localedata: fy_DE, fy_NL: convert to UTF-8Mike FABIAN2-3/+3
2024-01-03localedata: ast_ES: convert to UTF-8Mike FABIAN1-9/+9
2024-01-03localedata: ast_ES: Remove wrong copyright textMike FABIAN1-3/+1
2024-01-03localedata: de_{AT,BE,CH,IT,LU}: convert to UTF-8Mike FABIAN5-24/+24
2024-01-03localedata: lv_LV, it_IT, it_CH: convert to UTF-8Mike FABIAN3-33/+33
2024-01-03localedata: it_IT, lv_LV: currency symbol should follow the amountMike FABIAN2-6/+6
2024-01-03Implement C23 <stdbit.h>Joseph Myers133-15/+7011
2024-01-03localedata: ms_MY should not use 12-hour formatMike FABIAN1-7/+8
2024-01-02localedata: es_ES: convert to UTF-8Mike FABIAN1-9/+9
2024-01-02localedata: es_ES: Add am_pm stringsMike FABIAN1-1/+1
2024-01-02aarch64: Add longjmp test for SMESzabolcs Nagy2-0/+283
2024-01-02aarch64: Add setcontext support for SMESzabolcs Nagy1-0/+19
2024-01-02aarch64: Add longjmp support for SMESzabolcs Nagy1-0/+22
2024-01-02aarch64: Add SME runtime supportSzabolcs Nagy3-3/+129
2024-01-02localedata: convert uz_UZ and uz_UZ@cyrillic to UTF-8Mike FABIAN2-56/+56
2024-01-02localedata: uz_UZ and uz_UZ@cyrillic: Fix decimal point and thousands separatorMike FABIAN2-4/+4
2024-01-02libio: Check remaining buffer size in _IO_wdo_write (bug 31183)Florian Weimer1-1/+1
2024-01-02getaddrinfo: translate ENOMEM to EAI_MEMORY (bug 31163)Andreas Schwab1-1/+8
2024-01-01string: Add additional output in test-strchr failureNoah Goldstein1-5/+12
2024-01-01Add a setjmp/longjmp test between user contextsH.J. Lu2-0/+139
2024-01-01x86/cet: Add -fcf-protection=none before -fcf-protection=branchH.J. Lu1-4/+4
2024-01-01Regenerate libc.potAndreas K. Hüttel1-159/+173
2024-01-01Omit regex.c pragmas no longer neededPaul Eggert1-4/+0
2024-01-01Update copyright dates not handled by scripts/update-copyrightsPaul Eggert21-21/+21
2024-01-01Update copyright in generated files by running "make"Paul Eggert2-2/+2
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert12589-12621/+12621
2024-01-01x86/cet: Run some CET tests with shadow stackH.J. Lu4-0/+17
2024-01-01x86/cet: Don't set CET active by defaultH.J. Lu2-2/+15