unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2021-05-09 20:02:21 to 2021-05-11 17:38:29 UTC [more...]

[PATCH 0/9] Move most pthread_attr_t functions into libc
 2021-05-11 17:38 UTC  (23+ messages)
` [PATCH 1/9] nptl: Move pthread_attr_getaffinity_np "
` [PATCH 2/9] nptl: Move pthread_attr_getguardsize "
` [PATCH 3/9] nptl: Move pthread_attr_getstack "
` [PATCH 4/9] nptl: Move pthread_attr_getstackaddr "
` [PATCH 5/9] nptl: Move pthread_attr_getstacksize "
` [PATCH 6/9] nptl: Move pthread_attr_setguardsize "
` [PATCH 7/9] nptl: Move pthread_attr_setstack "
` [PATCH 8/9] nptl: Move pthread_attr_setstackaddr "
` [PATCH 9/9] nptl: Move pthread_attr_setstacksize "

[PATCH 0/3] nptl: Move remaining cancellation functionality into libc
 2021-05-11 17:37 UTC  (8+ messages)
` [PATCH 1/3] nptl: Move __pthread_register_cancel, __pthread_unregister_cancel to libc
` [PATCH 2/3] nptl: Move __pthread_register_cancel_defer, __pthread_unregister_cancel_restore "
` [PATCH 3/3] nptl: Move pthread_cancel into libc

[PATCH] nptl: Move pthread_getconcurrency, pthread_setconcurrency into libc
 2021-05-11 17:34 UTC  (2+ messages)

[PATCH] login: Limit strncpy to one less than buffer size
 2021-05-11 17:34 UTC  (3+ messages)

[PATCH] show_archive_content: Fix trivial memory leak
 2021-05-11 17:17 UTC 

[PATCH] inet: Free result from getaddrinfo
 2021-05-11 17:17 UTC 

[PATCH] charmap_conversion: Free conversion table on exit
 2021-05-11 17:16 UTC 

[PATCH] ldconfig: Fix memory leaks
 2021-05-11 17:16 UTC 

[PATCH v2 00/14] Dynamic TLS related data race fixes
 2021-05-11 16:19 UTC  (7+ messages)
` [PATCH v2 06/14] elf: Use relaxed atomics for racy accesses [BZ #19329]

[PATCH v3 1/6] nptl: Make pthread_kill async-signal-safe
 2021-05-11 15:50 UTC  (10+ messages)
` [PATCH v3 2/6] nptl: Implement raise in terms of pthread_kill

[PATCH v2] localedata: Updates for Taiwanese locales [BZ #24409]
 2021-05-11 12:41 UTC  (5+ messages)

[PATCH v2 1/4] linux: Move flockfile/_IO_flockfile into libc
 2021-05-11 12:29 UTC  (18+ messages)
` [PATCH v2 2/4] linux: Move ftrylockfile/_IO_ftrylockfile "
` [PATCH v2 3/4] linux: Move funlockfile/_IO_funlockfile "
` [PATCH v2 4/4] libio: Fix race access to _IO_FLAGS2_NEED_LOCK

[COMMITTED] write_archive_locales: Fix memory leak
 2021-05-11 12:28 UTC 

[PATCH] testrun.sh: Improve --help message
 2021-05-11 12:19 UTC  (3+ messages)

[PATCH] more out of bounds checking improvements
 2021-05-11 10:53 UTC  (19+ messages)

[PATCH 0/8] nptl: Move pthread_detach and pthread_join into libc
 2021-05-11  9:30 UTC  (20+ messages)
` [PATCH 1/8] nptl: Remove unused nptl/pthread_sigqueue.c stub implementation
` [PATCH 2/8] nptl: Move pthread_sigqueue implementation into main nptl directory
` [PATCH 3/8] nptl: Remove always-disabled debugging support
` [PATCH 4/8] nptl: Move pthread_setattr_default_np into libc
` [PATCH 5/8] nptl: Move stack cache management, __libpthread_freeres "
` [PATCH 6/8] nptl: Move __free_tcb "
` [PATCH 7/8] nptl: Move pthread_detach, thrd_detach "
` [PATCH 8/8] nptl: Move thread join functions "

Any Update on Reported Vulnerability
 2021-05-11  8:09 UTC 

GDB shared library tracking with stap probes x _dl_debug_state
 2021-05-11  8:00 UTC  (7+ messages)

[COMMITTED] get-translit.py: Fix typo
 2021-05-11  7:27 UTC 

[PATCH] tst-mallinfo2.c: Use correct multiple for total variable
 2021-05-11  5:52 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 00/39] man2: SYNOPSIS: Fix headers, use syscall(), and other fixes
 2021-05-11  5:27 UTC  (46+ messages)
` [PATCH 01/39] futex.2: Use syscall(SYS_...); for system calls without a wrapper
` [PATCH 02/39] getdents.2: "
` [PATCH 03/39] ioctl_tty.2: Fix includes
` [PATCH 04/39] ioctl_userfaultfd.2: SYNOPSIS: Add <linux/userfaultfd.h>
` [PATCH 05/39] io_destroy.2: Use syscall(SYS_...); for system calls without a wrapper
` [PATCH 06/39] io_getevents.2: "
` [PATCH 07/39] ioperm.2: Remove obvious comment
` [PATCH 08/39] ioprio_set.2: Use syscall(SYS_...); for system calls without a wrapper
` [PATCH 09/39] ipc.2: "
` [PATCH 10/39] ipc.2: Add needed include
` [PATCH 11/39] kcmp.2: Use syscall(SYS_...); for system calls without a wrapper
` [PATCH 12/39] kcmp.2: tfix
` [PATCH 13/39] kexec_load.2: Use syscall(SYS_...); for system calls without a wrapper
` [PATCH 14/39] scripts/bash_aliases: man_lsfunc(): Extract syscall name from syscall(SYS_...)
` [PATCH 15/39] keyctl.2: Use syscall(SYS_...); for system calls without a glibc wrapper
` [PATCH 16/39] link.2: ffix
` [PATCH 17/39] llseek.2: Use syscall(SYS_...); for system calls without a wrapper
` [PATCH 18/39] lookup_dcookie.2: "
` [PATCH 19/39] membarrier.2: "
` [PATCH 20/39] mincore.2: Remove unused include
` [PATCH 21/39] mknod.2: Remove unused includes
` [PATCH 22/39] mmap2.2: Use syscall(SYS_...); for system calls without a wrapper
` [PATCH 23/39] modify_ldt.2: "
` [PATCH 24/39] mq_getsetattr.2: "
` [PATCH 25/39] alloc_hugepages.2, arch_prctl.2, capget.2, clone.2, delete_module.2, exit_group.2, get_robust_list.2, getunwind.2, init_module.2: Add note about the use of syscall(2)
` [PATCH 26/39] open.2: Remove unused <sys/stat.h>
` [PATCH 27/39] openat2.2: Use syscall(SYS_...); for system calls without a wrapper; fix includes too
` [PATCH 28/39] perf_event_open.2: Use syscall(SYS_...); for system calls without a wrapper
` [PATCH 29/39] pidfd_getfd.2: "
` [PATCH 30/39] pidfd_open.2: "
` [PATCH 31/39] pidfd_send_signal.2: Use syscall(SYS_...); for system calls without a wrapper. Fix includes too
` [PATCH 32/39] pipe.2: wfix
` [PATCH 33/39] pivot_root.2: Use syscall(SYS_...); for system calls without a wrapper
` [PATCH 34/39] poll.2: Remove <signal.h>
` [PATCH 35/39] process_madvise.2: Use syscall(SYS_...); for system calls without a wrapper. Fix includes too
` [PATCH 36/39] quotactl.2: Better detail why <xfs/xqm.h> is included
` [PATCH 37/39] readdir.2: Use syscall(SYS_...); for system calls without a wrapper
` [PATCH 38/39] readlink.2: ffix
` [PATCH 39/39] reboot.2: Use syscall(SYS_...); for system calls without a wrapper

[COMMITTED] _dl_exception_create_format: Add missing va_end
 2021-05-11  4:45 UTC 

[PATCH v4 0/2] Add an internal wrapper for clone, clone2 and clone3
 2021-05-11  1:43 UTC  (3+ messages)
` [PATCH v4 1/2] "
` [PATCH v4 2/2] nptl: Always pass stack size to create_thread

[PATCH v2 1/3] Replaced obsolete AC_TRY_COMPILE to AC_COMPILE_IFELSE
 2021-05-11  1:34 UTC  (5+ messages)
` [PATCH v3] configure: Replaced obsolete AC_TRY_COMPILE
  ` [PATCH v4] "

[PATCH v2] elf: Implement filtering of symbols historically defined in libpthread
 2021-05-11  0:04 UTC  (7+ messages)

[PATCH] Add an internal wrapper for clone, clone2 and clone3
 2021-05-10 23:56 UTC  (9+ messages)
    ` [PATCH v2] "
          ` [PATCH v3] "

Add PTRACE_SYSEMU and PT_SYSEMU_SINGLESTEP from Linux 5.12 for s390
 2021-05-10 20:03 UTC  (2+ messages)

The value of "Reviewed-by:", give and ask for it
 2021-05-10 17:32 UTC  (2+ messages)

Weekly patch queue review meeting URL has changed
 2021-05-10 16:12 UTC 

[PATCH] elf/cache.c: Fix resource leaks identified by static analyzers
 2021-05-10 15:58 UTC 

[PATCH] Replaced obsoleted AC_HELP_STRING to AS_HELP_STRING
 2021-05-10 14:16 UTC  (7+ messages)

[PATCH] add workload traces for cbrtl
 2021-05-10 13:42 UTC  (2+ messages)

[PATCH COMMITTED] Hurd: Add missing hidden proto definition for __ttyname_r
 2021-05-10  8:30 UTC 

[PATCH 00/13] Linux: Move most stack management out of libpthread
 2021-05-10  5:54 UTC  (30+ messages)
` [PATCH 01/13] scripts/versions.awk: Add strings and hashes to <first-versions.h>
` [PATCH v2 02/13] elf, nptl: Resolve recursive lock implementation early
` [PATCH 03/13] nptl: Export __libc_multiple_threads from libc as an internal symbol
` [PATCH 04/13] Linux: Explicitly disable cancellation checking in the dynamic loader
` [PATCH 05/13] Linux: Simplify and fix the definition of SINGLE_THREAD_P
` [PATCH 06/13] nptl: Eliminate __pthread_multiple_threads
` [PATCH 07/13] elf: Introduce __tls_pre_init_tp
` [PATCH 08/13] nptl: Move more stack management variables into _rtld_global
` [PATCH 09/13] nptl: Simplify the change_stack_perm calling convention
` [PATCH 10/13] nptl: Move changing of stack permissions into ld.so
` [PATCH 11/13] nptl: Simplify resetting the in-flight stack in __reclaim_stacks
` [PATCH 12/13] nptl: Move __default_pthread_attr, __default_pthread_attr_lock into libc
` [PATCH 13/13] Linux: Move __reclaim_stacks into the fork implementation in libc

[PATCH 0/5] Added optimized memcpy/memmove/memset for A64FX
 2021-05-10  1:45 UTC  (2+ messages)

[PATCH] stdio: fix vfscanf with matches longer than INT_MAX (bug 27650)
 2021-05-09 21:56 UTC  (3+ messages)
` [PATCH 2/2] stdio: add test for scanf "

[PATCH 1/3] alloc_hugepages.2, arch_prctl.2, capget.2, clone.2, delete_module.2, execveat.2, exit_group.2, get_robust_list.2, getunwind.2, init_module.2: Add note about the use of syscall(2)
 2021-05-09 20:09 UTC  (4+ messages)
` [PATCH 3/3] open.2: Remove unused <sys/stat.h>


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