about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Remove ia64-linux-gnuAdhemerval Zanella2024-01-08567-155609/+39
* localedata: dz_BT, bo_CN: convert to UTF-8Mike FABIAN2024-01-082-136/+136
* localedata: dz_BT, bo_CN: Fix spelling of "phur bu" in both Tibetan and DzongkhaValery Ushakov2024-01-082-4/+4
* localedata: bo_CN: Fix spelling errors in Tibetan dataValery Ushakov2024-01-081-20/+23
* localedata: bo_CN: Fix incomplete edit in Tibetan yesexprValery Ushakov2024-01-081-1/+1
* localedata: dz_BT: Fix spelling errors in Dzongha dataValery Ushakov2024-01-081-23/+23
* localedata: unicode-gen: Remove redundant \s* from regexp, fix commentsMike FABIAN2024-01-082-5/+5
* localedata: convert the remaining *_RU locales to UTF-8Mike FABIAN2024-01-086-264/+264
* Incorporate translationsAndreas K. Hüttel2024-01-0738-5109/+5428
* x32: Handle displacement overflow in PLT rewrite [BZ #31218]H.J. Lu2024-01-064-2/+89
* x86: Fixup some nits in longjmp asm implementationNoah Goldstein2024-01-051-1/+1
* stdlib: Fix stdbit.h with -Wconversion for clangAdhemerval Zanella2024-01-051-11/+12
* stdlib: Fix stdbit.h with -Wconversion for older gccAdhemerval Zanella2024-01-051-8/+26
* elf: Add ELF_DYNAMIC_AFTER_RELOC to rewrite PLTH.J. Lu2024-01-0517-2/+451
* aarch64: Make cpu-features definitions not Linux-specificSergey Bugaev2024-01-042-0/+0
* hurd: Initializy _dl_pagesize early in static buildsSergey Bugaev2024-01-041-0/+4
* hurd: Only init early static TLS if it's used to store stack or pointer guardsSergey Bugaev2024-01-041-4/+11
* hurd: Make init-first.c no longer x86-specificSergey Bugaev2024-01-041-2/+2
* 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