public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
[PATCH v2 00/10] Improve fortify support with clang
 2024-01-08 20:21 UTC  (9+ messages)
` [PATCH v2 01/10] cdefs.h: Add clang fortify directives
` [PATCH v2 02/10] libio: Improve fortify with clang
` [PATCH v2 03/10] string: "
` [PATCH v2 04/10] stdlib: "
` [PATCH v2 05/10] unistd: "
` [PATCH v2 06/10] socket: "
` [PATCH v2 07/10] syslog: "
` [PATCH v2 08/10] wcsmbs: "

[PATCH v6 0/6] x86/cet: Update CET kernel interface
 2024-01-08 19:50 UTC  (7+ messages)
` [PATCH v6 1/6] x86/cet: Sync with Linux kernel 6.6 shadow stack interface
` [PATCH v6 3/6] x86/cet: Enable shadow stack during startup

[PATCH v10 0/7] RISC-V: ifunced memcpy using new kernel hwprobe interface
 2024-01-08 18:56 UTC  (7+ messages)
` [PATCH v10 6/7] riscv: Add ifunc helper method to hwprobe.h
` [PATCH v10 7/7] riscv: Add and use alignment-ignorant memcpy

[PATCH 1/5] localedata: dz_BT: Fix spelling errors in Dzongha data
 2024-01-08 17:41 UTC  (5+ messages)
` [PATCH 2/5] localedata: bo_CN: Fix incomplete edit in Tibetan yesexpr
` [PATCH 3/5] localedata: bo_CN: Fix spelling errors in Tibetan data
` [PATCH 4/5] localedata: dz_BT, bo_CN: Fix spelling of "phur bu" in both Tibetan and Dzongkha
` [PATCH 5/5] localedata: dz_BT, bo_CN: convert to UTF-8

[PATCH v2] Remove ia64-linux-gnu
 2024-01-08 17:38 UTC  (2+ messages)

Monday Patch Queue Review update (2024-01-08)
 2024-01-08 14:56 UTC 

[PATCH v3 0/3] x86: Move CET infrastructure to x86_64
 2024-01-08 14:56 UTC  (7+ messages)
` [PATCH v3 1/3] "
` [PATCH v3 2/3] i386: Remove CET support
` [PATCH v3 3/3] i386: Fail if configured with --enable-cet

[PATCH] debug/getwd_chk.c: warning should be emitted for the __getwd_chk symbol
 2024-01-08 14:32 UTC  (3+ messages)

Happy New Year 2024 & Freeze for the upcoming glibc 2.39 release
 2024-01-08 12:54 UTC  (7+ messages)

[PATCH 1/2] localedata: convert the remaining *_RU locales to UTF-8
 2024-01-08  9:53 UTC  (2+ messages)
` [PATCH 2/2] localedata: unicode-gen: Remove redundant \s* from regexp, fix comments

[PATCH] LoongArch: Add support for TLS Descriptors
 2024-01-08  2:39 UTC  (4+ messages)

New Chinese (simplified) PO file for 'libc' (version 2.38.9000)
 2024-01-07 15:42 UTC 

[PATCH] localedata: add new locale tok
 2024-01-07  2:38 UTC  (2+ messages)
` [PATCH] localedata: add data for tok (Toki Pona)

[PATCH] x32: Handle displacement overflow in PLT rewrite [BZ #31218]
 2024-01-06 22:23 UTC  (2+ messages)

[PATCH v2 0/3] x86: Move CET infrastructure to x86_64
 2024-01-06 14:32 UTC  (7+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] i386: Remove CET support
` [PATCH v2 3/3] i386: Fail if configured with --enable-cet

x86: Fixup some nits in longjmp asm implementation
 2024-01-05 22:29 UTC  (14+ messages)

[PATCH 0/2] stdlib: Fix stdbit.h with -Wconversion
 2024-01-05 17:31 UTC  (4+ messages)
` [PATCH 1/2] stdlib: Fix stdbit.h with -Wconversion for older gcc
` [PATCH 2/2] stdlib: Fix stdbit.h with -Wconversion for clang

New Chinese (simplified) PO file for 'libc' (version 2.38.9000)
 2024-01-05 14:02 UTC 

[PATCH v7] elf: Add ELF_DYNAMIC_AFTER_RELOC to rewrite PLT
 2024-01-05  8:56 UTC  (2+ messages)

[PATCH v6] elf: Add ELF_DYNAMIC_AFTER_RELOC to rewrite PLT
 2024-01-05  3:14 UTC  (6+ messages)

[RFC PATCH 00/23] aarch64-gnu port
 2024-01-04 22:48 UTC  (40+ messages)
` [PATCH 01/23] hurd: Add some missing includes
` [PATCH 02/23] hurd: Declare _hurd_intr_rpc_msg* with protected visibility
` [RFC PATCH 03/23] Allow glibc to be compiled without EXEC_PAGESIZE
` [PATCH 04/23] mach: Drop some unnecessary vm_param.h includes
` [RFC PATCH 05/23] hurd: Disable Prefer_MAP_32BIT_EXEC on non-x86_64 for now
` [PATCH 06/23] mach: Drop SNARF_ARGS macro
` [RFC PATCH 07/23] hurd: Pass the data pointer to _hurd_stack_setup explicitly
` [RFC PATCH 08/23] hurd: Drop x86-specific assembly from init-first.c
` [RFC PATCH 09/23] hurd: Make init-first.c no longer x86-specific
` [RFC PATCH 10/23] hurd: Only init early static TLS if it's used to store stack or pointer guards
` [RFC PATCH 11/23] hurd: Initializy _dl_pagesize early in static builds
` [RFC PATCH 12/23] aarch64: Make cpu-features definitions not Linux-specific
` [RFC PATCH 13/23] aarch64: Add dl-procinfo
` [RFC PATCH 14/23] aarch64: Allow building without kernel support for BTI
` [RFC PATCH 15/23] mach: Add a basic AArch64 port
` [RFC PATCH 16/23] hurd: "
` [RFC PATCH 17/23] hurd: Implement TLS on AArch64
` [RFC PATCH 18/23] hurd: Implement longjmp for AArch64
` [RFC PATCH 19/23] Add FPE_FLTIDO
` [RFC PATCH 20/23] hurd: Add an AArch64 signal implementation
` [RFC PATCH 21/23] htl: Implement some support for TLS_DTV_AT_TP
` [RFC PATCH 22/23] htl: Add an AArch64 implementation
` [RFC PATCH 23/23] hurd: Add expected aarch64-gnu abistlists

[PATCH v2] x86-64/cet: Check the restore token in longjmp
 2024-01-04 21:11 UTC  (4+ messages)

[PATCH] x86: Move CET infrastructure to x86_64
 2024-01-04 20:44 UTC  (2+ messages)

[PATCH 0/2] stdlib: Fix stdbit.h with -Wconversion
 2024-01-04 20:07 UTC  (5+ messages)
` [PATCH 1/2] stdlib: Fix stdbit.h with -Wconversion for older gcc
` [PATCH 2/2] stdlib: Fix stdbit.h with -Wconversion for clang

[PATCH] x86-64/cet: Check the restore token in longjmp
 2024-01-04 19:22 UTC  (5+ messages)

[PATCHv2] Implement C23 <stdbit.h>
 2024-01-04 18:50 UTC  (7+ messages)

The best place to get your Microsoft and Adobe licenses
 2024-01-04 18:25 UTC 

[PATCH 1/3] localedata: miq_NI: convert to UTF-8
 2024-01-04 16:43 UTC  (3+ messages)
` [PATCH 2/3] localedata: es_??: "
` [PATCH 3/3] localedata: ru_RU, ru_UA: "

Invitation for Major Capital Projects Coordinator
 2024-01-04 14:47 UTC  (2+ messages)

New Chinese (simplified) PO file for 'libc' (version 2.38.9000)
 2024-01-04 14:32 UTC 

[PATCH v2] Make __getrandom_nocancel set errno and add a _nostatus version
 2024-01-04 13:41 UTC 

[PATCH] arc4random: Fix incorrect usage of TEMP_FAILURE_RETRY
 2024-01-04 12:45 UTC  (6+ messages)

[PATCH] i386: Ignore --enable-cet
 2024-01-04 11:49 UTC  (2+ messages)

New Swedish PO file for 'libc' (version 2.38.9000)
 2024-01-04 11:12 UTC 

New Bulgarian PO file for 'libc' (version 2.38.9000)
 2024-01-04  7:57 UTC 

[hurd,commited] hurd: Add some missing includes
 2024-01-03 21:01 UTC 

New Korean PO file for 'libc' (version 2.38.9000)
 2024-01-03 20:47 UTC 

New Czech PO file for 'libc' (version 2.38.9000)
 2024-01-03 20:32 UTC 

[PATCH 1/2] localedata: fy_DE, fy_NL: convert to UTF-8
 2024-01-03 20:07 UTC  (2+ messages)
` [PATCH 2/2] localedata: fy_DE: make this "Western Frisian" to agree with the language code "fy"

New Croatian PO file for 'libc' (version 2.38.9000)
 2024-01-03 20:02 UTC 

New Polish PO file for 'libc' (version 2.38.9000)
 2024-01-03 19:32 UTC 

[PATCH] Benchtests: Increase benchmark iterations
 2024-01-03 18:39 UTC  (2+ messages)

New German PO file for 'libc' (version 2.38.9000)
 2024-01-03 17:52 UTC 

[PATCH v5] elf: Add ELF_DYNAMIC_AFTER_RELOC to rewrite PLT
 2024-01-03 17:42 UTC  (2+ messages)
` [PATCH] "

[PATCH 1/2] localedata: ast_ES: Remove wrong copyright text
 2024-01-03 17:15 UTC  (2+ messages)
` [PATCH 2/2] localedata: ast_ES: convert to UTF-8

New Chinese (simplified) PO file for 'libc' (version 2.38.9000)
 2024-01-03 17:07 UTC 

[PATCH 1/3] localedata: it_IT, lv_LV: currency symbol should follow the amount
 2024-01-03 12:55 UTC  (3+ messages)
` [PATCH 2/3] localedata: lv_LV, it_IT, it_CH: convert to UTF-8
` [PATCH 3/3] localedata: de_{AT,BE,CH,IT,LU}: "

New Ukrainian PO file for 'libc' (version 2.38.9000)
 2024-01-03 12:27 UTC 

New Romanian PO file for 'libc' (version 2.38.9000)
 2024-01-03 11:52 UTC 

Implement C23 <stdbit.h>
 2024-01-03 11:18 UTC  (10+ messages)

New template for 'libc' made available
 2024-01-03 10:38 UTC 

[PATCH] localedata: ms_MY should not use 12-hour format
 2024-01-03 10:32 UTC 

autoconf 2.72 ? (Re: Happy New Year 2024 & Freeze for the upcoming glibc 2.39 release)
 2024-01-03  4:13 UTC  (4+ messages)
` [PATCH, test conversion, RFC] Convert to autoconf 2.72 (no patches)

[PATCH] rtld: Add glibc.rtld.enable_secure tunable
 2024-01-02 21:17 UTC  (5+ messages)

[PATCH v2] rtld: Add glibc.rtld.enable_secure tunable
 2024-01-02 21:16 UTC  (3+ messages)

[PATCH v3] rtld: Add glibc.rtld.enable_secure tunable
 2024-01-02 21:12 UTC 

[PATCH v3] elf: Add ELF_DYNAMIC_AFTER_RELOC to rewrite PLT
 2024-01-02 19:02 UTC  (10+ messages)

[PATCH v4] elf: Add ELF_DYNAMIC_AFTER_RELOC to rewrite PLT
 2024-01-02 18:31 UTC 

[PATCH] RISC-V: Enable static-pie
 2024-01-02 18:30 UTC  (3+ messages)
` [PATCH v3] "

[PATCH 1/2] localedata: es_ES: Add am_pm strings
 2024-01-02 17:39 UTC  (2+ messages)
` [PATCH 2/2] localedata: es_ES: convert to UTF-8

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).