unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2021-05-10 17:57:04 to 2021-05-13 09:53:43 UTC [more...]

[PATCH 0/5] Added optimized memcpy/memmove/memset for A64FX
 2021-05-13  9:53 UTC  (10+ messages)
` [PATCH v2 0/6] aarch64: "
  ` [PATCH v2 1/6] config: Added HAVE_AARCH64_SVE_ASM for aarch64
  ` [PATCH v2 2/6] aarch64: define BTI_C and BTI_J macros as NOP unless HAVE_AARCH64_BTI
  ` [PATCH v2 3/6] aarch64: Added optimized memcpy and memmove for A64FX
  ` [PATCH v2 4/6] aarch64: Added optimized memset "
  ` [PATCH v2 5/6] scripts: Added Vector Length Set test helper script
  ` [PATCH v2 6/6] benchtests: Fixed bench-memcpy-random: buf1: mprotect failed

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

Discussing blockers for glibc 2.34 release (50 days to ABI freeze)
 2021-05-13  3:34 UTC  (3+ messages)

Update floating-point feature test macro handling for C2X
 2021-05-12 23:57 UTC 

[PATCH] MAX.3, MIN.3: New page (and link page) to document MAX() and MIN()
 2021-05-12 22:51 UTC  (7+ messages)
` [PATCH v2] "
      ` [PATCH v3] MAX.3, MIN.3: New pages "

[PATCH v8 0/6] Improve Minimum Alternate Stack Size
 2021-05-12 20:55 UTC  (5+ messages)
` [PATCH v8 5/6] x86/signal: Detect and prevent an alternate signal stack overflow

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

[PATCH] support: Close fds in copy_func
 2021-05-12 19:36 UTC  (2+ messages)

[PATCH] support: Free gdb_script_name
 2021-05-12 19:27 UTC  (2+ messages)

[PATCH 0/3] Checking HWCAP bits against compiler flags
 2021-05-12 19:24 UTC  (12+ messages)
` [PATCH 1/3] elf: Add hook for checking HWCAP bits after auxiliary vector parsing
` [PATCH 2/3] powerpc64le: Check HWCAP bits against compiler build flags
` [PATCH 3/3] s390x: Check HWCAP bits against compiler flags

[PATCH] nptl: Fix tst-pthread-gdb-attach for ptrace_scope equal 1
 2021-05-12 18:59 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH 1/2] benchtests: Use JSON for bench-rawmemchr output
 2021-05-12 18:57 UTC  (3+ messages)
` [PATCH 2/2] powerpc: Add optimized rawmemchr for POWER10

[PATCH 00/23] nptl: Move almost all remaining functions into libc
 2021-05-12 16:59 UTC  (24+ messages)
` [PATCH 01/23] nptl: Move __nptl_initial_report_events into ld.so/startup code
` [PATCH 02/23] nptl: Move __nptl_create_event, __nptl_death_event into libc
` [PATCH 03/23] elf: Partially initialize ld.so after static dlopen (bug 20802)
` [PATCH 04/23] aarch64: Remove _dl_var_init
` [PATCH 05/23] arc: "
` [PATCH 06/23] ia64: "
` [PATCH 07/23] m68k: "
` [PATCH 08/23] mips: "
` [PATCH 09/23] powerpc: "
` [PATCH 10/23] elf: Remove DL_STATIC_INIT
` [PATCH 11/23] elf: Move static TLS size and alignment into _rtld_global_ro
` [PATCH 12/23] nptl: Introduce __nptl_deferred_init
` [PATCH 13/23] nptl: Eliminate the __static_tls_size, __static_tls_align_m1 variables
` [PATCH 14/23] nptl: Move pthread_getattr_default_np into libc
` [PATCH 15/23] nptl: Remove unused nptl/pthread_getcpuclockid.c implementation
` [PATCH 16/23] Linux: Move implementation of pthread_getcpuclockid to nptl directory
` [PATCH 17/23] nptl: Move pthread_getcpuclockid into libc
` [PATCH 18/23] nptl: Move pthread_getname_np "
` [PATCH 19/23] nptl: Move pthread_setaffinity_np "
` [PATCH 20/23] nptl: Move pthread_setname_np "
` [PATCH 21/23] nptl: Move pthread_setschedprio "
` [PATCH 22/23] nptl: Move pthread_sigqueue "
` [PATCH 23/23] nptl: Move semi-public __pthread_get_minstack symbol "

[PATCH] Fix stringop-overflow warning in bug-regex19.c
 2021-05-12 15:56 UTC  (2+ messages)

[PATCH] inet: Free result from getaddrinfo
 2021-05-12 13:10 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH] linux/check_native: Always close socket on return
 2021-05-12  9:41 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH] x86-64: Remove HAVE_LD_PIE_COPYRELOC
 2021-05-12  3:29 UTC  (2+ messages)

[BZ 24106] Remove all usage of @BASH@ or ${BASH} in installed files, and hardcode /bin/bash instead
 2021-05-12  2:14 UTC  (2+ messages)

[PATCH V3] Add RFC 8335 Definitions from Linux 5.13
 2021-05-11 21:33 UTC  (2+ messages)

[PATCH 0/3] nptl: Move remaining cancellation functionality into libc
 2021-05-11 18:36 UTC  (11+ 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] login: Limit strncpy to one less than buffer size
 2021-05-11 17:52 UTC  (4+ messages)

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

[RFC][PATCH v10 0/7] Implementation of RTLD_SHARED for dlmopen
 2021-05-11 17:42 UTC  (4+ messages)

[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] show_archive_content: Fix trivial memory leak
 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 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 1/4] linux: Move flockfile/_IO_flockfile into libc
 2021-05-11 12:29 UTC  (14+ messages)
` [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  (16+ messages)

[PATCH 0/8] nptl: Move pthread_detach and pthread_join into libc
 2021-05-11  9:30 UTC  (10+ messages)
` [PATCH 2/8] nptl: Move pthread_sigqueue implementation into main nptl directory
` [PATCH 5/8] nptl: Move stack cache management, __libpthread_freeres into libc
` [PATCH 6/8] nptl: Move __free_tcb "

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  (37+ messages)
` [PATCH 02/39] getdents.2: Use syscall(SYS_...); for system calls without a wrapper
` [PATCH 11/39] kcmp.2: "
` [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)


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