unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2021-01-07 17:39:07 to 2021-01-13 19:36:48 UTC [more...]

[PATCH 0/8] Remove alloca usage from glob
 2021-01-13 19:36 UTC  (2+ messages)

[PATCH 1/2] posix: User scratch_buffer on fnmatch
 2021-01-13 19:25 UTC  (4+ messages)

[PATCH 1/5] misc: Sync cdefs.h with gnulib
 2021-01-13 19:21 UTC  (9+ messages)
` [PATCH 2/5] malloc: Sync dynarray "
` [PATCH v2 3/5] regex: remove alloca usage on regex set_regs
` [PATCH v2 4/5] regexec: remove alloca usage in build_trtable
` [PATCH v2 5/5] regex: stop using alloca

[PATCH v2] math/testtgmath2: Fix fabs failure when no long double
 2021-01-13 17:52 UTC  (3+ messages)

[PATCH v3 0/5] fix ifunc with static pie [BZ #27072]
 2021-01-13 17:42 UTC  (15+ messages)
` [PATCH v3 1/5] configure: Require PI_STATIC_AND_HIDDEN for static pie
` [PATCH v3 2/5] Make libc symbols hidden in static PIE
` [PATCH v3 3/5] elf: Make the tunable struct definition internal only
` [PATCH v3 4/5] elf: Avoid RELATIVE relocs in __tunables_init
` [PATCH v3 5/5] csu: Move static pie self relocation later [BZ #27072]

[PATCH 0/2] unnormal test case fixes
 2021-01-13 17:41 UTC  (6+ messages)
` [PATCH 2/2] Limit unnormal tests to supported long double formats
  ` [PING][PATCH "
      ` [PATCH v2] Use the right argument code in unnormal tests

RFC: Add GNU_PROPERTY_UINT32_AND_XXX/GNU_PROPERTY_UINT32_OR_XXX
 2021-01-13 17:06 UTC 

[PATCH] x86: Adding an upper bound for Enhanced REP MOVSB
 2021-01-13 15:26 UTC  (7+ messages)
  ` [PATCH 1/1] "

[PATCH] tst: Provide test for timerfd related functions
 2021-01-13 15:10 UTC  (2+ messages)

V5 [PATCH 0/2] x86: Support GNU_PROPERTY_X86_ISA_1_NEEDED marker [BZ #26717]
 2021-01-13 14:12 UTC  (20+ messages)
` V5 [PATCH 1/2] x86: Support GNU_PROPERTY_X86_ISA_1_V[234] "
    ` V6 "
` V5 [PATCH 2/2] ldconfig/x86: Add ISA level check to glibc-hwcaps
                  ` [PATCH] ldconfig/x86: Store ISA level in cache and aux cache
                      ` V2 "

[COMMITTED] elf: work around a gcc bug in elf_get_dynamic_info
 2021-01-13 13:38 UTC 

[PATCH] x86: Set header.feature_1 in TCB for always-on CET
 2021-01-13 13:06 UTC  (4+ messages)
    ` [BACKPORT] "

2.33 Slush freeze mode on
 2021-01-13 12:56 UTC 

[PATCH] elf: work around a gcc bug in elf_get_dynamic_info
 2021-01-13 12:53 UTC  (4+ messages)

New math test failures on Fedora/33
 2021-01-13 12:51 UTC  (10+ messages)

[PATCH v4 2/2] BZ #17645, fix slow DSO sorting behavior in dynamic loader -- Algorithm changes
 2021-01-13 12:00 UTC  (2+ messages)

[PATCH 0/3] Make glibc build with LLD
 2021-01-12 17:46 UTC  (13+ messages)
` [PATCH 2/3] elf: Replace a --defsym trick with an object file to be compatible with lld
` [PATCH 3/3] install: Replace scripts/output-format.sed with objdump -f [BZ #26559]

[COMMITTED] posix: consume less entropy on tempname
 2021-01-12 12:59 UTC 

2.33 Slush freeze by the end of the day
 2021-01-12 12:47 UTC 

[PATCH] Makerules: Do not require startup files for format.lds probe object
 2021-01-12 12:07 UTC  (2+ messages)

Community Patch Review Meeting: 2021-01-11 at 0900h EST (UTC-5)
 2021-01-12 12:02 UTC  (11+ messages)

[PATCH 0/5] iconv: module for MODIFIED-UTF-7
 2021-01-12  9:12 UTC  (2+ messages)

[PATCH] add support for -Wmismatched-dealloc
 2021-01-12  8:59 UTC  (16+ messages)
                    ` Ping: "

[PATCH] Unconditionally define __stack_chk_guard [BZ #26817]
 2021-01-12  7:58 UTC  (5+ messages)

[PATCH 1/2] posix: Sync tempname with gnulib [BZ #26648]
 2021-01-12  1:06 UTC  (7+ messages)
` [PATCH 2/2] posix: Improve randomness on try_tempname_len

[PATCH v4 1/2] BZ #17645, fix slow DSO sorting behavior in dynamic loader -- Testing infrastructure
 2021-01-11 20:51 UTC  (2+ messages)

[COMMITTED] math: Add BZ#18980 fix back on dbl-64 cosh
 2021-01-11 19:59 UTC 

[PATCH 0/3] fix ifunc with static pie [BZ #27072]
 2021-01-08 10:08 UTC  (14+ messages)
` [PATCH 2/3] [RFC] elf: hack up tunables to avoid RELATIVE relocs
` [PATCH 3/3] csu: Move static pie self relocation later [BZ #27072]

x86-64: memcpy performance reduce when running in virtual mechine
 2021-01-11 15:09 UTC  (2+ messages)

[PATCH] posix: Fix return value of system if shell can not be executed [BZ #27053]
 2021-01-11 15:05 UTC  (6+ messages)

[PATCH, BUG 211039] malloc.3: Document that realloc(p, 0) is specific to glibc and nonportable
 2021-01-11 14:38 UTC  (4+ messages)

[PATCH 1/3] posix: Remove alloca usage on regex set_regs
 2021-01-11 12:35 UTC  (11+ messages)
` [PATCH 2/3] posix: Remove alloca usage on regex build_trtable
` [PATCH 3/3] posix: Remove alloca definition from regex

[PATCH v2 0/4] fix ifunc with static pie [BZ #27072]
 2021-01-11 12:13 UTC  (12+ messages)
` [PATCH v2 1/4] configure: Require PI_STATIC_AND_HIDDEN for static pie
` [PATCH v2 2/4] Make libc symbols hidden in static PIE
` [PATCH v2 3/4] elf: Avoid RELATIVE relocs in __tunables_init
` [PATCH v2 4/4] csu: Move static pie self relocation later [BZ #27072]

[PATCH] x86: Adding an upper bound for Enhanced REP MOVSB
 2021-01-11 10:46 UTC  (3+ messages)

[PATCH] aarch64: define PI_STATIC_AND_HIDDEN
 2021-01-11 10:45 UTC  (2+ messages)

x86-64: memcpy performance reduce when running in virtual mechine
 2021-01-11  9:06 UTC  (2+ messages)

x86-64: memcpy performance reduce when running in virtual mechine
 2021-01-11  8:41 UTC 

memcpy performance reduce when running in virtual mechine
 2021-01-11  8:31 UTC 

[PATCH v2 0/2] riscv: add support for GNU indirect function
 2021-01-11  7:34 UTC  (3+ messages)

[PATCH v1] libm,ieee754:New algorithm of fmod function
 2021-01-11  1:35 UTC  (7+ messages)

[PATCH] correct readlinkat attribute access (BZ #27024)
 2021-01-10 20:52 UTC  (5+ messages)

[PATCH] more out of bounds checking improvements
 2021-01-10 20:44 UTC  (6+ messages)
    ` Ping: "
      ` Ping 2: "
        ` Ping 3: "

[PATCH] Add xfchmod to libsupport
 2021-01-09 21:25 UTC  (4+ messages)

Update STATX_ATTR_DAX value from Linux 5.10
 2021-01-09 12:04 UTC  (2+ messages)

Long standing minor typo
 2021-01-09 11:15 UTC  (2+ messages)

[PATCH v3 0/6] Multiple fixes to realpath
 2021-01-09  1:24 UTC  (8+ messages)
` [PATCH v3 4/6] stdlib: Sync canonicalize with gnulib [BZ #10635] [BZ #26592] [BZ #26341] [BZ #24970]

[RFC PATCH] math/testtgmath2: Fix breakage on fabs Vldouble1 due to optimization
 2021-01-09  0:07 UTC  (5+ messages)

[PATCH] ARC: Regenerate ulps
 2021-01-08 20:52 UTC  (2+ messages)
` [COMMITTED] "

[PATCH v3 0/4] x86: Improve Minimum Alternate Stack Size
 2021-01-08 18:09 UTC  (5+ messages)
` [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] mntent: Use __putc_unlocked instead of fputc_unlocked
 2021-01-08 14:42 UTC  (2+ messages)

[PATCH] system.3: Document bug and workaround when the command name starts with a hypen
 2021-01-08 14:28 UTC  (4+ messages)
` [PATCH v3] "
` [PATCH v4] "

[PATCH v3] addmntent: Remove unbounded alloca usage from getmntent [BZ#27083]
 2021-01-08 13:34 UTC  (4+ messages)

[PATCH 0/5] Remove remaining slow paths from math functions
 2021-01-08 10:29 UTC  (16+ messages)
` [PATCH 1/5] Remove slow paths from asin
  ` [PATCH v2 1/5] Remove remaining slow paths from asin and acos
` [PATCH 2/5] Remove slow paths in tan
  ` [PATCH v2 "
` [PATCH 3/5] Remove slow paths from atan
  ` [PATCH v2 "
` [PATCH 4/5] Remove slow paths from atan2
  ` [PATCH v2 "
` [PATCH 5/5] Remove mpa files
  ` [PATCH v2 "

[COMMITTED] Update NEWS for CVE-2019-25013
 2021-01-08  3:56 UTC 

[RFC][PATCH v7 00/20] Implementation of RTLD_SHARED for dlmopen
 2021-01-08  0:33 UTC  (5+ messages)
` [RFC][PATCH v7 20/20] Restore separate libc loading for the TLS/namespace storage test
  ` Ping "

[PATCH] glibc __builtin_add_overflow problem with GCC < 7
 2021-01-07 17:38 UTC  (3+ messages)


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