unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2021-10-06 19:15:15 to 2021-10-13 03:40:24 UTC [more...]

[PATCH v3 0/7] Use introsort for qsort
 2021-10-13  3:39 UTC  (6+ messages)
` [PATCH v3 1/7] benchtests: Add bench-qsort
` [PATCH v3 3/7] stdlib: Optimization qsort{_r} swap implementation (BZ #19305)

Support C2X printf %b, %B
 2021-10-13  0:37 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v1 1/3] benchtests: Add medium cases and increase iters in bench-memset.c
 2021-10-12 19:01 UTC  (9+ messages)
` [PATCH v1 2/3] x86: Modify ENTRY in sysdep.h so that p2align can be specified
` [PATCH v1 3/3] x86: Optimize memset-vec-unaligned-erms.S

[PATCH v1 1/2] x86: Modify ENTRY in sysdep.h so that p2align can be specified
 2021-10-12 17:43 UTC  (4+ messages)
` [PATCH v1 2/2] x86: Optimize memcmp-evex-movbe.S for frontend behavior and size

[PATCH 0/3] _FORTIFY_SOURCE=3 improvements
 2021-10-12 16:16 UTC  (4+ messages)
` [PATCH 1/3] Don't add access size hints to fortifiable functions
` [PATCH 2/3] Make sure that the fortified function conditionals are constant
` [PATCH 3/3] debug: Add tests for _FORTIFY_SOURCE=3

[PATCH] elf: Support DT_RELR relative relocation format [BZ #27924]
 2021-10-12 16:07 UTC  (16+ messages)

[PATCH] libio: Update tst-wfile-sync to not depend on stdin
 2021-10-12 14:17 UTC  (2+ messages)

[PATCH] elf: Update audit tests to not depend on stdout
 2021-10-12 14:15 UTC  (2+ messages)

[PATCH] stdlib/longlong.h: Remove lvalue to rvalue conversion
 2021-10-12 13:51 UTC  (10+ messages)

[PATCH 0/9] Improve hypot()
 2021-10-12 12:17 UTC  (28+ messages)
` [PATCH 1/9] benchtests: Make hypot input random
` [PATCH 2/9] benchtests: Add hypotf
` [PATCH 3/9] math: Simplify hypotf implementation
` [PATCH 7/9] math: Remove powerpc e_hypot
` [PATCH 8/9] i386: Move hypot implementation to C
` [PATCH 9/9] math: Remove the error handling wrapper from hypot and hypotf

[PATCH] [PING 7] localedata: add new locale ab_GE
 2021-10-12 12:02 UTC  (2+ messages)

[PATCH] elf: Fix elf_get_dynamic_info definition
 2021-10-12 11:35 UTC  (5+ messages)

Add TEST_COMPARE_STRING_WIDE to support/check.h
 2021-10-12  6:15 UTC  (3+ messages)
` Ping "

[PATCH] configure: Don't check LD -v --help for LIBC_LINKER_FEATURE
 2021-10-12  0:25 UTC 

[PATCH] ctime.3: mktime() may modify tm_hour due to tm_isdst
 2021-10-11 22:05 UTC  (10+ messages)
  ` [PATCH v2 1/2] "
  ` [PATCH v2 2/2] timegm.3: Remove recommendation against use of timegm()
  ` [PATCH v3 1/2] ctime.3: mktime() may modify tm_hour due to tm_isdst
  ` [PATCH v3 2/2] timegm.3: Remove recommendation against their use

Fix nios2 localplt failure [committed]
 2021-10-11 21:48 UTC 

[PATCH] replace sprintf with strcpy to avoid GCC warning [BZ#28439]
 2021-10-11 15:43 UTC  (11+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] replace sprintf with stpcpy "

[PATCH] dl: Use "adr" assembler command to get proper load address
 2021-10-11 14:31 UTC  (30+ messages)

[PATCH v4] elf: Avoid nested functions in the loader (all ports) [BZ #27220]
 2021-10-11 14:01 UTC  (9+ messages)

[PATCH v2] elf: Remove Intel MPX support (lazy PLT, ld.so profile, and LD_AUDIT)
 2021-10-11 12:12 UTC  (2+ messages)

[PATCH] Add alloc_align attribute to memalign et al
 2021-10-11  8:17 UTC  (4+ messages)
    ` [PATCH v2] "

[PATCH] elf: Remove Intel MPX support (lazy PLT, ld.so profile, and LD_AUDIT)
 2021-10-11  5:44 UTC  (5+ messages)

[PATCH v10 00/11] malloc hooks removal
 2021-10-11  2:40 UTC  (10+ messages)

[PATCH v1] String: Add support for __memcmpeq() ABI on all targets
 2021-10-11  2:33 UTC  (3+ messages)
` [PATCH v7] "

Cancelled Patch Review Meeting on 2021-10-11
 2021-10-11  2:18 UTC 

[PATCH] x86_64: Improve Intel MPX check to reject incomplete Clang support
 2021-10-11  0:49 UTC  (4+ messages)

[PATCH v14 0/7] Implementation of RTLD_SHARED for dlmopen
 2021-10-10 16:38 UTC  (8+ messages)
` [PATCH v14 1/7] Define a new dynamic section tag - DT_GNU_FLAGS_1 (bug 22745)
` [PATCH v14 2/7] Abstract loaded-DSO search code into a helper function
` [PATCH v14 3/7] Use the new DSO finder "
` [PATCH v14 4/7] Add DT_GNU_FLAGS_1/DF_GNU_1_UNIQUE to glibc DSOs (bug 22745)
` [PATCH v14 5/7] Implement dlmopen RTLD_SHARED flag "
` [PATCH v14 6/7] Add dlmopen / RTLD_SHARED tests
` [PATCH v14 7/7] NEWS for RTLD_SHARED, RTLD_ISOLATE & DT_GNU_FLAGS_1/DF_GNU_1_UNIQUE

Glibc 2.34 cross-compile errors
 2021-10-10 15:09 UTC  (4+ messages)

[PATCH 00/15] Fix various NPTL synchronization issues
 2021-10-10 14:37 UTC  (7+ messages)
` [PATCH 06/15] nptl: Use exit_lock when accessing TID on pthread_getaffinity_np

[PATCH] NEWS: Mention libpthread, libdl, libutil, libanl integration
 2021-10-10 13:34 UTC  (5+ messages)

mktime(3), asctime(3): possible bug in tm_isdst?
 2021-10-10  1:18 UTC  (5+ messages)

[PATCH v1] benchtests: Improve reliability of memcmp benchmarks
 2021-10-08 19:40 UTC  (2+ messages)

[PATCH v2 1/2] support: Add support_socket_so_timestamp_time64
 2021-10-08 11:58 UTC  (3+ messages)
` [PATCH v2 2/2] linux: Fix ancillary 64-bit time timestamp conversion (BZ #28349, BZ #28350)

Remove unreliable parts of rt/tst-cpuclock2
 2021-10-08  2:40 UTC  (3+ messages)

[PATCH] glibcextract.py: Place un-assemblable @@@ in a comment
 2021-10-08  1:40 UTC 

[PATCH v2] linux: Fix a non-constant expression in _Static_assert
 2021-10-08  0:46 UTC 

[PATCH 0/3] Update tests for protected symbol access
 2021-10-07 20:08 UTC  (4+ messages)
` [PATCH 1/3] Check linker suppor for -z indirect-extern-access
` [PATCH 2/3] Check compiler support for -fno-direct-extern-access
` [PATCH 3/3] Update tests for protected data and function symbols

[PATCH] ld.so: Check protected symbols
 2021-10-07 19:56 UTC 

[PATCH 1/2] Initial support for GNU_PROPERTY_1_NEEDED
 2021-10-07 17:45 UTC  (9+ messages)
` [PATCH 2/2] Add run-time chesk for indirect external access

[PATCH v2 00/22] futex: splitup and waitv syscall
 2021-10-07 13:27 UTC  (6+ messages)
` [PATCH v2 16/22] futex: Implement sys_futex_waitv()

[PATCH v7] io: Fix ftw internal realloc buffer (BZ #28126)
 2021-10-07 12:50 UTC  (2+ messages)

[PATCH v6] io: Fix ftw internal realloc buffer (BZ #28126)
 2021-10-07  9:19 UTC  (3+ messages)

[PATCH] resolv: Fix tests by aligning hand crafted queries
 2021-10-06 20:53 UTC  (4+ messages)

[PATCH] elf: Add __libc_get_static_tls_bounds [BZ #16291]
 2021-10-06 20:23 UTC  (4+ messages)

[PATCH 0/7] Use RFC5424 for syslog
 2021-10-06 19:36 UTC  (7+ messages)
` [PATCH 1/7] support: Add xmkfifo
` [PATCH 7/7] misc: syslog: Use RFC5424

outb(2) Text regarding optimizations
 2021-10-06 19:14 UTC 


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