public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
[PATCH] malloc: Print error when oldsize is not equal to the current size
 2021-03-26 11:05 UTC 

[PATCH v7 0/6] x86: Improve Minimum Alternate Stack Size
 2021-03-26 10:30 UTC  (18+ messages)
` [PATCH v7 5/6] x86/signal: Detect and prevent an alternate signal stack overflow

[PATCH] S390: Also check vector support in memmove ifunc-selector [BZ #27511]
 2021-03-26 10:07 UTC  (2+ messages)

Why does glibc use AVX-512?
 2021-03-26 10:06 UTC  (2+ messages)

[PATCH] misc: Fix tst-select timeout handling (BZ#27648)
 2021-03-26  9:43 UTC  (3+ messages)

[PATCH] S390: Don't test nanoseconds in io/tst-stat.c
 2021-03-26  9:24 UTC  (5+ messages)

[PATCH 0/5] More stat fixes
 2021-03-26  9:24 UTC  (10+ messages)
` [PATCH 1/5] linux: Implement fstatat with __fstatat64_time64
` [PATCH 2/5] linux: Disable fstatat64 fallback if __ASSUME_STATX is defined
` [PATCH 4/5] support: Add support_path_support_time64_value
` [PATCH 5/5] linux: Add y2106 support on utimensat tests

[PATCH] stdio: fix vfscanf with matches longer than INT_MAX (bug 27650)
 2021-03-25 21:24 UTC  (4+ messages)

[PATCH v3 00/37] libpthread removal: NPTL forwarders are gone
 2021-03-25 20:46 UTC  (35+ messages)
` [PATCH v3 20/37] dlfcn: dlerror needs to call free from the base namespace [BZ #24773]
` [PATCH v3 21/37] Remove pthread_key_create-related internals from libc-lock.h
` [PATCH v3 22/37] elf: Introduce __tls_init_tp for second-phase TCB initialization
` [PATCH v3 23/37] nptl: Move part of TCB initialization from libpthread to __tls_init_tp
` [PATCH v3 24/37] nptl: Move pthread_key_create, __pthread_key_create into libc
` [PATCH v3 25/37] nptl: Move pthread_getspecific, __pthread_getspecific "
` [PATCH v3 26/37] nptl: Move pthread_setspecific, __pthread_setspecific "
` [PATCH v3 27/37] nptl: Move pthread_key_delete "
` [PATCH v3 28/37] nptl: Move rwlock functions with forwarders "
` [PATCH v3 29/37] nptl: Move the internal thread priority protection symbols "
` [PATCH v3 30/37] pthread: Introduce __pthread_early_init
` [PATCH v3 31/37] nptl: Move internal symbol __mutex_aconf into libc
` [PATCH v3 33/37] x86: Remove low-level lock optimization
` [PATCH v3 34/37] nptl: Move core mutex functions into libc

[PATCH v2 00/14] libpthread removal: pthread-compat-wrappers and other libc symbols
 2021-03-25 18:13 UTC  (31+ messages)
` [PATCH v2 01/14] Add OTHER_SHLIB_COMPAT
` [PATCH v2 02/14] nptl: Remove send from libpthread
` [PATCH v2 03/14] nptl: Remove lseek "
` [PATCH v2 04/14] nptl: Remove open "
` [PATCH v2 05/14] nptl: Remove pread "
` [PATCH v2 06/14] nptl: Remove pwrite "
` [PATCH v2 07/14] nptl: Remove msgsnd from pthread-compat-wrappers
` [PATCH v2 08/14] nptl: Remove msgrcv "
` [PATCH v2 09/14] nptl: Remove sigsuspend "
` [PATCH v2 10/14] nptl: Move pthread_kill to libc
` [PATCH v2 11/14] nptl: Remove pthread raise implementation
` [PATCH v2 12/14] nptl: Move sigaction to libc
` [PATCH v2 13/14] nptl: Remove __libc_allocate_rtsig, __libc_current_sigrtmax, and __libc_current_sigrtmin
` [PATCH v2 14/14] nptl: Remove unused rules

[RFC][PATCH v10 0/7] Implementation of RTLD_SHARED for dlmopen
 2021-03-25 15:15 UTC  (9+ messages)
` [RFC][PATCH v10 1/7] Define a new dynamic section tag - DT_GNU_FLAGS_1 (bug 22745)
` [RFC][PATCH v10 2/7] Abstract loaded-DSO search code into a helper function
` [RFC][PATCH v10 3/7] Use the new DSO finder "
` [RFC][PATCH v10 4/7] Add DT_GNU_FLAGS_1/DF_GNU_1_UNIQUE to glibc DSOs (bug 22745)
` [RFC][PATCH v10 5/7] Implement dlmopen RTLD_SHARED flag "
` [RFC][PATCH v10 6/7] Add dlmopen / RTLD_SHARED tests
` [RFC][PATCH v10 7/7] Restore separate libc loading for the TLS/namespace storage test

[PATCH] tst: Provide test for select
 2021-03-25 13:31 UTC  (17+ messages)

[PATCH v4 1/5] support: Add support_stack_alloc
 2021-03-24 22:42 UTC  (3+ messages)
` [PATCH v4 3/5] Linux: Add close_range

[PATCH] fork.h: replace with register-atfork.h
 2021-03-24 22:11 UTC 

[PATCH] stdlib: Fix BZ #26241 testcase on GNU/Hurd
 2021-03-24 20:59 UTC  (3+ messages)

printf_arginfo_size_function error handling
 2021-03-24 19:39 UTC  (3+ messages)

[PATCH v2] stdio-common/printf-prs.c: Reword comment
 2021-03-24 18:29 UTC 

[PATCH] stdio-common/printf-prs.c: Simplify test
 2021-03-24 18:07 UTC 

[PATCH v2 00/10] x86-64: Avoid RTM abort inside a RTM region
 2021-03-24 18:03 UTC  (2+ messages)

[PATCH 0/8] Remove alloca usage from glob
 2021-03-24 17:39 UTC  (4+ messages)
` [PATCH 2/8] posix: Use char_array for internal glob dirname

[PATCH v2 0/3] Transparent support for multiple symbol versions
 2021-03-24 17:18 UTC  (5+ messages)
` [PATCH v2 2/3] locale: Use compat_symbol_reference in _nl_postload_ctype
` [PATCH v2 3/3] Fold compat_symbol_unique functionality into compat_symbol

[PATCH] Linux: Add execveat system call wrapper
 2021-03-24 13:54 UTC  (2+ messages)

[hurd,commited] htl: Add missing fork.h
 2021-03-24 13:09 UTC  (9+ messages)

[PATCH v2] tst: Add test for adjtime
 2021-03-24 13:01 UTC 

[PATCH] elf: Fix not compiling ifunc tests that need gcc ifunc support
 2021-03-24  8:12 UTC  (3+ messages)

[PATCH] x86: Fix tst-ifunc-isa-* build when gcc ifunc support is not enabled
 2021-03-24  0:17 UTC  (3+ messages)

[hurd,commited] hurd: handle EINTR during critical sections
 2021-03-23 22:40 UTC 

[PATCH 6/6] malloc: Ensure mtag code path in checked_request2size is cold
 2021-03-23 20:46 UTC  (2+ messages)

[PATCH 5/6] malloc: Remove unnecessary tagging around _mid_memalign
 2021-03-23 20:44 UTC  (2+ messages)

[PATCH 4/6] malloc: Rename chunk2rawmem
 2021-03-23 20:43 UTC  (2+ messages)

[PATCH 3/6] malloc: Use chunk2rawmem throughout
 2021-03-23 20:25 UTC  (2+ messages)

[PATCH 2/6] malloc: Use different tag after mremap
 2021-03-23 20:03 UTC  (2+ messages)

[PATCH 1/6] malloc: Use memsize instead of CHUNK_AVAILABLE_SIZE
 2021-03-23 20:01 UTC  (2+ messages)

[PATCH] stdio: Move include of bits/stdio-ldbl.h before bits/stdio.h
 2021-03-23 17:59 UTC  (2+ messages)

[PATCH 00/15] Add some tests and infra changes
 2021-03-23 16:03 UTC  (20+ messages)
` [PATCH 01/15] io: Move file timestamps tests out of Linux
` [PATCH 02/15] linux: Add futimes test
` [PATCH 03/15] linux: Add lutimes test
` [PATCH 04/15] io: Add basic tests for utimensat
` [PATCH 05/15] io: Use temporary directory and file for ftwtest-sh
` [PATCH 06/15] time: Add getitimer and setitimer basic tests
` [PATCH 07/15] time: Add gmtime/gmtime_r tests
` [PATCH 08/15] time: Add timegm/timelocal basic tests
` [PATCH 09/15] time: Add basic timespec_get tests
` [PATCH 10/15] time: Add 64 bit tests for getdate / getdate_r
` [PATCH 11/15] posix: Add wait3 tests
` [PATCH 12/15] linux: mips: Split libpthread.abilist in n32 and n64
` [PATCH 13/15] linux: mips: Split librt.abilist "
` [PATCH 14/15] linux: mips: Split libanl.abilist "
` [PATCH 15/15] linux: s390: Add libanl.abilist in s390 and s390x

[RFC PATCH] tst: Add test for gai_suspend
 2021-03-23 15:23 UTC  (4+ messages)

[PATCH v2] tst: Provide test for getrusage
 2021-03-23 14:35 UTC 

[PATCH] fix: Always export ntp_gettimex function
 2021-03-23 13:22 UTC  (4+ messages)

[PATCH] x86: Disable OSXSAVE related features [BZ #27605]
 2021-03-23 13:08 UTC  (8+ messages)
  ` [PATCH v2] "
    ` [PATCH v3] x86: Properly disable XSAVE "

[PATCH] Set the retain attribute on _elf_set_element if CC supports [BZ #27492]
 2021-03-23  4:14 UTC  (6+ messages)
` [PATCH v2] "

[PATCH v2 1/2] tst: Add test for ntp_gettime
 2021-03-22 20:23 UTC  (4+ messages)
` [PATCH v2 2/2] tst: Add test for ntp_gettimex

[PATCH] tst: Provide test for getrusage
 2021-03-22 19:47 UTC  (7+ messages)

[PATCH] tst: Add test for sigtimedwait
 2021-03-22 19:18 UTC  (3+ messages)

[PATCH] powerpc: Add missing registers to clobbers list for syscalls [BZ #27623]
 2021-03-22 14:42 UTC  (2+ messages)

[PATCH] tst: Add test for adjtime
 2021-03-22 11:39 UTC  (2+ messages)

man-pages-5.11 released
 2021-03-22 10:44 UTC 

[PATCH 0/2] math symbols cleanup
 2021-03-22  4:36 UTC  (2+ messages)
` [PING][PATCH "

[PATCH v2 0/4] tunables and setxid programs
 2021-03-22  4:32 UTC  (2+ messages)
` [PING][PATCH "

[PATCH] tunables: Fix comparison of tunable values
 2021-03-22  4:28 UTC  (2+ messages)
` [PING][PATCH] "

Cancelling Monday patch queue review meeting
 2021-03-22  3:09 UTC 

[PATCH v2 1/2] fstatat64: use statx on kernel using uint32 for time
 2021-03-22  2:23 UTC  (4+ messages)
` [PATCH v2 2/2] MIPS: N64, make xstat as wrapper of generic fstatat
    ` 回复: "

RFC [PATCH v3 0/2] <sys/tagged-address.h>: An API for tagged address
 2021-03-20 19:20 UTC  (3+ messages)
` RFC [PATCH v3 1/2] "
` RFC [PATCH v3 2/2] <sys/tagged-address.h>: Update libc.abilist files

tunables vs osxsave vs checkpointing vs _dl_runtime_resolve
 2021-03-19 21:12 UTC  (2+ messages)

[PATCH 00/24] man3: SYNOPSIS: Use 'restrict' in prototypes (batch 5)
 2021-03-19 21:08 UTC  (5+ messages)

[PATCH] Various pages: Remove unused <sys/types.h>
 2021-03-19 20:35 UTC  (4+ messages)

[RFC 0/2] Transparent multi-version symbol support
 2021-03-19 20:33 UTC  (9+ messages)
` [RFC 2/2] Fold compat_symbol_unique functionality into compat_symbol

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