public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
[PATCH 2/3] Replaced obsolete AC_TRY_LINK to AC_LINK_IFELSE
 2021-02-17  1:08 UTC  (3+ messages)

[PATCH 1/3] Replaced obsolete AC_TRY_COMPILE to AC_COMPILE_IFELSE
 2021-02-17  1:05 UTC  (4+ messages)

NSS chroot protection
 2021-02-16 22:22 UTC  (2+ messages)

[RFC PATCH 00/13] Add futex2 syscalls
 2021-02-16 22:12 UTC  (25+ messages)
` [RFC PATCH 01/13] futex2: Implement wait and wake functions
` [RFC PATCH 02/13] futex2: Add support for shared futexes
` [RFC PATCH 03/13] futex2: Implement vectorized wait
` [RFC PATCH 04/13] futex2: Implement requeue operation
` [RFC PATCH 05/13] futex2: Add compatibility entry point for x86_x32 ABI
` [RFC PATCH 06/13] docs: locking: futex2: Add documentation
` [RFC PATCH 07/13] selftests: futex2: Add wake/wait test
` [RFC PATCH 08/13] selftests: futex2: Add timeout test
` [RFC PATCH 09/13] selftests: futex2: Add wouldblock test
` [RFC PATCH 10/13] selftests: futex2: Add waitv test
` [RFC PATCH 11/13] selftests: futex2: Add requeue test
` [RFC PATCH 12/13] perf bench: Add futex2 benchmark tests
` [RFC PATCH 13/13] kernel: Enable waitpid() for futex2

[PATCH v3 1/3] tst: Extend cross-test-ssh.sh to specify if target date can be altered
 2021-02-16 20:57 UTC  (10+ messages)

[PATCH v3 3/3] tst: Add test for clock_settime
 2021-02-16 20:33 UTC  (4+ messages)

[PATCH v3 2/3] support: Provide xclock_settime test helper function
 2021-02-16 20:09 UTC  (3+ messages)

[PATCH 3/3] Removed obsolete AC_CHECK_TOOL_PREFIX
 2021-02-16 16:41 UTC  (2+ messages)

[COMMITTED] S390: Add new hwcap values
 2021-02-16 16:21 UTC  (3+ messages)

[PATCH v7] tst: time: Provide Y2038 tests for mktime (tst-mktime4.c)
 2021-02-16 13:43 UTC  (3+ messages)

[PATCH v4] tst: Provide test for difftime
 2021-02-16 11:21 UTC  (3+ messages)

v5 [PATCH 6/6] nsswitch: use new internal API (callers)
 2021-02-16  8:38 UTC  (5+ messages)

[PATCH] tst-mallinfo2.c: Use correct multiple for total variable
 2021-02-16  3:44 UTC  (2+ messages)

[PATCH] Replaced obsoleted AC_HELP_STRING to AS_HELP_STRING
 2021-02-16  2:36 UTC  (11+ messages)

Use Linux 5.11 in build-many-glibcs.py
 2021-02-15 22:58 UTC 

[PATCH v4] tst: Provide test for ctime
 2021-02-15 21:01 UTC  (3+ messages)

[PATCH] stailq.3, queue.7, SIMPLEQ_*.3: Document SIMPLEQ_*() as aliases to STAILQ_*() macros
 2021-02-15 20:31 UTC  (4+ messages)
` [PATCH v2] simpleq.3, stailq.3, queue.7, SIMPLEQ_*.3: Document SIMPLEQ_*() as an alias "
` [PATCH v3] "

[PATCH v3] tst: Provide test for sched_rr_get_interval
 2021-02-15 20:15 UTC  (3+ messages)

[RFC][PATCH v8 00/20] Implementation of RTLD_SHARED for dlmopen
 2021-02-15 19:25 UTC  (27+ messages)
` [RFC][PATCH v8 01/20] Declare and describe the dlmopen RTLD_SHARED flag
` [RFC][PATCH v8 02/20] include/link.h: Update the link_map struct to allow proxies
` [RFC][PATCH v8 03/20] elf/dl-object.c: Implement a helper function to proxy link_map entries
` [RFC][PATCH v8 04/20] elf/dl-load.c, elf-dl-open.c: Implement RTLD_SHARED dlmopen proxying
` [RFC][PATCH v8 05/20] elf/dl-fini.c: Handle proxy link_map entries in the shutdown path
` [RFC][PATCH v8 06/20] elf/dl-init.c: Skip proxied link map entries in the dl init path
` [RFC][PATCH v8 07/20] elf/dl-open.c: Don't try libc linit in namespaces with no libc mapping
` [RFC][PATCH v8 08/20] elf/dl-open.c: when creating a proxy check the libc_map in NS 0
` [RFC][PATCH v8 09/20] Define a new dynamic section tag - DT_GNU_FLAGS_1
` [RFC][PATCH v8 10/20] Abstract the loaded-DSO search code into a private helper function

[PATCH v2] powerpc64: Workaround sigtramp vdso return call
 2021-02-15 17:51 UTC  (6+ messages)

[COMMITTED] aarch64: Fix sys/ptrace.h if linux headers are included
 2021-02-15 16:29 UTC 

[PATCH] Add an internal wrapper for clone, clone2 and clone3
 2021-02-15 14:44 UTC  (6+ messages)

[PATCH 00/15] Dynamic TLS related data race fixes
 2021-02-15 12:11 UTC  (19+ messages)
` [PATCH 01/15] aarch64: free tlsdesc data on dlclose [BZ #27403]
` [PATCH 02/15] elf: Fix data race in _dl_name_match_p [BZ #21349]
` [PATCH 03/15] Add test case for [BZ #19329]
` [PATCH 04/15] Add a DTV setup test [BZ #27136]
` [PATCH 05/15] elf: Fix a DTV setup issue "
` [PATCH 06/15] elf: Fix comments and logic in _dl_add_to_slotinfo
` [PATCH 07/15] elf: Refactor _dl_update_slotinfo to avoid use after free
` [PATCH 08/15] elf: Fix data races in pthread_create and TLS access [BZ #19329]
` [PATCH 09/15] elf: Use relaxed atomics for racy accesses "
` [PATCH 10/15] elf: Fix DTV gap reuse logic [BZ #27135]
` [PATCH 11/15] x86_64: Avoid lazy relocation of tlsdesc [BZ #27137]
` [PATCH 12/15] i386: "
` [PATCH 13/15] x86_64: Remove lazy tlsdesc relocation related code
` [PATCH 14/15] i386: "
` [PATCH 15/15] elf: "

Cheap acquire loads
 2021-02-15 10:54 UTC 

[PATCH] y2038: Redirect to 64 bit time functions when __USE_TIME_BITS64 is defined
 2021-02-15  9:55 UTC  (2+ messages)

[PATCH] nptl: Mention libstdc++ compatibility for pthread_once
 2021-02-15  8:29 UTC 

Cancelling Patch queue review meeting for 2021-02-15
 2021-02-15  3:00 UTC 

[RFC] execve.2: SYNOPSIS: Document both glibc wrapper and kernel sycalls
 2021-02-14 13:39 UTC 

ptrace.2: Simplify signature? s/enum \w*/int/
 2021-02-13 10:16 UTC  (2+ messages)

[PATCH] x86: Use x86/nptl/pthreaddef.h
 2021-02-12 20:58 UTC 

Add more ptrace constants for AArch64 and PowerPC
 2021-02-12 19:25 UTC  (3+ messages)

[PATCH v5 0/5] x86: Improve Minimum Alternate Stack Size
 2021-02-12 18:46 UTC  (4+ messages)
` [PATCH v5 1/5] uapi: Move the aux vector AT_MINSIGSTKSZ define to uapi

[PATCH v6 1/3] arm64: mte: make the per-task SCTLR_EL1 field usable elsewhere
 2021-02-12 18:20 UTC  (11+ messages)
` [PATCH v6 2/3] arm64: Introduce prctl(PR_PAC_{SET,GET}_ENABLED_KEYS)
    ` [PATCH v6 2/3] arm64: Introduce prctl(PR_PAC_{SET, GET}_ENABLED_KEYS)
` [PATCH v6 3/3] arm64: pac: Optimize kernel entry/exit key installation code paths

Are vDSO addresses special?
 2021-02-12 17:29 UTC  (3+ messages)

[PATCH] elf: Do not copy vDSO soname when setting up link map
 2021-02-12 17:29 UTC  (2+ messages)

[PATCH] powerpc: Remove backtrace implementation
 2021-02-12 17:25 UTC  (3+ messages)

PUSHING [PATCH] x86: Remove the extra space between "# endif"
 2021-02-12 15:52 UTC 

[RFC] <sys/tagged-address.h>: An API for tagged address
 2021-02-12 13:06 UTC  (5+ messages)

[RFC] Updating patchwork patches on commit
 2021-02-12 13:04 UTC  (16+ messages)

[PATCH v7 1/3] arm64: mte: make the per-task SCTLR_EL1 field usable elsewhere
 2021-02-12  6:15 UTC  (3+ messages)
` [PATCH v7 2/3] arm64: Introduce prctl(PR_PAC_{SET,GET}_ENABLED_KEYS)
` [PATCH v7 3/3] arm64: pac: Optimize kernel entry/exit key installation code paths

[PATCH] Build libc-start with stack protector for SHARED
 2021-02-12  2:55 UTC  (5+ messages)
` [PING][PATCH] "

(no subject)
 2021-02-11 22:31 UTC 

[PATCH 00/10] [f]stat[fs,vfs] consolidation
 2021-02-11 20:32 UTC  (27+ messages)
` [PATCH 01/10] linux: Fix STATFS_IS_STATFS64 definition
` [PATCH 02/10] linux: Set default kernel_stat.h to LFS
` [PATCH 03/10] linux: Set LFS statfs as default
` [PATCH 04/10] linux: Consolidate fstatfs implementations
` [PATCH 05/10] linux: Consolidate statfs implementations
` [PATCH 06/10] linux: Consolidate fstatvfs implementations
` [PATCH 07/10] linux: Consolidate statvfs implementations
` [PATCH 08/10] linux: Consolidate internal_statvfs
` [PATCH 09/10] linux: Remove overflow.h
` [PATCH 10/10] linux: Remove stat-check.c

[PATCH 8/8] posix: Add _Fork [BZ #4737]
 2021-02-11 17:36 UTC  (6+ messages)
` [PATCH v2] "

[PATCH 0/2] math symbols cleanup
 2021-02-11 16:03 UTC  (6+ messages)
` [PATCH 1/2] Move __isnanf128 to libc.so
    ` [PATCH v2 "
` [PATCH 2/2] Avoid adding duplicated symbols into static libraries

[RISCV] RISC-V GNU Toolchain Biweekly Sync-up: Mar 11, 2021
 2021-02-11 14:35 UTC 

LINUX_VERSION_CODE overflow (was: Re: Linux 4.9.256)
 2021-02-11 12:58 UTC  (2+ messages)

ld.so - text and .data application segments to huge pages
 2021-02-11  7:53 UTC  (3+ messages)

queue.7, stailq.3, (simpleq.3): Document SIMPLEQ as an alias of STAILQ
 2021-02-10 21:16 UTC  (4+ messages)

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