[PATCH 2/2] aarch64: Optimized memcpy and memmove for Kunpeng processor
2019-11-19 13:34 UTC
[PATCH v3] aarch64: Optimized memcpy and memmove for Kunpeng processor
2019-11-19 13:33 UTC
[PATCH] rtld: Check __libc_enable_secure before honoring LD_PREFER_MAP_32BIT_EXEC
2019-11-19 12:50 UTC (2+ messages)
Optimizing hash table lookup in symbol binding
2019-11-19 11:56 UTC (3+ messages)
[PATCH 0/5] y2038: linux: timer_[sg]ettime conversion to 64 bit time
2019-11-18 22:01 UTC (2+ messages)
[PATCH v2 1/2] sysdeps: Add clock_gettime64 vDSO
2019-11-18 21:47 UTC (2+ messages)
Optimizing hash table lookup in symbol binding
2019-11-18 17:34 UTC (3+ messages)
[review] Lazy binding failures during dlopen/dlclose must be fatal [BZ #24304]
2019-11-18 17:01 UTC (5+ messages)
` [review v2] "
` [review v3] "
[RFC] PPC64: Vector Function ABI for Power Architecture
2019-11-18 16:33 UTC
Reminder that we do not yet have copyright assignments for Huawei
2019-11-18 15:32 UTC
Investment opportunity
2019-11-18 1:46 UTC
New Catalan PO file for 'libc' (version 2.29.9000)
2019-11-17 21:27 UTC
[PATCH v17 00/13] open: introduce openat2(2) syscall
2019-11-17 1:23 UTC (13+ messages)
` [PATCH v17 01/13] namei: only return -ECHILD from follow_dotdot_rcu()
` [PATCH v17 03/13] namei: allow nd_jump_link() to produce errors
` [PATCH v17 04/13] namei: allow set_root() "
` [PATCH v17 02/13] nsfs: clean-up ns_get_path() signature to return int
` [PATCH v17 06/13] namei: LOOKUP_NO_MAGICLINKS: block magic-link resolution
` [PATCH v17 05/13] namei: LOOKUP_NO_SYMLINKS: block symlink resolution
` [PATCH v17 08/13] namei: LOOKUP_BENEATH: O_BENEATH-like scoped resolution
` [PATCH v17 07/13] namei: LOOKUP_NO_XDEV: block mountpoint crossing
` [PATCH v17 09/13] namei: LOOKUP_IN_ROOT: chroot-like scoped resolution
` [PATCH v17 10/13] namei: LOOKUP_{IN_ROOT,BENEATH}: permit limited ".." resolution
` [PATCH v17 12/13] selftests: add openat2(2) selftests
` [PATCH v17 11/13] open: introduce openat2(2) syscall
[review] Enhance _dl_catch_exception to allow disabling exception handling
2019-11-16 15:30 UTC (4+ messages)
` [review v2] "
` [review v3] "
` [pushed] "
[review] hurd: Fix GCC 10 -Warray-bounds warning in init-first.c
2019-11-16 14:50 UTC (8+ messages)
` [review v2] "
` [review v3] "
` [review v4] hurd: Suppress "
` [review v5] hurd: Suppress GCC 10 -Warray-bounds warning in init-first.c [BZ #25097]
` [pushed] "
For the practical sake of the gerrit experiment --- Don't change the commit message
2019-11-16 14:42 UTC (2+ messages)
[PATCH v16 00/12] open: introduce openat2(2) syscall
2019-11-16 0:33 UTC (13+ messages)
` [PATCH v16 01/12] nsfs: clean-up ns_get_path() signature to return int
` [PATCH v16 02/12] namei: allow nd_jump_link() to produce errors
` [PATCH v16 03/12] namei: allow set_root() "
` [PATCH v16 04/12] namei: LOOKUP_NO_SYMLINKS: block symlink resolution
` [PATCH v16 05/12] namei: LOOKUP_NO_MAGICLINKS: block magic-link resolution
` [PATCH v16 08/12] namei: LOOKUP_IN_ROOT: chroot-like scoped resolution
` [PATCH v16 07/12] namei: LOOKUP_BENEATH: O_BENEATH-like "
` [PATCH v16 06/12] namei: LOOKUP_NO_XDEV: block mountpoint crossing
` [PATCH v16 09/12] namei: LOOKUP_{IN_ROOT,BENEATH}: permit limited ".." resolution
` [PATCH v16 10/12] open: introduce openat2(2) syscall
` [PATCH v16 12/12] Documentation: path-lookup: include new LOOKUP flags
` [PATCH v16 11/12] selftests: add openat2(2) selftests
[review] Avoid late failure in dlopen in global scope update [BZ #25112]
2019-11-15 22:20 UTC (3+ messages)
` [review v2] "
` [review v3] "
[PATCH 1/7] Remove __waitpid_nocancel
2019-11-15 18:27 UTC (9+ messages)
` [PATCH 7/7] Consolidate wait3 implementations
` [PATCH 2/7] nptl: Move wait implementation to libc
` [PATCH 6/7] Implement waitpid in terms of wait4
` [PATCH 3/7] nptl: Move waitpid implementation to libc
` [PATCH 4/7] Implement wait in terms of waitpid
` [PATCH 5/7] linux: Use waitid on wait4 if __NR_wait4 is not defined
[PATCH v2 0/3] elf: Allow dlopen of filter object to work [BZ #16272]
2019-11-15 17:31 UTC (3+ messages)
[2.31] 6 weeks to go
2019-11-15 16:53 UTC (2+ messages)
[review] Block signals during the initial part of dlopen
2019-11-15 16:08 UTC (4+ messages)
` [review v2] "
` [review v3] "
[review] Remove all loaded objects if dlopen fails, ignoring NODELETE [BZ #20839]
2019-11-15 16:02 UTC (4+ messages)
` [review v2] "
` [review v3] "
[PATCH 1/2] misc: Set generic pselect as ENOSYS
2019-11-15 14:39 UTC (11+ messages)
` [PATCH 2/2] linux: Remove __ASSUME_PSELECT
` [PATCH v2] misc: Set generic pselect as ENOSYS
[review] Properly initialize audit cookie for the dynamic loader [BZ #25157]
2019-11-15 12:30 UTC (3+ messages)
` [review v2] "
` [pushed] "
[review] Avoid zero-length array at the end of struct link_map [BZ #25097]
2019-11-15 12:30 UTC (3+ messages)
` [pushed] "
[review] Introduce link_map_audit_state accessor function
2019-11-15 12:30 UTC (3+ messages)
` [pushed] "
[review] linux: Add comment on affinity set sizes to tst-skeleton-affinity.c
2019-11-15 12:30 UTC (3+ messages)
` [review v2] "
` [pushed] "
[review] dlsym: Do not determine caller link map if not needed
2019-11-15 12:14 UTC (2+ messages)
Investment opportunity
2019-11-15 11:49 UTC
[PATCH v2 00/30] Add IEEE long double <-> string functions for powerpc64le
2019-11-14 23:12 UTC (17+ messages)
` [PATCH v2 15/30] ldbl-128ibm-compat: Add syslog functions
` [PATCH v2 10/30] ldbl-128ibm-compat: Add err.h functions
` [PATCH v2 07/30] ldbl-128ibm-compat: Add regular character scanning functions
` [PATCH v2 23/30] Refactor *cvt functions implementation (5/5)
` [PATCH v2 16/30] ldbl-128ibm-compat: Add strfmon_l with IEEE long double format
` [PATCH v2 18/30] ldbl-128ibm-compat: Add tests for strfroml, strtold, and wcstold
` [PATCH v2 17/30] ldbl-128ibm-compat: Add tests for strfmon and strfmon_l
[PATCH] RFC: y2038: linux: Adjust __poll function implementation to use __ppoll64
2019-11-14 21:03 UTC (2+ messages)
[review] nptl: Add mutex-internal.h
2019-11-14 20:44 UTC (4+ messages)
` [review v2] nptl: Add struct_mutex.h
[review] nptl: Add default pthreadtypes-arch.h
2019-11-14 14:37 UTC (2+ messages)
` [review v2] "
[review] nptl: Add rwlock-internal.h
2019-11-14 14:37 UTC (2+ messages)
` [review v2] nptl: Add struct_rwlock.h
[review] nptl: Add tests for internal pthread_rwlock_t offsets
2019-11-14 14:35 UTC (2+ messages)
` [review v2] "
[review] nptl: Cleanup mutex internal offset tests
2019-11-14 14:35 UTC (2+ messages)
[PATCH v15 0/9] open: introduce openat2(2) syscall
2019-11-14 13:33 UTC (18+ messages)
` [PATCH v15 3/9] namei: LOOKUP_NO_XDEV: block mountpoint crossing
` [PATCH v15 4/9] namei: LOOKUP_BENEATH: O_BENEATH-like scoped resolution
` [PATCH v15 6/9] namei: LOOKUP_{IN_ROOT,BENEATH}: permit limited ".." resolution
` [PATCH v15 5/9] namei: LOOKUP_IN_ROOT: chroot-like scoped resolution
` [PATCH v15 7/9] open: introduce openat2(2) syscall
[PATCHv3] locale/C-translit.h.in: Greek -> ASCII transliteration table [BZ #12031]
2019-11-14 13:14 UTC
[PATCHv2] locale/C-translit.h.in: Greek -> ASCII transliteration table [BZ #12031]
2019-11-14 12:40 UTC (2+ messages)
[PATCH] locale/C-translit.h.in: Greek -> ASCII transliteration table [BZ #12031]
2019-11-14 12:33 UTC (5+ messages)
[review] nios2: Work around backend bug triggered by csu/libc-tls.c (GCC PR 92
2019-11-14 11:50 UTC (3+ messages)
` [pushed] "
[review] nptl: Add default pthread-offsets.h
2019-11-14 11:31 UTC (2+ messages)
` [review v2] "
[PATCH 11/23] y2038: rusage: use __kernel_old_timeval
2019-11-14 10:24 UTC
[PATCH 1/2][RFC] #17645, fix slow DSO sorting behavior in dynamic loader
2019-11-14 9:58 UTC (5+ messages)
` Ping "
` Ping x2 "
How to keep Reviewed-by lines in git commits with gerrit
2019-11-13 23:31 UTC (35+ messages)
[PATCH v2] sysdeps/wait: Use the waitid syscall if required
2019-11-13 21:00 UTC (2+ messages)
[PATCH] Remove 32 bit sparc v8 support
2019-11-13 20:35 UTC (8+ messages)
` [PATCH v2] "
` [PATCH 1/2] Remove 32 bit sparc v7 support
` [PATCH 2/2] sparc: Use atomic compiler builtins on sparc
[review] Redefine _IO_iconv_t to store a single gconv step pointer [BZ #25097]
2019-11-13 17:20 UTC (3+ messages)
` [review v2] "
` [pushed] "
[glibc(refs/for/master%wip)] nios2: Work around backend bug triggered by csu/libc-tls.c (GCC PR 92499)
2019-11-13 16:40 UTC
[review] slotinfo in struct dtv_slotinfo_list should be flexible array [BZ #25
2019-11-13 16:25 UTC (19+ messages)
` [review v3] "
[PATCH] Add new script for plotting string benchmark JSON output
2019-11-13 14:20 UTC (3+ messages)
[review] support: Fix support_set_small_thread_stack_size to build on Hurd
2019-11-13 13:20 UTC (5+ messages)
` [review v2] "
` [pushed] "
[PATCH] fix null pointer in mtrace
2019-11-13 12:59 UTC (2+ messages)
[review] Introduce DL_LOOKUP_FOR_RELOCATE flag for _dl_lookup_symbol_x
2019-11-13 12:57 UTC (2+ messages)
` [review v2] "
[review] Avoid late dlopen failure due to scope, TLS slotinfo updates [BZ #25112]
2019-11-13 12:57 UTC (2+ messages)
` [review v2] "
[review] Move _dl_open_check to its original place in dl_open_worker
2019-11-13 12:57 UTC (2+ messages)
` [review v2] "
[PATCH] Always do locking when accessing streams (bug 15142)
2019-11-13 11:21 UTC
[PATCH] fix null pointer in mtrace
2019-11-13 1:28 UTC (4+ messages)
Setup non-pushing gerrit instance for glibc
2019-11-12 21:13 UTC (5+ messages)
page: next (older) | prev (newer) | 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).