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-04-13 22:14 UTC  (2+ messages)

[PATCH 00/16] memory tagging improvements
 2021-04-13 21:32 UTC  (5+ messages)
` [PATCH 02/16] Remove PR_TAGGED_ADDR_ENABLE from sys/prctl.h

[PATCH] linux: sysconf: limit _SC_MAX_ARG to 6 MiB [BZ #25305]
 2021-04-13 20:47 UTC  (17+ messages)

UTF-8 in glibc commit messages
 2021-04-13 20:19 UTC  (2+ messages)

Candidate Linux ABI for Intel AMX and hypothetical new related features
 2021-04-13 20:16 UTC  (13+ messages)

[COMMITTED] s390: Update ulps
 2021-04-13 20:13 UTC 

[COMMITTED] i386: Update ulps
 2021-04-13 20:13 UTC 

[PATCH] Linux: Add execveat system call wrapper
 2021-04-13 19:27 UTC  (6+ messages)

Improve documentation for malloc etc. (BZ#27720)
 2021-04-13 19:22 UTC  (3+ messages)

[COMMITTED] arm: update libm test ulps
 2021-04-13 18:02 UTC  (5+ messages)

[RFC][PATCH v10 0/7] Implementation of RTLD_SHARED for dlmopen
 2021-04-13 17:02 UTC  (2+ messages)

[PATCH liburing] examples/ucontext-cp.c: cope with variable SIGSTKSZ
 2021-04-13 15:03 UTC 

[PATCH v2 00/14] Dynamic TLS related data race fixes
 2021-04-13 14:04 UTC  (24+ messages)
` [PATCH v2 01/14] elf: Fix a DTV setup issue [BZ #27136]
` [PATCH v2 02/14] elf: Add a DTV setup test "
` [PATCH v2 03/14] elf: Fix comments and logic in _dl_add_to_slotinfo
` [PATCH v2 04/14] elf: Refactor _dl_update_slotinfo to avoid use after free
` [PATCH v2 05/14] elf: Fix data races in pthread_create and TLS access [BZ #19329]
` [PATCH v2 06/14] elf: Use relaxed atomics for racy accesses "
` [PATCH v2 07/14] elf: Add test case for "
` [PATCH v2 08/14] elf: Fix DTV gap reuse logic [BZ #27135]
` [PATCH v2 09/14] x86_64: Avoid lazy relocation of tlsdesc [BZ #27137]
` [PATCH v2 10/14] i386: "
` [PATCH v2 11/14] x86_64: Remove lazy tlsdesc relocation related code
` [PATCH v2 12/14] i386: "
` [PATCH v2 13/14] elf: "
` [PATCH v2 14/14] RFC elf: Fix slow tls access after dlopen [BZ #19924]

[PATCH 0/5] Added optimized memcpy/memmove/memset for A64FX
 2021-04-13 12:07 UTC  (3+ messages)

[PATCH v2] tst: Provide test for getrusage
 2021-04-13  8:30 UTC  (3+ messages)

[PATCH v2] tst: Add test for adjtime
 2021-04-13  8:28 UTC  (3+ messages)

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

Mark Brown stepping down as member of glibc steering committee
 2021-04-12 21:57 UTC  (2+ messages)

[PATCH 01/11] support: Add xmkfifo
 2021-04-12 21:11 UTC  (11+ messages)
` [PATCH 02/11] misc: Add syslog test
` [PATCH 03/11] misc: syslog: Fix indentation and style
` [PATCH 04/11] misc: syslog: Use bool for connected
` [PATCH 05/11] misc: syslog: Assume MSG_NOSIGNAL support (BZ #17144)
` [PATCH 06/11] misc: syslog: Simplify implementation
` [PATCH 07/11] misc: syslog: Use static buffer
` [PATCH 08/11] misc: syslog: Use CLOC_EXEC with _PATH_CONSOLE (BZ #17145)
` [PATCH 09/11] misc: syslog: Use static const for AF_UNIX address
` [PATCH 10/11] misc: syslog: Move SYSLOG_NAME to USE_MISC (BZ #16355)
` [PATCH 11/11] misc: syslog: Use RFC5424

Fix REALLOC_ZERO_BYTES_FREES comment
 2021-04-12 19:44 UTC  (7+ messages)

[PATCH v3 1/4] libsupport: Add support_select_modifies_timeout
 2021-04-12 19:20 UTC  (10+ messages)
` [PATCH v3 2/4] libsupport: Add support_select_normalizes_timeout
` [PATCH v3 3/4] linux: Normalize and return timeout on select (BZ #27651)
` [PATCH v3 4/4] linux: always update select timeout (BZ #27706)

Candidate Linux ABI for Intel AMX and hypothetical new related features
 2021-04-12 17:14 UTC  (12+ messages)

[PATCH] arm: Fix an incorrect check in ____longjmp_chk [BZ #27709]
 2021-04-12 12:45 UTC  (2+ messages)

[PATCH] misc: Add syslog test
 2021-04-12 12:30 UTC  (3+ messages)

Monday patch review meeting: Storm brewing in Pune
 2021-04-12 11:23 UTC  (2+ messages)

[PATCH v4 00/35] SYNOPSIS: Use syscall(SYS_...); and fix '#include's
 2021-04-12  9:09 UTC  (8+ messages)
` [PATCH v5 "

[PATCH v2 0/4] tunables and setxid programs
 2021-04-12  3:30 UTC  (14+ messages)
` [PATCH 1/4] support: Add capability to fork an sgid child
    ` [PATCH v2] "
` [PATCH 2/4] tst-env-setuid: Use support_capture_subprogram_self_sgid
` [PATCH 3/4] Enhance setuid-tunables test
` [PATCH 4/4] Fix SXID_ERASE behavior in setuid programs (BZ #27471)

[hurd,commited] hurd: Export _hurd_libc_proc_init
 2021-04-11 22:23 UTC 

[PATCH v5] Set the retain attribute on _elf_set_element if CC supports [BZ #27492]
 2021-04-09 22:36 UTC  (14+ messages)

[COMMITTED] powerpc: Update libm test ulps
 2021-04-09 21:26 UTC 

[PATCH] Bug 3604: fix calls to openlog() with LOG_KERN facility
 2021-04-09 17:37 UTC  (5+ messages)
` syslog and LOG_KERN - "
  ` [libc-coord] "
    ` [PATCH] fix calls to openlog() with LOG_KERN facility (Bug 3604)

[PATCH 00/15] Dynamic TLS related data race fixes
 2021-04-09 14:55 UTC  (24+ messages)
` [PATCH 01/15] aarch64: free tlsdesc data on dlclose [BZ #27403]
` [PATCH 02/15] elf: Fix data race in _dl_name_match_p [BZ #21349]
` [PATCH 06/15] elf: Fix comments and logic in _dl_add_to_slotinfo
` [PATCH 07/15] elf: Refactor _dl_update_slotinfo to avoid use after free
` [PATCH 11/15] x86_64: Avoid lazy relocation of tlsdesc [BZ #27137]

s390x: Diagnose missing VXE at run time if required at build time
 2021-04-09 13:50 UTC  (5+ messages)

[PATCH v2] powerpc: Add missing registers to clobbers list for syscalls [BZ #27623]
 2021-04-09 13:07 UTC  (2+ messages)

[PATCH v2 1/2] linux: Normalize and return timeout on select (BZ #27651)
 2021-04-09 12:46 UTC  (5+ messages)
` [PATCH v2 2/2] linux: always update select timeout (BZ #27706)

[PATCH v2] powerpc: Add log IFUNC multiarch support for POWER10
 2021-04-08 18:15 UTC 

[PATCH] powerpc: Add log IFUNC multiarch support for POWER10
 2021-04-08 18:14 UTC  (3+ messages)

[PATCH 1/1] malloc: remove redundant check of unsorted bin corruption
 2021-04-08  9:29 UTC 

[COMMITTED] aarch64: update libm test ulps
 2021-04-08  7:27 UTC 

localedata: Updates for Taiwanese locales [BZ #24409]
 2021-04-08  7:05 UTC 

[PATCH] linux: always update select timeout (bug 27706)
 2021-04-07 14:19 UTC  (2+ messages)

sem_timedwait: The semaphore times out when the CLOCK_REALTIME is used
 2021-04-07  8:06 UTC  (2+ messages)

[PATCH] malloc: Run tst-malloc-stats-cancellation via test-driver.c
 2021-04-07  0:21 UTC  (2+ messages)

[PATCH] tunables: Fix comparison of tunable values
 2021-04-06 19:50 UTC  (2+ messages)

[PATCH v3 00/37] libpthread removal: NPTL forwarders are gone
 2021-04-06 19:40 UTC  (7+ messages)
` [PATCH v3 36/37] nptl: Move setxid broadcast implementation into libc

[committed] Update hppa libm-test-ulps
 2021-04-06 19:02 UTC 

RFC: Remove --disable-hidden-plt
 2021-04-06 18:43 UTC  (7+ messages)

[COMMITTED] m68k: Fix build after 9acda61d94ac
 2021-04-06 18:11 UTC 

[PATCH] Update sv_SE to treate 'W' as a distinct character (Bug 25036)
 2021-04-06 16:55 UTC  (3+ messages)

dlpi_tls_data is incorrect NULL when dlpi_tls_modid>0
 2021-04-06 10:38 UTC  (4+ messages)

[PATCH] sys: Fixes possible typo in comment: statfs -> statvfs
 2021-04-06  7: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).