aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-01-08localedata: convert the remaining *_RU locales to UTF-8Mike FABIAN
2024-01-07Incorporate translationsAndreas K. Hüttel
2024-01-06x32: Handle displacement overflow in PLT rewrite [BZ #31218]H.J. Lu
2024-01-05x86: Fixup some nits in longjmp asm implementationNoah Goldstein
2024-01-05stdlib: Fix stdbit.h with -Wconversion for clangAdhemerval Zanella
2024-01-05stdlib: Fix stdbit.h with -Wconversion for older gccAdhemerval Zanella
2024-01-05elf: Add ELF_DYNAMIC_AFTER_RELOC to rewrite PLTH.J. Lu
2024-01-04aarch64: Make cpu-features definitions not Linux-specificSergey Bugaev
2024-01-04hurd: Initializy _dl_pagesize early in static buildsSergey Bugaev
2024-01-04hurd: Only init early static TLS if it's used to store stack or pointer guardsSergey Bugaev
2024-01-04hurd: Make init-first.c no longer x86-specificSergey Bugaev
2024-01-04hurd: Drop x86-specific assembly from init-first.cSergey Bugaev
2024-01-04hurd: Pass the data pointer to _hurd_stack_setup explicitlySergey Bugaev
2024-01-04x86-64/cet: Check the restore token in longjmpH.J. Lu
2024-01-04localedata: ru_RU, ru_UA: convert to UTF-8Mike FABIAN
2024-01-04localedata: es_??: convert to UTF-8Mike FABIAN
2024-01-04localedata: miq_NI: convert to UTF-8Mike FABIAN
2024-01-04i386: Ignore --enable-cetH.J. Lu
2024-01-03mach: Drop SNARF_ARGS macroSergey Bugaev
2024-01-03mach: Drop some unnecessary vm_param.h includesSergey Bugaev
2024-01-03hurd: Declare _hurd_intr_rpc_msg* with protected visibilitySergey Bugaev
2024-01-03hurd: Add some missing includesSergey Bugaev
2024-01-03localedata: fy_DE: make this "Western Frisian" to agree with the language cod...Mike FABIAN
2024-01-03localedata: fy_DE, fy_NL: convert to UTF-8Mike FABIAN
2024-01-03localedata: ast_ES: convert to UTF-8Mike FABIAN
2024-01-03localedata: ast_ES: Remove wrong copyright textMike FABIAN
2024-01-03localedata: de_{AT,BE,CH,IT,LU}: convert to UTF-8Mike FABIAN
2024-01-03localedata: lv_LV, it_IT, it_CH: convert to UTF-8Mike FABIAN
2024-01-03localedata: it_IT, lv_LV: currency symbol should follow the amountMike FABIAN
2024-01-03Implement C23 <stdbit.h>Joseph Myers
2024-01-03localedata: ms_MY should not use 12-hour formatMike FABIAN
2024-01-02localedata: es_ES: convert to UTF-8Mike FABIAN
2024-01-02localedata: es_ES: Add am_pm stringsMike FABIAN
2024-01-02aarch64: Add longjmp test for SMESzabolcs Nagy
2024-01-02aarch64: Add setcontext support for SMESzabolcs Nagy
2024-01-02aarch64: Add longjmp support for SMESzabolcs Nagy
2024-01-02aarch64: Add SME runtime supportSzabolcs Nagy
2024-01-02localedata: convert uz_UZ and uz_UZ@cyrillic to UTF-8Mike FABIAN
2024-01-02localedata: uz_UZ and uz_UZ@cyrillic: Fix decimal point and thousands separatorMike FABIAN
2024-01-02libio: Check remaining buffer size in _IO_wdo_write (bug 31183)Florian Weimer
2024-01-02getaddrinfo: translate ENOMEM to EAI_MEMORY (bug 31163)Andreas Schwab
2024-01-01string: Add additional output in test-strchr failureNoah Goldstein
2024-01-01Add a setjmp/longjmp test between user contextsH.J. Lu
2024-01-01x86/cet: Add -fcf-protection=none before -fcf-protection=branchH.J. Lu
2024-01-01Regenerate libc.potAndreas K. Hüttel
2024-01-01Omit regex.c pragmas no longer neededPaul Eggert
2024-01-01Update copyright dates not handled by scripts/update-copyrightsPaul Eggert
2024-01-01Update copyright in generated files by running "make"Paul Eggert
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2024-01-01x86/cet: Run some CET tests with shadow stackH.J. Lu