unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2019-11-12 18:47:46 to 2019-11-17 01:22:37 UTC [more...]

[PATCH v17 00/13] open: introduce openat2(2) syscall
 2019-11-17  1:17 UTC  (11+ messages)
` [PATCH v17 01/13] namei: only return -ECHILD from follow_dotdot_rcu()
` [PATCH v17 02/13] nsfs: clean-up ns_get_path() signature to return int
` [PATCH v17 03/13] namei: allow nd_jump_link() to produce errors
` [PATCH v17 04/13] namei: allow set_root() "
` [PATCH v17 05/13] namei: LOOKUP_NO_SYMLINKS: block symlink resolution
` [PATCH v17 06/13] namei: LOOKUP_NO_MAGICLINKS: block magic-link resolution
` [PATCH v17 07/13] namei: LOOKUP_NO_XDEV: block mountpoint crossing
` [PATCH v17 08/13] namei: LOOKUP_BENEATH: O_BENEATH-like scoped resolution
` [PATCH v17 09/13] namei: LOOKUP_IN_ROOT: chroot-like "
` [PATCH v17 10/13] namei: LOOKUP_{IN_ROOT,BENEATH}: permit limited ".." resolution

[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:28 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 06/12] namei: LOOKUP_NO_XDEV: block mountpoint crossing
` [PATCH v16 07/12] namei: LOOKUP_BENEATH: O_BENEATH-like scoped resolution
` [PATCH v16 08/12] namei: LOOKUP_IN_ROOT: chroot-like "
` [PATCH v16 09/12] namei: LOOKUP_{IN_ROOT,BENEATH}: permit limited ".." resolution
` [PATCH v16 10/12] open: introduce openat2(2) syscall
` [PATCH v16 11/12] selftests: add openat2(2) selftests
` [PATCH v16 12/12] Documentation: path-lookup: include new LOOKUP flags

[review] Avoid late failure in dlopen in global scope update [BZ #25112]
 2019-11-15 22:19 UTC  (3+ messages)
` [review v2] "
` [review v3] "

[PATCH 1/7] Remove __waitpid_nocancel
 2019-11-15 18:27 UTC  (9+ messages)
` [PATCH 2/7] nptl: Move wait implementation to libc
` [PATCH 3/7] nptl: Move waitpid "
` [PATCH 4/7] Implement wait in terms of waitpid
` [PATCH 5/7] linux: Use waitid on wait4 if __NR_wait4 is not defined
` [PATCH 6/7] Implement waitpid in terms of wait4
` [PATCH 7/7] Consolidate wait3 implementations

[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] "

[review] Lazy binding failures during dlopen/dlclose must be fatal [BZ #24304]
 2019-11-15 16:02 UTC  (3+ 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] 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] Properly initialize audit cookie for the dynamic loader [BZ #25157]
 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)

[PATCH v2 00/30] Add IEEE long double <-> string functions for powerpc64le
 2019-11-14 23:12 UTC  (17+ messages)
` [PATCH v2 07/30] ldbl-128ibm-compat: Add regular character scanning functions
` [PATCH v2 10/30] ldbl-128ibm-compat: Add err.h functions
` [PATCH v2 15/30] ldbl-128ibm-compat: Add syslog functions
` [PATCH v2 16/30] ldbl-128ibm-compat: Add strfmon_l with IEEE long double format
` [PATCH v2 17/30] ldbl-128ibm-compat: Add tests for strfmon and strfmon_l
` [PATCH v2 18/30] ldbl-128ibm-compat: Add tests for strfroml, strtold, and wcstold
` [PATCH v2 23/30] Refactor *cvt functions implementation (5/5)

[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:34 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 5/9] namei: LOOKUP_IN_ROOT: chroot-like "
` [PATCH v15 6/9] namei: LOOKUP_{IN_ROOT,BENEATH}: permit limited ".." 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:32 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:23 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:34 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] Avoid late dlopen failure due to scope, TLS slotinfo updates [BZ #25112]
 2019-11-13 12:57 UTC  (2+ messages)
` [review v2] "

[review] Introduce DL_LOOKUP_FOR_RELOCATE flag for _dl_lookup_symbol_x
 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  (7+ messages)

[review] login: Use pread64 in utmp implementation
 2019-11-12 19:20 UTC  (3+ messages)
` [pushed] "

[review] Clarify purpose of assert in _dl_lookup_symbol_x
 2019-11-12 19:20 UTC  (2+ messages)
` [pushed] "

[review] support: Include <limits.h> in support_small_stack_thread_attribute.c
 2019-11-12 19:05 UTC  (4+ messages)
` [review v2] "
` [review v3] support: Include <limits.h> in support_set_small_thread_stack_size.c


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).