unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2018-11-30 16:05:43 to 2018-12-05 15:49:23 UTC [more...]

RFC: Add getcpu wrapper
 2018-12-05 15:48 UTC  (4+ messages)

[PATCH] Y2038: provide kernel support indication
 2018-12-05 15:26 UTC  (12+ messages)

[PATCH] support: Implement <support/descriptors.h> to track file descriptors
 2018-12-05 15:04 UTC  (7+ messages)

[PATCH] Linux: Implement membarrier function
 2018-12-05 14:51 UTC  (4+ messages)

New Belarusian PO file for 'libc' (version 2.27.9000)
 2018-12-05 13:52 UTC 

[PATCH] posix: New function posix_spawn_file_actions_addfchdir_np [BZ #17405]
 2018-12-05 13:51 UTC  (6+ messages)

[PATCH] resolv: Remove support for RES_USE_INET6 and the inet6 option
 2018-12-05 13:22 UTC  (2+ messages)

[PATCH] Linux: Implement per-thread file system attributes
 2018-12-05 13:21 UTC  (2+ messages)

Why versioned library names?
 2018-12-05 13:17 UTC  (2+ messages)

[PATCH v3] Y2038: make __difftime compatible with 64-bit time
 2018-12-05 11:05 UTC  (3+ messages)

[PATCH] Linux: Add gettid system call wrapper [BZ #6399]
 2018-12-05 10:53 UTC 

RFC: The CPU run-time library for C
 2018-12-05  3:53 UTC  (7+ messages)

[PATCH v2 0/9] Y2038 struct tm related patches
 2018-12-05  0:11 UTC  (2+ messages)

[RFC][PATCH] Multiple locales: Use the correct date and time formats (bug 10496, 23724)
 2018-12-04 23:48 UTC  (4+ messages)

[PATCH 1/3] Update s_sincosf.c and x86-64 s_sincosf-fma.c
 2018-12-04 23:01 UTC  (7+ messages)
      ` [PATCH] Use generic vector computations in s_sincosf.h

Use gen-as-const.py to process .pysym files
 2018-12-04 23:00 UTC  (3+ messages)

[patch] test-container: unshare hints and su mode
 2018-12-04 21:54 UTC  (4+ messages)

[PATCH v3 0/7] Use more flags parameters instead of global bits in stdio
 2018-12-04 21:06 UTC  (13+ messages)
` [PATCH v3 1/7] Add __vfscanf_internal and __vfwscanf_internal with flags arguments
` [PATCH v3 6/7] Use PRINTF_FORTIFY instead of _IO_FLAGS2_FORTIFY (bug 11319)

[RFC PATCH glibc 1/4] glibc: Perform rseq(2) registration at nptl init and thread creation (v4)
 2018-12-04 19:50 UTC  (6+ messages)
` [RFC PATCH glibc 2/4] glibc: sched_getcpu(): use rseq cpu_id TLS on Linux
` [RFC PATCH glibc 3/4] support record failure: allow use from constructor
` [RFC PATCH glibc 4/4] rseq registration tests

Stop test-in-container trying to run other-OS binaries
 2018-12-04 16:17 UTC  (6+ messages)

RFC: Linux gABI: Add a GNU_PROPERTY_BY_LINKER property
 2018-12-04 13:57 UTC  (12+ messages)
                  ` RFC: Add PT_GNU_PROPERTY to cover .note.gnu.property section

New Belarusian PO file for 'libc' (version 2.27.9000)
 2018-12-04 13:57 UTC 

[PATCH v4 00/10] RISC-V glibc port for the 32-bit
 2018-12-04 10:07 UTC  (18+ messages)
` [PATCH v4 01/10] Documentation for the RISC-V 32-bit port
` [PATCH v4 02/10] RISC-V: Support dynamic loader for the 32-bit
` [PATCH v4 03/10] RISC-V: Add path of library directories "
` [PATCH v4 04/10] RISC-V: The ABI implementation "
` [PATCH v4 05/10] RISC-V: Hard float support for the 32 bit
` [PATCH v4 06/10] RISC-V: Regenerate ULPs of RISC-V
` [PATCH v4 07/10] RISC-V: Add ABI lists
` [PATCH v4 08/10] RISC-V: Build Infastructure for the 32-bit
` [PATCH v4 09/10] RISC-V: Fix llrint and llround missing exceptions on RV32
` [PATCH v4 10/10] Add RISC-V 32-bit target to build-many-glibcs.py

Move tst-signal-numbers to Python
 2018-12-04  1:08 UTC  (2+ messages)

Static vdso on other architectures
 2018-12-04  0:29 UTC  (4+ messages)
` [cfarm-users] "

[PATCH v9] Locales: Cyrillic -> ASCII transliteration table [BZ #2872]
 2018-12-03 22:19 UTC  (7+ messages)

[PATCH] Fix test-as-const-jmp_buf-ssp.c generation on gnu-i386
 2018-12-03 21:44 UTC  (8+ messages)

[RFC PATCH v4 1/5] glibc: Perform rseq(2) registration at nptl init and thread creation
 2018-12-03 21:30 UTC  (9+ messages)

[PATCH] Enable VDSO for static linking on arm
 2018-12-03 21:01 UTC  (4+ messages)

[COMMITTED] posix: Fix segfault in maybe_script_execute
 2018-12-03 20:25 UTC  (2+ messages)

[PATCH] S390: Refactor ifunc handling
 2018-12-03 17:30 UTC  (37+ messages)
` [PATCH 02/56] S390: Use hwcap instead of dl_hwcap in ifunc-resolvers
` [PATCH 09/56] S390: Refactor memcpy/mempcpy ifunc handling
` [PATCH 11/56] S390: Use memcpy for forward cases in memmove
` [PATCH 12/56] S390: Add configure check to detect z13 as mininum architecture level set
` [PATCH 15/56] S390: Add z13 memmem ifunc variant
` [PATCH 16/56] S390: Refactor strlen ifunc handling
` [PATCH 18/56] S390: Refactor strcpy "
` [PATCH 22/56] S390: Refactor strcat "
` [PATCH 23/56] S390: Refactor strncat "
` [PATCH 25/56] S390: Refactor strncmp "
` [PATCH 27/56] S390: Refactor strchrnul "
` [PATCH 29/56] S390: Refactor strspn "
` [PATCH 31/56] S390: Refactor strcspn "
` [PATCH 33/56] S390: Refactor rawmemchr "
` [PATCH 34/56] S390: Refactor memccpy "
` [PATCH 36/56] S390: Refactor wcslen "
` [PATCH 40/56] S390: Refactor wcsncpy "
` [PATCH 42/56] S390: Refactor wcscat "
` [PATCH 44/56] S390: Refactor wcscmp "
` [PATCH 46/56] S390: Refactor wcschr "
` [PATCH 47/56] S390: Refactor wcschrnul "
` [PATCH 48/56] S390: Refactor wcsrchr "
` [PATCH 49/56] S390: Refactor wcsspn "
` [PATCH 50/56] S390: Refactor wcspbrk "
` [PATCH 51/56] S390: Refactor wcscspn "
` [PATCH 52/56] S390: Refactor wmemchr "
` [PATCH 53/56] S390: Refactor wmemset "
` [PATCH 54/56] S390: Refactor wmemcmp "
` [PATCH 55/56] S390: Refactor gconv_simple "
` [PATCH 56/56] S390: Cleanup ifunc-resolve.h

[PATCH] Add --no-hard-links option to localedef (Bug 23923)
 2018-12-03 15:22 UTC  (6+ messages)
  ` [PATCHv2] "

[PATCH 0/3] x86-64: Update sincosf
 2018-12-03 11:13 UTC  (6+ messages)
` [PATCH 1/3] Update s_sincosf.c and x86-64 s_sincosf-fma.c

Bugs & hurd
 2018-12-01 21:33 UTC  (8+ messages)

[PATCH] support: Close original descriptors in support_capture_subprocess
 2018-12-01 21:14 UTC  (8+ messages)

[PATCH] resolv: Set h_errno during resolver context allocation failure
 2018-12-01 20:14 UTC 

[PATCH] resolv: Remove pfcode field in resolver state
 2018-12-01 20:13 UTC 

[PATCH] resolv: Remove compat-gethnamddr.c address sorting code
 2018-12-01 20:13 UTC 

[PATCH] resolv: Remove debugging code from compat-gethnamaddr.c
 2018-12-01 20:13 UTC 

[PATCH V11] Mutex: Add pthread mutex tunables
 2018-12-01 16:35 UTC  (3+ messages)

malloc: Add another test for tcache double free check
 2018-12-01  4:14 UTC  (3+ messages)

[PATCH v10] Mutex: Add pthread mutex tunables
 2018-12-01  1:46 UTC  (4+ messages)

[PATCH] Enable VDSO on i386 statically linked programs
 2018-11-30 23:34 UTC  (7+ messages)

[PATCH] abilist.awk: Treat .tdata like .tbss and reject unknown combinations
 2018-11-30 21:20 UTC  (7+ messages)

[PATCHv5] Protect _dl_profile_fixup data-dependency order [BZ #23690]
 2018-11-30 20:09 UTC  (4+ messages)
` [PATCHv6] Fix _dl_profile_fixup data-dependency issue (Bug 23690)

[PATCH] Print cache size and geometry auxv types on LD_SHOW_AUXV=1
 2018-11-30 19:56 UTC  (3+ messages)

[PATCH v3 1/2] posix: Use posix_spawn on popen
 2018-11-30 19:35 UTC  (9+ messages)
` [PATCH v3 2/2] posix: Use posix_spawn on system

[PATCH] login: Remove utmp backend jump tables [BZ #23518]
 2018-11-30 18:46 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).