unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2021-12-09 05:44:44 to 2021-12-13 13:26:50 UTC [more...]

[PATCH RFC 0/1] make ld.so map .text LOAD ssegments and aligned by p_align
 2021-12-13 13:26 UTC  (27+ messages)
` [PATCH v5 0/2] fix p_align on PT_LOAD segment in DSO isn't honored
  ` [PATCH v5 1/2] elf: Properly align PT_LOAD segments
  ` [PATCH v5 2/2] Add a testcase to check alignment of PT_LOAD segment
` [PATCH v6 0/2] fix p_align on PT_LOAD segment in DSO isn't honored
  ` [PATCH v6 1/2] elf: Properly align PT_LOAD segments [BZ #28676]
  ` [PATCH v6 2/2] Add a testcase to check alignment of PT_LOAD segment

[PATCH] Replace --enable-static-pie with --disable-default-pie
 2021-12-13 13:22 UTC  (6+ messages)
` [PATCH v2] "
` [COMMITTED] "

[PATCH] Add valgrind smoke test
 2021-12-13 12:55 UTC  (5+ messages)

[PATCH] Fix glibc 2.34 ABI omission (missing GLIBC_2.34 in dynamic loader)
 2021-12-13 12:15 UTC  (3+ messages)

[PATCH] sysdeps: Update Taylor Series formula in comment
 2021-12-13  9:53 UTC  (5+ messages)
` [PATCH] sysdeps: Simplify sin Taylor Series calculation

[committed] Cleanup encoding in comments
 2021-12-13  5:27 UTC 

[committed] Cleanup encoding in comments
 2021-12-13  5:26 UTC 

Question: How does obstack deal with the specific address in obstack_free ?
 2021-12-13  1:41 UTC 

[PATCH v2] Check alignment of PT_LOAD segment only if possible
 2021-12-12 16:04 UTC  (3+ messages)

[PATCH] intl/plural.y: define macros to avoid multiple conflicting declarations of yyerror and yylex
 2021-12-12  9:24 UTC 

[hurd,commited] hurd: Add rules for static PIE build
 2021-12-12  0:11 UTC 

[hurd,commited] hurd: Fix gmon-static
 2021-12-12  0:11 UTC 

[PATCH] sysdeps: Update Taylor Series formula in comment
 2021-12-11 22:50 UTC 

[PATCH v2] linux: Use 'long int' for timespec tv_nsec on x32 (BZ #16437)
 2021-12-11 22:30 UTC  (16+ messages)

[PATCH v7] elf: Don't execute shared object directly [BZ #28453]
 2021-12-11 20:07 UTC 

[PATCH v6] elf: Don't execute shared object directly [BZ #28453]
 2021-12-11 13:47 UTC 

[PATCH v3] Support target specific ALIGN for variable alignment test [BZ #28676]
 2021-12-10 23:53 UTC 

[PATCH v3 00/13] Glibc OpenRISC port
 2021-12-10 23:34 UTC  (14+ messages)
` [PATCH v3 01/13] elf: Add reloc for OpenRISC
` [PATCH v3 02/13] linux/syscalls: Add or1k_atomic syscall "
` [PATCH v3 03/13] or1k: ABI Implementation
` [PATCH v3 04/13] or1k: startup and dynamic linking code
` [PATCH v3 05/13] or1k: Thread Local Storage support
` [PATCH v3 06/13] or1k: Atomics and Locking primitives
` [PATCH v3 07/13] or1k: math soft float support
` [PATCH v3 08/13] or1k: Linux Syscall Interface
` [PATCH v3 09/13] or1k: Linux ABI
` [PATCH v3 10/13] or1k: ABI lists
` [PATCH v3 11/13] or1k: Build Infrastructure
` [PATCH v3 12/13] build-many-glibcs.py: add OpenRISC support
` [PATCH v3 13/13] Documentation for OpenRISC port

[PATCH] Check alignment of PT_LOAD segment only if possible
 2021-12-10 22:50 UTC  (4+ messages)

[PATCH] x86-64: Remove LD_PREFER_MAP_32BIT_EXEC support [BZ #28656]
 2021-12-10 21:59 UTC  (2+ messages)

[PATCH COMMITTED] elf: Use errcode instead of (unset) errno in rtld_chain_load
 2021-12-10 21:28 UTC 

[PATCH v5 00/12] Improve hypot
 2021-12-10 19:31 UTC  (2+ messages)

[PATCH v4] elf: Only allow execute libc.so.6 directly [BZ #28453]
 2021-12-10 18:37 UTC  (5+ messages)

[PATCH v5] elf: Don't execute shared object directly [BZ #28453]
 2021-12-10 18:37 UTC 

glibc build failure due to Systemtap probe change
 2021-12-10 17:44 UTC  (10+ messages)

[PATCH v6 00/20] Multiple rtld-audit fixes
 2021-12-10 14:58 UTC  (11+ messages)
` [PATCH v6 02/20] elf: Add _dl_audit_objopen
` [PATCH v6 03/20] elf: Add _dl_audit_activity_map and _dl_audit_activity_nsid

[PATCH v3] elf: Install a symbolic link to ld.so as /usr/bin/ld.so
 2021-12-10 14:19 UTC  (2+ messages)

[PATCH v2 1/2] support: Add support_socket_so_timestamp_time64
 2021-12-10 13:56 UTC  (15+ messages)
` [PATCH v2 2/2] linux: Fix ancillary 64-bit time timestamp conversion (BZ #28349, BZ #28350)

[PATCH] elf: Stop with zero entry point value [BZ #28453]
 2021-12-10 13:15 UTC  (6+ messages)
  ` [PATCH v3] "

[PATCH] linux: Use 'long int' for timespec tv_nsec on x32 (BZ #16437)
 2021-12-10 13:11 UTC  (8+ messages)

[PATCH v2 0/3] Fixes for getnameinfo() with NI_NOFQDN
 2021-12-10 11:07 UTC  (4+ messages)
` [PATCH v2 1/3] inet: Fix getnameinfo (NI_NOFQDN) race condition (BZ#28566)
` [PATCH v2 2/3] inet: Remove strdupa from nrl_domainname()
` [PATCH v2 3/3] inet: Return EAI_MEMORY when nrl_domainname() fails to allocate memory

[PATCH] nptl: Add one more barrier to nptl/tst-create1
 2021-12-10 10:46 UTC  (2+ messages)

[PATCH v2] elf: Stop with zero entry point value [BZ #28453]
 2021-12-10  4:26 UTC  (2+ messages)

[PATCH v2 0/1] fix p_align on PT_LOAD segment in DSO isn't honored
 2021-12-10  2:34 UTC  (9+ messages)
` [PATCH v2 1/1] elf: align the mapping address of LOAD segments with p_align
    ` [PATCH v3] elf: Properly align PT_LOAD segments [BZ #28676]
      ` [PATCH v4] "

[PATCH] timezone: Make shell interpreter overridable in tzselect.ksh
 2021-12-10  1:42 UTC  (2+ messages)

[PATCH] elf/dl-deps.c: Make _dl_build_local_scope breadth first
 2021-12-09 23:53 UTC 

[PATCH] Remove TLS_TCB_ALIGN and TLS_INIT_TCB_ALIGN
 2021-12-09 22:04 UTC  (2+ messages)

Add ARPHRD_CAN, ARPHRD_MCTP to net/if_arp.h
 2021-12-09 21:42 UTC 

[PATCH] sys/types.h: Define new types: [s]nseconds_t
 2021-12-09 20:40 UTC  (16+ messages)
` [RFC v3 3/3] sys/types.h: Make snseconds_t user visible

[PATCH v2 1/2] Replace echo with printf builtin in nscd init script
 2021-12-09 20:35 UTC  (2+ messages)
` [PATCH v2 2/2] sysdeps/gnu/configure.ac: Set libc_cv_rootsbindir only if its empty

[PATCH] intl: Emit no lines in bison generated files
 2021-12-09 20:05 UTC  (3+ messages)

[PATCH 00/42] x86-64: Add vector math functions to libmvec
 2021-12-09 18:38 UTC  (9+ messages)
` [PATCH 01/42] x86-64: Add vector acos/acosf implementation "
` [PATCH 05/42] x86-64: Add vector asin/asinf "

[PATCH v2 0/8] Extensible rseq integration
 2021-12-09 12:36 UTC  (18+ messages)
` [PATCH 1/8] nptl: Add <thread_pointer.h> for defining __thread_pointer
` [PATCH 4/8] nptl: Add rseq registration
` [PATCH v2 6/8] nptl: Add glibc.pthread.rseq tunable to control "
` [PATCH 7/8] nptl: Add public rseq symbols and <sys/rseq.h>

[PATCH v7 0/4] arm64: Enable BTI for the executable as well as the interpreter
 2021-12-09 11:10 UTC  (3+ messages)

[PATCH v3 1/5] Copy utf-7 module to modified-utf-7
 2021-12-09  9:31 UTC  (6+ messages)
` [PATCH v4 0/4] iconv: Add support for UTF-7-IMAP
  ` [PATCH v4 1/4] iconv: Always encode "optional direct" UTF-7 characters
  ` [PATCH v4 2/4] iconv: Better mapping to RFC for UTF-7
  ` [PATCH v4 3/4] iconv: make utf-7.c able to use variants
  ` [PATCH v4 4/4] iconv: Add UTF-7-IMAP variant in utf-7.c

[PATCH v2 0/1] fix p_align on PT_LOAD segment in DSO isn't honored
 2021-12-09  5:49 UTC  (2+ messages)
` [PATCH v2 1/1] elf: align the mapping address of LOAD segments with p_align

[PATCH v2 00/42] x86-64: Add vector math functions to libmvec
 2021-12-09  5:05 UTC  (16+ messages)
` [PATCH v2 01/42] x86-64: Add vector acos/acosf implementation "
` [PATCH v2 05/42] x86-64: Add vector asin/asinf "
` [PATCH v2 15/42] x86-64: Add vector cbrt/cbrtf "
` [PATCH v2 17/42] x86-64: Add vector cosh/coshf "
` [PATCH v2 19/42] x86-64: Add vector erf/erff "
` [PATCH v2 22/42] x86-64: Add vector erfc/erfcf to libmvec microbenchmark
` [PATCH v2 27/42] x86-64: Add vector expm1/expm1f implementation to libmvec
` [PATCH v2 31/42] x86-64: Add vector log10/log10f "
` [PATCH v2 32/42] x86-64: Add vector log10/log10f to libmvec microbenchmark
` [PATCH v2 33/42] x86-64: Add vector log1p/log1pf implementation to libmvec
` [PATCH v2 37/42] x86-64: Add vector sinh/sinhf "
` [PATCH v2 38/42] x86-64: Add vector sinh/sinhf to libmvec microbenchmark
` [PATCH v2 39/42] x86-64: Add vector tan/tanf implementation to libmvec
` [PATCH v2 40/42] x86-64: Add vector tan/tanf to libmvec microbenchmark
` [PATCH v2 42/42] x86-64: Add vector tanh/tanhf "


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