public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
[PATCH 0/2] math symbols cleanup
 2021-02-11 10:19 UTC 

Are vDSO addresses special?
 2021-02-11  9:58 UTC 

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

[PATCH 00/10] [f]stat[fs,vfs] consolidation
 2021-02-11  0:38 UTC  (22+ 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 v7] tst: time: Provide Y2038 tests for mktime (tst-mktime4.c)
 2021-02-10 22:35 UTC 

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

[RFC][PATCH v8 00/20] Implementation of RTLD_SHARED for dlmopen
 2021-02-10 18:32 UTC  (24+ 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
` [RFC][PATCH v8 11/20] Compare loaded DSOs by file ID and check for DF_GNU_1_UNIQUE
` [RFC][PATCH v8 12/20] Use the new DSO finder helper function since we have it
` [RFC][PATCH v8 13/20] Use the DSO search helper to check for preloaded DT_GNU_UNIQUE DSOs
` [RFC][PATCH v8 14/20] When loading DSOs into alternate namespaces check for DT_GNU_UNIQUE
` [RFC][PATCH v8 15/20] Suppress audit calls when a (new) namespace is empty
` [RFC][PATCH v8 16/20] Suppress inter-namespace DSO sharing for audit libraries
` [RFC][PATCH v8 17/20] dlsym, dlvsym should be able to look up symbols via DSO proxies
` [RFC][PATCH v8 18/20] Add DT_GNU_FLAGS_1/DF_GNU_1_UNIQUE dynamic section+flag to glibc DSOs
` [RFC][PATCH v8 19/20] Add dlmopen / RTLD_SHARED tests
` [RFC][PATCH v8 20/20] Restore separate libc loading for the TLS/namespace storage test

[PATCH v2] tunables: Disallow negative values for some tunables
 2021-02-10 13:04 UTC  (2+ messages)

[PATCH v2] tunables: Simplify TUNABLE_SET interface
 2021-02-10 13:03 UTC  (2+ messages)

[PATCH] tunables: Disallow negative values for some tunables
 2021-02-10 12:57 UTC  (2+ messages)

[PATCH v6] tst: time: Provide Y2038 tests for mktime (tst-mktime4.c)
 2021-02-10 12:51 UTC  (2+ messages)

[PATCH v3] tst: Provide test for sched_rr_get_interval
 2021-02-10 12:42 UTC 

[PATCH v2] setrlimit/getrlimit: Use __nonnull to avoid null pointer
 2021-02-10 11:48 UTC  (3+ messages)

[PATCH v3 1/3] tst: Extend cross-test-ssh.sh to specify if target date can be altered
 2021-02-10 10:37 UTC  (3+ messages)
` [PATCH v3 2/3] support: Provide xclock_settime test helper function
` [PATCH v3 3/3] tst: Add test for clock_settime

[PATCH v2 1/3] tst: Extend cross-test-ssh.sh to specify if target date can be altered
 2021-02-10  9:09 UTC  (5+ messages)
` [PATCH v2 2/3] support: Provide xclock_settime test helper function
` [PATCH v2 3/3] tst: Add test for clock_settime

[PATCH 1/5] misc: Sync cdefs.h with gnulib
 2021-02-09 19:12 UTC  (12+ messages)
` [PATCH 2/5] malloc: Sync dynarray "
` [PATCH v2 3/5] regex: remove alloca usage on regex set_regs
` [PATCH v2 4/5] regexec: remove alloca usage in build_trtable
` [PATCH v2 5/5] regex: stop using alloca

[PATCH 1/3] linux: Require /dev/shm as the shared memory file system [BZ #25383]
 2021-02-09 19:03 UTC  (10+ messages)
` [PATCH 2/3] pthread: Refactor semaphore code
` [PATCH 3/3] pthread: Remove alloca usage from __sem_check_add_mapping
  ` [COMMITTED] linux: Fix __sem_check_add_mapping search_sem
` [COMMITTED] linux: Fix __sem_check_add_mapping name length

[PATCH] mlock.2: mlock2(): Fix prototype parameter types
 2021-02-09 19:00 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 1/4] Add a routine for accurate reduction mod (2pi), for j0f/j1f/y0f/y1f
 2021-02-09 18:27 UTC  (4+ messages)

[PATCH 1/4] Add a routine for accurate reduction mod (2pi), for j0f/j1f/y0f/y1f
 2021-02-09  5:28 UTC  (4+ messages)
` [PATCH 2/4] Fix the inaccuracy of j0f and of y0f [BZ #14469 and #14471]
` [PATCH 3/4] Fix the inaccuracy of j1f and y1f [BZ #14470 and #14472]
` [PATCH 4/4] Added new entries for j0/j1/y0/y1 and regenerate ulps

[PATCH v5 4/5] x86/signal: Detect and prevent an alternate signal stack overflow
 2021-02-09  3:11 UTC  (3+ messages)
` [x86/signal] dc8df6e85d: kernel-selftests.sigaltstack.sas.fail

[PATCH] benchtests: Updated json bench-variant attribute
 2021-02-09  0:33 UTC  (3+ messages)

[PATCH] x86: Require full ISA support for x86-64 level marker [BZ #27318]
 2021-02-09  0:29 UTC  (11+ messages)
` [PATCH v2] "
                ` [PATCH v3] x86: Disable "

Add more ptrace constants for AArch64 and PowerPC
 2021-02-08 22:42 UTC  (2+ messages)

[PATCH v4 1/2] x86: Refactor and improve performance of strchr-avx2.S
 2021-02-08 20:57 UTC  (9+ messages)
` [PATCH v4 2/2] x86: Add additional benchmarks and tests for strchr

[PATCH v2 0/4] x86: Improve Minimum Alternate Stack Size
 2021-02-08 20:29 UTC  (6+ messages)
` [PATCH v2 3/4] x86/signal: Prevent an alternate stack overflow before a signal delivery

[PATCH] Build libc-start with stack protector for SHARED
 2021-02-08 19:06 UTC  (6+ messages)

[PATCH] arm64: bti: Set PROT_BTI on all BTI executables mapped by the kernel
 2021-02-08 18:49 UTC  (11+ messages)

[PATCH v3] tst: Provide test for ppoll
 2021-02-08 16:38 UTC  (5+ messages)

Reminder: Weekly patch queue review meeting
 2021-02-08 15:18 UTC 

[PATCH v2] tst: Provide test for sched_rr_get_interval
 2021-02-08 15:06 UTC  (4+ messages)

[PATCH v2] Unconditionally define __stack_chk_guard [BZ #26817]
 2021-02-08 14:49 UTC  (2+ messages)

[PATCH v3] tst: Provide Y2038 tests for mktime (tst-mktime4.c)
 2021-02-08 14:46 UTC  (5+ messages)

[PATCH v5] tst: time: Provide Y2038 tests for mktime (tst-mktime4.c)
 2021-02-08 14:07 UTC  (2+ messages)

[PATCH v2] tst: Provide test for sched_rr_get_interval
 2021-02-08 10:57 UTC 

What should mprobe return when it is passed a pointer to a freed block of memory?
 2021-02-07 22:27 UTC  (2+ messages)

[PATCH] x86: Add PTWRITE feature detection [BZ #27346]
 2021-02-07 15:42 UTC  (4+ messages)
  ` [PATCH v2] "

Proposal for a new Bugzilla category: linux
 2021-02-07 15:15 UTC  (3+ messages)

[RFC 9/9] x86/mm: Implement PR_SET/GET_TAGGED_ADDR_CTRL with LAM
 2021-02-07 14:11 UTC  (4+ messages)

[PATCH 0/5] iconv: module for MODIFIED-UTF-7
 2021-02-07 12:34 UTC  (14+ messages)
` [PATCH v3 0/5] iconv: module for IMAP-UTF-7
  ` [PATCH v3 1/5] Copy utf-7 module to modified-utf-7
  ` [PATCH v3 2/5] Update gconv-modules file
  ` [PATCH v3 4/5] Make terminating base64 sequences mandatory
  ` [PATCH v3 5/5] Add test case for IMAP-UTF-7

[PATCH] sunrpc: Fix typo in xdr_string comment
 2021-02-07 10:32 UTC  (3+ messages)

[PATCH] bdflush.2, capget.2, get_mempolicy.2, ipc.2, lookup_dcookie.2, mbind.2, migrate_pages.2: Add notes about missing glibc wrappers
 2021-02-06 20:49 UTC  (2+ messages)

[PATCH] getsockname.2: Use restrict in prototypes
 2021-02-06 20:40 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] epoll_wait.2: Glibc doesn't provide epoll_pwait2() yet
 2021-02-06 20:39 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH] gettimeofday.2: Use restrict in prototypes
 2021-02-06 20:39 UTC  (2+ messages)

[PATCH] getitimer.2: Use restrict in prototypes
 2021-02-06 20:38 UTC  (4+ messages)

Unable to override OBJCOPY during configure
 2021-02-06  0:39 UTC  (3+ messages)

[PATCH] nsswitch: actually return the result when nss database is being locked
 2021-02-05 18:45 UTC  (2+ messages)

[PATCH] tst: Provide test for sched_rr_get_interval
 2021-02-05 11:58 UTC  (3+ messages)

[PATCH v4] tst: Provide test for difftime
 2021-02-05 11:52 UTC 

[PATCH v4] tst: Provide test for ctime
 2021-02-05 11:46 UTC 

accuracy of mathematical functions
 2021-02-05 10:35 UTC 

[PATCH] printf: Add smoke tests for long double
 2021-02-05  4:14 UTC  (2+ messages)

[PATCH 0/3] TUNABLE_SET fixes
 2021-02-05  2:31 UTC  (8+ messages)
` [PATCH 2/3] tunables: Remove C type arg from TUNABLE_SET* macros

[PATCH 1/3] tst: Extend cross-test-ssh.sh to specify if target date can be altered
 2021-02-04 23:02 UTC  (6+ messages)

Add NT_ARM_TAGGED_ADDR_CTRL from Linux 5.10 to elf.h
 2021-02-04 22:18 UTC  (2+ 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).