unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2021-01-16 20:50:12 to 2021-01-21 11:19:49 UTC [more...]

[PATCH] <sys/platform/x86.h>: Remove the C preprocessor magic
 2021-01-21 11:19 UTC  (7+ messages)
  ` V2 "
      ` V3 "

[PATCH] tst: Provide test for ctime
 2021-01-21 10:24 UTC  (4+ messages)

[PATCH] Revert "linux: Move {f}xstat{at} to compat symbols" for static build
 2021-01-21  9:21 UTC  (5+ messages)

[PATCH] glibc: Apply patch for easy analysis of malloc issue
 2021-01-21  8:40 UTC  (4+ messages)

[PATCH] aarch64: revert memcpy optimze for kunpeng to avoid performance degradation
 2021-01-21  1:55 UTC 

[PATCH] x86: Refactor and improve performance of strchr-avx2.S
 2021-01-21  0:12 UTC  (3+ messages)
  ` [PATCH v2] "

Rename "master" branch to "main"?
 2021-01-21  0:23 UTC  (7+ messages)

[PATCH 0/3] Make glibc build with LLD
 2021-01-20 18:51 UTC  (8+ messages)
` [PATCH 2/3] elf: Replace a --defsym trick with an object file to be compatible with lld

[PATCH 1/5] posix: Sync regex code with gnulib
 2021-01-20 17:46 UTC  (13+ messages)

[COMMITTED] posix: Fix fnmatch.c on bootstrap
 2021-01-20 16:51 UTC 

ifunc resolving
 2021-01-20 16:17 UTC  (7+ messages)

[PATCH v4 0/4] x86: Improve Minimum Alternate Stack Size
 2021-01-20 16:14 UTC  (3+ messages)
` [PATCH v4 2/4] x86/elf: Support a new ELF aux vector AT_MINSIGSTKSZ

PING: V7 [PATCH] sysconf: Add _SC_MINSIGSTKSZ/_SC_SIGSTKSZ [BZ #20305]
 2021-01-20 16:04 UTC  (22+ messages)
                        ` V8 "
                            ` V9 "

[PATCH v5 0/7] fix ifunc with static pie [BZ #27072]
 2021-01-20 15:36 UTC  (9+ messages)
` [PATCH v5 1/7] elf: Make the tunable struct definition internal only
` [PATCH v5 2/7] elf: Avoid RELATIVE relocs in __tunables_init
` [PATCH v5 3/7] configure: Check for static PIE support
` [PATCH v5 4/7] csu: Avoid weak ref for __ehdr_start in static PIE
` [PATCH v5 5/7] Use hidden visibility for early static PIE code
` [PATCH v5 6/7] csu: Move static pie self relocation later [BZ #27072]
` [PATCH v5 7/7] Make libc symbols hidden in static PIE

[PATCH] aarch64: revert memcpy optimze for kunpeng to avoid performance degradation
 2021-01-20 14:49 UTC 

[PATCH v3 6/6] stdlib: Add testcase fro BZ #26241
 2021-01-20 14:13 UTC  (3+ messages)

[PATCH] tst: Add test for clock_adjtime
 2021-01-20 13:41 UTC 

[PATCH] aarch64: revert memcpy optimze for kunpeng to avoid performance degradation
 2021-01-20 13:09 UTC  (2+ messages)

[COMMITTED] posix: Fix regex_internal.h on bootstrap
 2021-01-20 13:02 UTC 

[PATCH v4 00/10] fix ifunc with static pie [BZ #27072]
 2021-01-20 12:49 UTC  (44+ messages)
` [PATCH v4 01/10] configure: Require PI_STATIC_AND_HIDDEN for static pie
` [PATCH v4 02/10] libmvec: Add extra-test-objs to test-extras
` [PATCH v4 03/10] elf: Make the tunable struct definition internal only
` [PATCH v4 04/10] elf: Avoid RELATIVE relocs in __tunables_init
` [PATCH v4 05/10] Use hidden visibility for early static PIE code
` [PATCH v4 06/10] elf: Avoid RELATIVE relocation for _dl_sysinfo
    ` V2 "
` [PATCH v4 07/10] Use <startup.h> in __libc_init_secure
` [PATCH v4 08/10] csu: Move static pie self relocation later [BZ #27072]
` [PATCH v4 09/10] x86: Check ifunc resolver with CPU_FEATURE_USABLE "
    ` V2 "
` [PATCH v4 10/10] Make libc symbols hidden in static PIE

[PATCH] aarch64: revert memcpy optimze for kunpeng to avoid performance degradation
 2021-01-20  9:35 UTC 

[PATCH] aarch64: revert memcpy optimze for kunpeng to avoid performance degradation
 2021-01-20  9:34 UTC 

[PATCH] circleq.3: Fix CIRCLEQ_LOOP_*() return type
 2021-01-20  8:56 UTC  (2+ messages)

[PATCH] linux: Use stat_overflow to check overflow in fstatat
 2021-01-19 21:11 UTC  (3+ messages)

[PATCH] add support for -Wmismatched-dealloc
 2021-01-19 16:54 UTC  (16+ messages)

nsswitch: do not reload if "/" changes
 2021-01-19 16:37 UTC  (5+ messages)

[PATCH v4 fixed] csu: Move static pie self relocation later [BZ #27072]
 2021-01-19 16:06 UTC 

New math test failures on Fedora/33
 2021-01-19 15:59 UTC  (10+ messages)

nsswitch: do not reload if "/" changes
 2021-01-19 14:40 UTC  (9+ messages)

[PATCH] Hurd: Enable ifunc by default
 2021-01-19 12:44 UTC  (13+ messages)
              ` [PATCH] Hurd: Add rtld-strncpy-c.c

[PATCH] Fix the inaccuracy of j0f (BZ 14469)
 2021-01-19 10:28 UTC  (3+ messages)
  ` [PATCH] Fix the inaccuracy of j0f (BZ 14469) and y0f (BZ 14471)

[PATCH 1/5] nptl: Fix pthread_cond_signal missing a sleeper (#BZ 25847)
 2021-01-18 23:47 UTC  (8+ messages)
` [PATCH 2/5] nptl: Remove the signal-stealing code. It is no longer needed
` [PATCH 3/5] nptl: Optimization by not incrementing wrefs in pthread_cond_wait
` [PATCH 4/5] nptl: Make test-cond-printers check the number of waiters
` [PATCH 5/5] nptl: Rename __wrefs to __flags because its meaning has changed

Update MIPS libm-test-ulps [committed]
 2021-01-18 21:36 UTC 

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

Update arm libm-test-ulps [committed]
 2021-01-18 20:23 UTC 

Update powerpc-nofpu libm-test-ulps [committed]
 2021-01-18 20:21 UTC 

[PATCH] x86: Adding an upper bound for Enhanced REP MOVSB
 2021-01-18 17:10 UTC  (5+ messages)

[PATCH v3 2/5] Make libc symbols hidden in static PIE
 2021-01-18 16:22 UTC  (11+ messages)

Fix the inaccuracy of y0f (BZ 14471)
 2021-01-18 16:12 UTC 

[PATCH 1/3] tst: Extend cross-test-ssh.sh to specify if target date can be altered
 2021-01-18 16:03 UTC  (3+ messages)
` [PATCH 2/3] support: Provide xclock_settime test helper function
` [PATCH 3/3] tst: Add test for clock_settime

[PATCH] system.3: Document bug and workaround when the command name starts with a hypen
 2021-01-18 15:37 UTC  (7+ messages)
` [PATCH v4] "
    ` Ping: "

Community Patch Review Meeting: 2021-01-18 at 0900h EST (UTC-5)
 2021-01-18 15:33 UTC  (3+ messages)

V5 [PATCH 0/2] x86: Support GNU_PROPERTY_X86_ISA_1_NEEDED marker [BZ #26717]
 2021-01-18 15:15 UTC  (9+ messages)
` V5 [PATCH 1/2] x86: Support GNU_PROPERTY_X86_ISA_1_V[234] "
    ` V6 "

[committed] Update hppa ulps
 2021-01-18 15:07 UTC 

[COMMITTED] ARC: nofpu: Regenerate ulps
 2021-01-18  0:42 UTC 

[PATCH] cacheflush.2: Update SYNOPSIS for glibc wrapper
 2021-01-17 20:55 UTC  (4+ messages)

[PATCH] execveat.2: Normalize notes about missing wrappers
 2021-01-17 20:35 UTC  (2+ 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).