public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
[PATCH v5 09/11] elf: Add glibc-hwcaps subdirectory support to ld.so cache processing
 2020-12-23 11:33 UTC  (3+ messages)

[PATCH 0/5] x86 pseudo-normal numbers
 2020-12-23 10:20 UTC  (18+ messages)
` [PATCH 1/5] x86 long double: Support pseudo numbers in fpclassifyl
` [PATCH 2/5] x86 long double: Support pseudo numbers in isnanl
` [PATCH 4/5] x86 long double: Consider pseudo numbers as signaling
` [PATCH 5/5] x86 long double: Add tests for pseudo normal numbers
` [PING][PATCH 0/5] x86 pseudo-normal numbers
` [PING*2][PATCH "

[PATCH] MTE: Do not pad size in realloc_check
 2020-12-23  7:46 UTC  (3+ messages)

[PATCH] tests-mcheck: New variable to run tests with MALLOC_CHECK_=3
 2020-12-23  7:43 UTC 

[PATCH v3 0/4] x86: Improve Minimum Alternate Stack Size
 2020-12-23  6:55 UTC  (6+ messages)
` [PATCH v3 1/4] x86/signal: Introduce helpers to get the maximum signal frame size
` [PATCH v3 2/4] x86/elf: Support a new ELF aux vector AT_MINSIGSTKSZ
` [PATCH v3 3/4] x86/signal: Prevent an alternate stack overflow before a signal delivery
` [PATCH v3 4/4] selftest/x86/signal: Include test cases for validating sigaltstack

[PATCH] free: preserve errno [BZ#17924]
 2020-12-23  5:30 UTC  (9+ messages)

[PATCH v2] addmntent: Remove unbounded alloca usage from getmntent [BZ#27083]
 2020-12-23  2:01 UTC  (5+ messages)
    ` [COMMITTED] misc: Use __ferror_unlocked instead of ferror

[PATCH v6 0/2] _FORTIFY_SOURCE=3
 2020-12-22 21:49 UTC  (5+ messages)
` [PATCH 1/2] string: _FORTIFY_SOURCE=3 using __builtin_dynamic_object_size
` [PATCH 2/2] nonstring: "

[PATCH 1/4] support: Add xclone
 2020-12-22 21:27 UTC  (4+ messages)
` [PATCH v2 2/4] Linux: Add close_range
` [PATCH v2 3/4] io: Add closefrom [BZ #10353]
` [PATCH v2 4/4] posix: Add posix_spawn_file_actions_closefrom

[PATCH COMMITTED] s390x: Regenerate ulps
 2020-12-22 18:28 UTC 

[PATCH COMMITTED] powerpc: Regenerate ulps
 2020-12-22 18:23 UTC 

Upcoming glibc 2.33 freeze in 2 weeks
 2020-12-22 15:54 UTC 

[PATCH] powerpc: Add optimized ilogbf128 for POWER9
 2020-12-22 15:36 UTC  (3+ messages)
` [PATCH 2/2] benchtests: Add ilogbf128 test

[RFC] Updating patchwork patches on commit
 2020-12-22 15:13 UTC  (11+ messages)

[PATCH v3] addmntent: Remove unbounded alloca usage from getmntent [BZ#27083]
 2020-12-22 14:57 UTC  (2+ messages)

[PATCH 1/3] Linux: Add close_range
 2020-12-22 13:34 UTC  (18+ messages)
` [PATCH 2/3] io: Add closefrom [BZ #10353]
` [PATCH 3/3] posix: Add posix_spawn_file_actions_closefrom

Compatibility issues around <sys/platform/x86.h>
 2020-12-22 13:32 UTC  (8+ messages)

[PATCH v5 0/6] [committed] Memory tagging support
 2020-12-22 13:21 UTC  (10+ messages)
` [PATCH v5 1/6] config: Allow memory tagging to be enabled when configuring glibc
` [PATCH v5 2/6] elf: Add a tunable to control use of tagged memory
` [PATCH v5 3/6] malloc: Basic support for memory tagging in the malloc() family
` [PATCH v5 4/6] linux: Add compatibility definitions to sys/prctl.h for MTE
` [PATCH v5 5/6] aarch64: Add sysv specific enabling code for memory tagging
` [PATCH v5 6/6] aarch64: Add aarch64-specific files for memory tagging support

[PATCH] <sys/platform/x86.h>: Add Intel LAM support
 2020-12-22 11:52 UTC  (5+ messages)

[PATCH] <sys/platform/x86.h>: Pass index_cpu_##name [BZ #27104]
 2020-12-22 11:39 UTC 

man-pages-5.10 released
 2020-12-22 10:21 UTC 

missing stack info in _dl_tlsdesc_dynamic
 2020-12-22 10:20 UTC 

[PATCH] getmntent: Generalize octal decoding
 2020-12-22  7:48 UTC  (2+ messages)
` [PING][PATCH] "

[PATCH] malloc tcache: Debugger now sees the address of the corrupted chunk
 2020-12-22  2:15 UTC  (6+ messages)

pthread_cond performence Discussion
 2020-12-22  1:02 UTC  (4+ messages)
` [PATCH]x86: update REP_STOSB_THRESHOLD's default value from 2k to 1M

[PATCH v2] configure.ac: option for user-defined-trusted-dirs
 2020-12-21 18:48 UTC  (3+ messages)

[PATCH v2 0/4] Improved ASLR
 2020-12-21 18:44 UTC  (7+ messages)

About pthread_yield() implementation
 2020-12-21 17:57 UTC  (2+ messages)

[PATCH 2/2] Remove dbl-64/wordsize-64
 2020-12-21 17:52 UTC  (3+ messages)

[PATCH 1/2] Remove dbl-64/wordsize-64
 2020-12-21 17:36 UTC  (2+ messages)

[PATCH COMMITTED] i386: Regenerate ulps
 2020-12-21 17:19 UTC 

[PATCH] x86: Remove unused variables for raw cache sizes
 2020-12-21 17:08 UTC 

[COMMITTED] aarch64: update ulps
 2020-12-21 16:44 UTC 

[PATCH v4 0/6] Memory tagging support
 2020-12-21 14:31 UTC  (25+ messages)
` [PATCH v4 1/6] config: Allow memory tagging to be enabled when configuring glibc
` [PATCH v4 2/6] elf: Add a tunable to control use of tagged memory
` [PATCH v4 3/6] malloc: Basic support for memory tagging in the malloc() family
` [PATCH v4 4/6] linux: Add compatibility definitions to sys/prctl.h for MTE
` [PATCH v4 5/6] aarch64: Add sysv specific enabling code for memory tagging
` [PATCH v4 6/6] aarch64: Add aarch64-specific files for memory tagging support

[PATCH] cacheflush.2: Document Architecture-specific variants
 2020-12-21  8:32 UTC  (4+ messages)
` Ping: "

[RFC][PATCH] * bits/confname.h: Define _CS_POSIX_V7_THREADS_CFLAGS, _CS_POSIX_V7_THREADS_LDFLAGS
 2020-12-21  5:26 UTC  (2+ messages)

[PATCH] add inputs to auto-libm-test-in yielding larger errors
 2020-12-21  5:09 UTC  (2+ messages)

[PATCH] m68k: fix clobbering a5 in setjmp() [BZ #24202]
 2020-12-21  4:57 UTC  (2+ messages)

[PATCH] iconv: use iconv_close after iconv_open
 2020-12-21  4:29 UTC  (2+ messages)

[PATCH] iconv add iconv_close before the function returned with bad value
 2020-12-21  4:28 UTC  (2+ messages)
` [COMMITTED] "

[PATCH v2] sysdeps/posix/posix_fallocate*: Make emulated posix_fallocate() work properly
 2020-12-21  4:24 UTC  (4+ messages)

[COMMITTED] Fix buffer overrun in EUC-KR conversion module (bz #24973)
 2020-12-21  3:34 UTC 

[hurd, commited] Hurd: make sigstates hold a reference on thread ports
 2020-12-21  2:38 UTC 

[hurd, commited] hurd: Make trampoline fill siginfo ss_sp from sc_uesp
 2020-12-21  2:37 UTC 

[hurd, commited] hurd: Make trampoline fill siginfo ss_sp from sc_uesp
 2020-12-21  2:37 UTC 

[hurd,commited] profil-counter: Add missing SIGINFO case
 2020-12-21  1:09 UTC 

[hurd,commited] hurd: implement SA_SIGINFO signal handlers
 2020-12-21  0:44 UTC 

[hurd,commited] hurd: Fix ELF_MACHINE_USER_ADDRESS_MASK value
 2020-12-20  1:41 UTC 

[hurd,commited] hurd: Note when the vm_map kernel bug was fixed
 2020-12-20  1:41 UTC 

[hurd,commited] hurd: Also turn KERN_INVALID_ADDRESS to EINVAL
 2020-12-19 17:58 UTC 

[PATCH v5 0/2] _FORTIFY_SOURCE=3
 2020-12-19  6:22 UTC  (6+ messages)
` [PATCH v5 1/2] string: _FORTIFY_SOURCE=3 using __builtin_dynamic_object_size
` [PATCH v5 2/2] nonstring: "

[PATCH] glibc __builtin_add_overflow problem with GCC < 7
 2020-12-18 20:25 UTC 

[PATCH] more out of bounds checking improvements
 2020-12-18 16:56 UTC  (4+ messages)
    ` Ping: "

[PATCH 1/2] ieee754: Remove slow paths from asin and acos
 2020-12-18  9:26 UTC  (4+ messages)
` [COMMITTED] "

[PATCH] s390x: Require GCC 7.1 or later to build glibc
 2020-12-18  9:08 UTC  (4+ messages)

[PATCH] getenv: Move call to strlen to the branch it's used in
 2020-12-18  6:34 UTC  (2+ messages)
` [COMMITTED] "

[PATCH] alpha: Remove anonymous union in struct stat [BZ #27042]
 2020-12-17 19:10 UTC  (7+ messages)
` [PATCHv2] "

[PATCH v3 0/8] Memory tagging support
 2020-12-17 11:31 UTC  (5+ messages)
` [PATCH v3 8/8] aarch64: Add aarch64-specific files for memory "

Update kernel version to 5.10 in tst-mman-consts.py
 2020-12-17  9:33 UTC  (2+ messages)

[PATCH] addmntent: Remove unbounded alloca usage from getmntent [BZ#27083]
 2020-12-16 14:21 UTC 

[PATCH 0/2] Move sem_open/close/unlink to sysdeps/pthread
 2020-12-16 13:53 UTC  (4+ messages)
` [PATCH 2/2] htl: Get sem_open/sem_close/sem_unlink support [BZ #25524]

[hurd,commited] {nptl,htl}/semaphoreP.h: clean up
 2020-12-16 13:51 UTC 

[PATCH] elf: Record libc.so link map when it is the main program (bug 20972)
 2020-12-16 13:32 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).