unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2021-05-06 15:08:05 to 2021-05-10 17:57:56 UTC [more...]

[PATCH 00/39] man2: SYNOPSIS: Fix headers, use syscall(), and other fixes
 2021-05-10 17:55 UTC  (24+ 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] more out of bounds checking improvements
 2021-05-10 17:49 UTC  (18+ messages)

[PATCH v2 1/4] linux: Move flockfile/_IO_flockfile into libc
 2021-05-10 17:46 UTC  (8+ 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

[PATCH v2 1/3] Replaced obsolete AC_TRY_COMPILE to AC_COMPILE_IFELSE
 2021-05-10 17:40 UTC  (3+ messages)
` [PATCH v3] configure: Replaced obsolete AC_TRY_COMPILE

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

[PATCH 0/8] nptl: Move pthread_detach and pthread_join into libc
 2021-05-10 16:58 UTC  (17+ 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 "

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

[PATCH 0/9] Move most pthread_attr_t functions into libc
 2021-05-10 16:09 UTC  (10+ 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] 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)

GDB shared library tracking with stap probes x _dl_debug_state
 2021-05-10 14:16 UTC  (6+ messages)

[PATCH v2] elf: Implement filtering of symbols historically defined in libpthread
 2021-05-10 14:08 UTC  (6+ messages)

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

[PATCH] testrun.sh: Improve --help message
 2021-05-10 13:39 UTC  (2+ messages)

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

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

[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 v2] localedata: Updates for Taiwanese locales [BZ #24409]
 2021-05-10  3:07 UTC  (3+ messages)

[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  (5+ 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  (7+ messages)
` [PATCH 2/3] Various pages: Remove unused <sys/ipc.h> (and <sys/types.h>)
` [PATCH 3/3] open.2: Remove unused <sys/stat.h>

[PATCH] open_by_handle_at.2: Remove unused <sys/stat.h>
 2021-05-09 18:10 UTC  (2+ messages)

Bug reporting
 2021-05-09 17:58 UTC  (4+ messages)

[PATCH v1] x86: Add EVEX optimized memchr family not safe for RTM
 2021-05-08 12:58 UTC  (13+ messages)
` [PATCH v2] "
` [PATCH v3] "
` [PATCH v4] "

Candidate Linux ABI for Intel AMX and hypothetical new related features
 2021-05-08  9:45 UTC  (18+ messages)

[PATCH] x86: Fix an unknown vector operation in memchr-evex.S
 2021-05-08  3:17 UTC  (6+ messages)

[PATCH] powerpc64le: Fix ifunc selection for memset, memmove, bzero and bcopy
 2021-05-07 20:04 UTC  (2+ messages)

[PATCH 1/3] misc: use _fitoa_word to implement __fd_to_filename
 2021-05-07 19:20 UTC  (6+ messages)
` [PATCH 3/3] linux: implement ttyname as a wrapper around ttyname_r

[PATCH] malloc: Make tunable callback functions static
 2021-05-07 17:25 UTC  (2+ messages)

Programming model for tagged addresses
 2021-05-07 14:24 UTC  (4+ messages)

[PATCH 1/4] Remove architecture specific sched_cpucount optimizations
 2021-05-07 12:43 UTC  (21+ messages)
` [PATCH 3/4] linux: Use /sys/devices/system/cpu/possible on __get_nprocs_conf

[PATCH 0/5] Added optimized memcpy/memmove/memset for A64FX
 2021-05-07 12:31 UTC  (12+ messages)

[PATCH] Run $(objpfx)iconvconfig as an installed program
 2021-05-07 11:39 UTC  (7+ messages)
` PING^1 "
  ` PING^2 "
  ` [PATCH v2] Run $(objpfx)iconvconfig with $(run-program-prefix) [BZ #27477]

benchtest question
 2021-05-07  9:27 UTC 

[PATCH 1/3] linux: Move flockfile/_IO_flockfile into libc
 2021-05-07  6:37 UTC  (6+ messages)
` [PATCH 2/3] linux: Move ftrylockfile/_IO_ftrylockfile "
` [PATCH 3/3] linux: Move funlockfile/_IO_funlockfile "

[PING][PATCH v2] localedata: Updates for Taiwanese locales [BZ #24409]
 2021-05-07  1:28 UTC 

[PATCH] add support for -Wmismatched-dealloc
 2021-05-06 23:54 UTC  (15+ messages)

[PATCH v2] powerpc: Optimized memmove for POWER10
 2021-05-06 19:51 UTC  (10+ messages)


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