unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2020-06-17 14:02:09 to 2020-06-24 12:53:45 UTC [more...]

[COMMITTED] S390: Regenerate ULPs
 2020-06-24 12:53 UTC 

[RFC 00/12] [RFC] y2038: Convert timespec_{sub|add|create} in support to be Y2038 safe
 2020-06-24 12:43 UTC  (5+ messages)
` [Y2038] Replacement of struct timespec with struct __timespec64 in glibc internal code

[PATCH] htl: Add wrapper header for <semaphore.h> with hidden __sem_post
 2020-06-24 11:36 UTC  (2+ messages)

[PATCH] nptl: Don't madvise user provided stack
 2020-06-24 11:32 UTC  (3+ messages)

setjmp & longjmp at thread start & exit
 2020-06-24 10:06 UTC  (3+ messages)

[PATCH 00/30] RFC: elf: glibc-hwcaps support
 2020-06-24  9:03 UTC  (33+ messages)
` [PATCH 01/30] elf: Include <stdbool.h> in <dl-tunables.h> because bool is used
` [PATCH 02/30] elf: Include <stddef.h> (for size_t), <sys/stat.h> in <ldconfig.h>
` [PATCH 03/30] elf: Do not search HWCAP subdirectories in statically linked binaries
` [PATCH 04/30] elf: Implement __rtld_malloc_is_full
` [PATCH 05/30] elf: Implement _dl_write
` [PATCH 06/30] elf: Extract command-line/environment variables state from rtld.c
` [PATCH 07/30] elf: Move ld.so error/help output to _dl_usage
` [PATCH 08/30] elf: Record whether paths come from LD_LIBRARY_PATH or --library-path
` [PATCH 09/30] elf: Implement ld.so --help
` [PATCH 10/30] elf: Implement ld.so --version
` [PATCH 11/30] scripts/update-copyrights: Update csu/version.c, elf/dl-usage.c
` [PATCH 12/30] elf: Use the term "program interpreter" in the ld.so help message
` [PATCH 13/30] elf: Print the full name of the dynamic loader "
` [PATCH 14/30] elf: Make __rtld_env_path_list and __rtld_search_dirs global variables
` [PATCH 15/30] elf: Add library search path information to ld.so --help
` [PATCH 16/30] elf: Enhance ld.so --help to print HWCAP subdirectories
` [PATCH 17/30] elf: Do not pass GLRO(dl_platform), GLRO(dl_platformlen) to _dl_important_hwcaps
` [PATCH 18/30] elf: Add glibc-hwcaps support for LD_LIBRARY_PATH
` [PATCH 19/30] x86_64: Add glibc-hwcaps support
` [PATCH 20/30] powerpc64le: "
` [PATCH 21/30] s390x: Add "
` [PATCH 22/30] aarch64: "
` [PATCH 23/30] elf: Add endianness markup to ld.so.cache
` [PATCH 24/30] elf: Add extension mechanism "
` [PATCH 25/30] elf: Unify old and new format cache handling code in ld.so
` [PATCH 26/30] elf: Implement a string table for ldconfig, with tail merging
` [PATCH 27/30] elf: Implement tail merging of strings in ldconfig
` [PATCH 28/30] elf: In ldconfig, extract the new_sub_entry function from search_dir
` [PATCH 29/30] elf: Process glibc-hwcaps subdirectories in ldconfig
` [PATCH 30/30] elf: Add glibc-hwcaps subdirectory support to ld.so cache processing

faster expf128
 2020-06-24  6:22 UTC  (4+ messages)

[hurd, commited] htl: Fix case when sem_*wait is canceled while holding a token
 2020-06-24  0:21 UTC 

[hurd,commited 0/2] Make sem_*wait cancellations points
 2020-06-23 23:20 UTC  (3+ messages)
` [hurd, commited 1/2] htl: Simplify non-cancel path of __pthread_cond_timedwait_internal
` [hurd,commited 2/2] htl: Make sem_*wait cancellations points

[hurd,commited] htl: Enable tst-cancel25 test
 2020-06-23 22:03 UTC 

[PATCH] powerpc: Add new hwcap values
 2020-06-23 21:41 UTC  (4+ messages)

[PATCH v2] aarch64: MTE compatible strncmp
 2020-06-23 17:00 UTC  (2+ messages)

[PATCH] aarch64: MTE compatible strcmp
 2020-06-23 16:59 UTC  (2+ messages)

[PATCH] aarch64: MTE compatible strrchr
 2020-06-23 16:58 UTC  (2+ messages)

[PATCH] aarch64: MTE compatible memrchr
 2020-06-23 16:58 UTC  (2+ messages)

[PATCH] aarch64: MTE compatible memchr
 2020-06-23 16:57 UTC  (2+ messages)

[PATCH v7 00/13] glibc port to ARC processors
 2020-06-23 16:56 UTC  (2+ messages)

[PATCH] aarch64: MTE compatible strcpy
 2020-06-23 16:54 UTC  (2+ messages)

[PATCHv4 1/2] powerpc64le: refactor e_sqrtf128.c
 2020-06-23 16:19 UTC  (6+ messages)
` [PATCHv4 2/2] powerpc64le: ifunc (almost) all *f128 routines in multiarch mode

glibc 2.32 release manager volunteer?
 2020-06-23 15:49 UTC 

[PATCH] Set width of JUNGSEONG/JONGSEONG characters from UD7B0 to UD7FB to 0 [BZ #26120]
 2020-06-23 15:17 UTC  (3+ messages)
` [PATCH v3] "

[PATCH 0/7] RFC Memory tagging support
 2020-06-23 13:22 UTC  (2+ messages)

[PATCH] Allow memset local PLT reference for RISC-V
 2020-06-23  7:19 UTC  (2+ messages)

Add MREMAP_DONTUNMAP from Linux 5.7
 2020-06-23  7:08 UTC  (2+ messages)

[PATCH] x86: Install <cpu-features.h> [BZ #26124]
 2020-06-22 23:14 UTC  (12+ messages)
  ` [PATCH] x86: Install <sys/platform/x86.h> "
      ` V2: "
          ` V3: "
                    ` V4: "

[RFC] Add new C.UTF-8 locale
 2020-06-22 21:33 UTC  (6+ messages)

[PATCH v5 00/14] aarch64: branch protection support
 2020-06-22 20:41 UTC  (19+ messages)
` [PATCH v5 01/14] Rewrite abi-note.S in C
` [PATCH v5 02/14] aarch64: configure test for BTI support
` [PATCH v5 03/14] aarch64: Add BTI support to assembly files
` [PATCH v5 04/14] aarch64: Rename place holder .S files to .c
` [PATCH v5 05/14] aarch64: fix swapcontext for BTI
` [PATCH v5 06/14] aarch64: fix RTLD_START "
` [PATCH v5 07/14] rtld: Handle PT_GNU_PROPERTY
` [PATCH v5 08/14] rtld: Rename _rtld_process_pt_note to _dl_process_pt_note
` [PATCH v5 09/14] aarch64: enable BTI at runtime
` [PATCH v5 10/14] aarch64: configure check for pac-ret code generation
` [PATCH v5 11/14] aarch64: Add pac-ret support to assembly files
` [PATCH v5 12/14] aarch64: fix pac-ret support in _mcount
` [PATCH v5 13/14] aarch64: redefine RETURN_ADDRESS to strip PAC
` [PATCH v5 14/14] aarch64: add NEWS entry about branch protection support

[PATCH] x86: Update CPU feature detection
 2020-06-22 19:55 UTC  (6+ messages)
  ` V2 "
      ` V3: [PATCH] x86: Update CPU feature detection [BZ #26149]

sparc vs sparc64: O_NDELAY and O_NONBLOCK mismatch in kernel and in glibc
 2020-06-22 19:08 UTC  (2+ messages)

[PATCH 0/3] Restartable Sequences enablement
 2020-06-22 18:08 UTC  (4+ messages)
` [PATCH 1/3] glibc: Perform rseq registration at C startup and thread creation (v21)
` [PATCH 2/3] Linux: Use rseq in sched_getcpu if available (v9)
` [PATCH 3/3] rseq registration tests (v11)

[RFC] iconvdata/, localedata/: Fix TSCII and document tests
 2020-06-22 17:14 UTC  (5+ messages)

[PATCH v5 0/2] Improve surplus TLS accounting
 2020-06-22 16:21 UTC  (3+ messages)
` [PATCH v5 1/2] rtld: Add rtld.nns tunable for the number of supported namespaces
` [PATCH v5 2/2] rtld: Avoid using up static TLS surplus for optimizations [BZ #25051]

[PATCH glibc 0/3] Restartable Sequences enablement
 2020-06-22 15:33 UTC  (11+ messages)
` [PATCH glibc 1/3] glibc: Perform rseq registration at C startup and thread creation (v20)

[PATCH] ldconfig: Test the behaviour of _dl_cache_libcmp (Bug, 26101)
 2020-06-22  8:41 UTC  (2+ messages)

[hurd,commited] hurd: Add mremap
 2020-06-20 15:22 UTC 

Literal Translation Services by Lingual Experts
 2020-06-20  6:03 UTC 

glibc 2.32 --- Two weeks to ABI freeze. Volunteers for release manager?
 2020-06-20  5:07 UTC  (7+ messages)

[PATCH] Remove STATFS_IS_STATFS64 conditional as it is zero in all ports
 2020-06-19 23:20 UTC  (3+ messages)

Update kernel version to 5.7 in tst-mman-consts.py
 2020-06-19 19:25 UTC 

[PATCH 01/13] math: Decompose math-use-builtins.h
 2020-06-19 19:17 UTC  (17+ messages)
` [PATCH 05/13] x86_64: Use builtin sqrt{f,l}
` [PATCH 06/13] i386: Use builtin sqrtl
` [PATCH 07/13] alpha: Use builtin sqrt{f}
` [PATCH 08/13] mips: Use sqrt{f} builtin
` [PATCH 09/13] sparc: "
` [PATCH 11/13] riscv: "
` [PATCH 12/13] arm: "
` [PATCH 13/13] m68k: Use sqrt{f} builtin for coldfire

[PATCH] Avoid using up static TLS surplus for optimizations [BZ #25051]
 2020-06-19 16:44 UTC  (3+ messages)

[PATCH] S390: Optimize __memset_z196
 2020-06-19 13:51 UTC 

[PATCH] S390: Optimize __memcpy_z196
 2020-06-19 13:49 UTC 

[PATCH v5 01/13] signal: Add signum-{generic,arch}.h
 2020-06-19 13:43 UTC  (13+ messages)
` [PATCH v5 02/13] signal: Move sys_siglist to a compat symbol
` [PATCH v5 03/13] signal: Move sys_errlist "
` [PATCH v5 04/13] linux: Fix __NSIG_WORDS and add __NSIG_BYTES
` [PATCH v5 05/13] string: Remove old TLS usage on strsignal
` [PATCH v5 06/13] string: Implement strerror in terms of strerror_l
` [PATCH v5 07/13] string: Use tls-internal on strerror_l
` [PATCH v5 08/13] string: Simplify strerror_r
` [PATCH v5 09/13] string: Add strsignal test
` [PATCH v5 10/13] string: Add strerror, strerror_r, and strerror_l test
` [PATCH v5 11/13] string: Add strerror_l on test-strerror-errno
` [PATCH v5 12/13] string: Add sigabbrev_np and sigdescr_np
` [PATCH v5 13/13] string: Add strerrorname and strerrordesc

[PATCH v4 00/12] aarch64: branch protection support
 2020-06-19 13:03 UTC  (9+ messages)
` [PATCH v4 07/12] aarch64: enable BTI at runtime
        ` [PATCH v5 "

Bikeshed: glibc.dl.* or glibc.rtld.*?
 2020-06-19 10:12 UTC  (2+ messages)

[PATCH v2 1/2] BZ #17645, fix slow DSO sorting behavior in dynamic loader
 2020-06-18 21:30 UTC  (6+ messages)
      ` [PATCH v2.1 "

[PATCH 0/7] RFC Memory tagging support
 2020-06-18 20:30 UTC  (12+ messages)

[PATCH] arm: fix multiarch memcpy for negative len [BZ #25620]
 2020-06-18 20:20 UTC  (2+ messages)

[PATCH 5/5] ia64: Use generic exp10f
 2020-06-18 17:18 UTC 

[PATCH 4/5] New exp10f version without SVID compat wrapper
 2020-06-18 17:02 UTC 

[PATCH 3/5] i386: Use generic exp10f
 2020-06-18 16:48 UTC 

[PATCH 2/5] math: Optimized generic exp10f with wrappers
 2020-06-18 16:44 UTC 

[PATCH 1/5] benchtests: Add exp10f benchmark
 2020-06-18 16:17 UTC 

[PATCH v2 01/13] signal: Add signum-{generic,arch}.h
 2020-06-18 14:06 UTC  (3+ messages)

[PATCH] x86: Update F16C detection [BZ #26133]
 2020-06-18 13:59 UTC  (2+ messages)

[PATCH] random: range is not portably RAND_MAX [BZ #7003]
 2020-06-18 10:31 UTC  (2+ messages)

V2 [PATCH 1/4] strncmp: Add a testcase for page boundary [BZ #25933]
 2020-06-17 17:09 UTC  (7+ messages)

[PATCH] nscd: bump GC cycle during cache pruning (bug 26130)
 2020-06-17 14:10 UTC 

[RFC][PATCH v5 00/16] Proof-of-Concept implementation of RTLD_SHARED for dlmopen
 2020-06-17 14:00 UTC  (11+ messages)
` [RFC][PATCH v5 05/16] elf/dl-fini.c: Handle proxy link_map entries in the shutdown path
` [RFC][PATCH v5 08/16] Abstract the loaded-DSO search code into a private helper function
` [RFC][PATCH v5 09/16] Compare loaded DSOs by file ID and check for DF_1_UNIQUE
` [RFC][PATCH v5 10/16] Use the new DSO finder helper function since we have it
` [RFC][PATCH v5 11/16] Use the DSO search helper to check for preloaded DT_GNU_UNIQUE DSOs
` [RFC][PATCH v5 12/16] When loading DSOs into alternate namespaces check for DT_GNU_UNIQUE
` [RFC][PATCH v5 13/16] Suppress inter-namespace DSO sharing for audit libraries
` [RFC][PATCH v5 14/16] dlsym, dlvsym should be able to look up symbols via DSO proxies
` [RFC][PATCH v5 15/16] Add a DT_GNU_UNIQUE dynamic section to the glibc cluster DSOs
` [RFC][PATCH v5 16/16] Add dlmopen / RTLD_SHARED tests


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