unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2019-10-10 05:42:25 to 2019-10-15 22:33:46 UTC [more...]

[RFC v5 00/21] RISC-V glibc port for the 32-bit
 2019-10-15 22:28 UTC  (6+ messages)
` [RFC v5 02/21] sysdeps/nanosleep: Use clock_nanosleep_time64 if avaliable

[PATCH 00/31] Add IEEE long double <-> string functions for powerpc64le
 2019-10-15 21:11 UTC  (35+ messages)
` [PATCH 01/31] ldbl-128ibm-compat: Add regular character printing functions
` [PATCH 02/31] ldbl-128ibm-compat: Add wide "
` [PATCH 03/31] ldbl-128ibm-compat: Add regular character, fortified "
` [PATCH 04/31] ldbl-128ibm-compat: Add wide "
` [PATCH 05/31] ldbl-128ibm-compat: Test double values
` [PATCH 06/31] ldbl-128ibm-compat: Test positional arguments
` [PATCH 07/31] ldbl-128ibm-compat: Add regular character scanning functions
` [PATCH 08/31] ldbl-128ibm-compat: Add wide "
` [PATCH 09/31] ldbl-128ibm-compat: Add argp_error and argp_failure
` [PATCH 10/31] ldbl-128ibm-compat: Add err.h functions
` [PATCH 11/31] ldbl-128ibm-compat: Add error.h functions
` [PATCH 12/31] ldbl-128ibm-compat: Reuse tests for err.h and "
` [PATCH 13/31] ldbl-128ibm-compat: Add ISO C99 versions of scanf functions
` [PATCH 14/31] ldbl-128ibm-compat: Add obstack printing functions
` [PATCH 15/31] ldbl-128ibm-compat: Add syslog functions
` [PATCH 16/31] ldbl-128ibm-compat: Add strfmon_l with IEEE long double format
` [PATCH 17/31] ldbl-128ibm-compat: Add tests for strfmon and strfmon_l
` [PATCH 18/31] ldbl-128ibm-compat: Add tests for strfroml, strtold, and wcstold
` [PATCH 19/31] Remove hidden_def and hidden_proto from cvt functions
` [PATCH 20/31] Refactor *cvt functions implementation (1/5)
` [PATCH 21/31] Refactor *cvt functions implementation (2/5)
` [PATCH 22/31] Refactor *cvt functions implementation (3/5)
` [PATCH 23/31] Refactor *cvt functions implementation (4/5)
` [PATCH 24/31] Refactor *cvt functions implementation (5/5)
` [PATCH 25/31] ldbl-128ibm-compat: Add *cvt functions
` [PATCH 26/31] Do not redirect calls to __GI_* symbols, when redirecting to *ieee128
` [PATCH 27/31] ldbl-128ibm-compat: Compiler flags for stdio functions
` [PATCH 28/31] Avoid compat symbols for totalorder in powerpc64le IEEE long double
` [PATCH 29/31] ldbl-128ibm-compat: Do not mix -mabi=*longdouble and -mlong-double-128
` [PATCH 30/31] powerpc64le: Require a compiler with -mno-gnu-attribute
` [PATCH 31/31] RFC: powerpc64le: Enable support for IEEE long double

[PATCH 1/3] ipc: Refactor sysvipc internal definitions
 2019-10-15 20:10 UTC  (6+ messages)
` [PATCH 2/3] sysvipc: Implement semop based on semtimedop
` [PATCH 3/3] Update sysvipc kernel-features.h files for Linux 5.1

[PATCH] elf: Always set l in _dl_init_paths (Bug 23462)
 2019-10-15 16:23 UTC  (2+ messages)

[PATCH] Move ChangeLog to ChangeLog.old/ChangeLog.19
 2019-10-15 15:18 UTC  (21+ messages)

[PATCH] ldd: Print "not a dynamic executable" on standard error [BZ #24150]
 2019-10-15 14:37 UTC  (4+ messages)

[PATCH 2/2] aarch64: Optimized memcpy and memmove for Kunpeng processor
 2019-10-15 13:26 UTC 

[PATCH 2/2] aarch64: Optimized memcpy and memmove for Kunpeng processor
 2019-10-15 12:04 UTC  (2+ messages)

[PATCH] nptl: Start new threads with all signals blocked [BZ #25098]
 2019-10-15 12:03 UTC  (4+ messages)

[PATCH 1/2] aarch64: Add Huawei Kunpeng to tunable cpu list
 2019-10-15 11:50 UTC  (2+ messages)

[PING] Re: [PATCH] locale/C-translit.h.in: Greek -> ASCII transliteration table [BZ #12031]
 2019-10-15 11:26 UTC 

[PATCH v3 00/21] nptl: Fix Race conditions in pthread cancellation (BZ#12683)
 2019-10-15 11:06 UTC  (28+ messages)
` [PATCH v3 01/21] nptl: Handle EPIPE on tst-cancel2
` [PATCH v3 02/21] nptl: Fix Race conditions in pthread cancellation (BZ#12683)
` [PATCH v3 03/21] nptl: x86_64: "
` [PATCH v3 04/21] nptl: x32: "
` [PATCH v3 05/21] nptl: ia64: "
` [PATCH v3 06/21] nptl: mips: "
` [PATCH v3 07/21] nptl: i386: "
` [PATCH v3 08/21] nptl: aarch64: "
` [PATCH v3 09/21] nptl: arm: "
` [PATCH v3 10/21] nptl: powerpc: "
` [PATCH v3 11/21] nptl: microblaze: "
` [PATCH v3 12/21] nptl: sparc: "
` [PATCH v3 13/21] nptl: hppa: "
` [PATCH v3 14/21] nptl: m68k: "
` [PATCH v3 15/21] nptl: alpha: "
` [PATCH v3 16/21] nptl: sh: "
` [PATCH v3 17/21] nptl: riscv: "
` [PATCH v3 18/21] nptl: s390: "
` [PATCH v3 19/21] nptl: nios2: "
` [PATCH v3 20/21] nptl: csky: "
` [PATCH v3 21/21] Remove sysdep-cancel header

[PATCH v3 1/2] sysdeps/stat: Handle 64-bit ino_t types on 32-bit hosts
 2019-10-15  0:15 UTC  (4+ messages)
` [PATCH v3 2/2] Define __STATFS_MATCHES_STATFS64

Add PTRACE_GET_SYSCALL_INFO from Linux 5.3 to sys/ptrace.h
 2019-10-14 23:45 UTC  (3+ messages)

[PATCH v2 0/4] nptl: Add pthread_clockjoin_np
 2019-10-14 19:16 UTC  (9+ messages)
` [PATCH v2 2/4] manual: Add documentation for pthread_tryjoin_np and pthread_timedjoin_np
` [PATCH v2 3/4] nptl: Add pthread_clockjoin_np

rseq enablement patches overview
 2019-10-14 15:03 UTC 

[PATCH] manual: Remove warning in the documentation of the abort function
 2019-10-14 13:30 UTC  (34+ messages)

[PATCH v3 1/2] clone3: add CLONE_CLEAR_SIGHAND
 2019-10-14 10:45 UTC  (2+ messages)
` [PATCH v3 2/2] tests: test CLONE_CLEAR_SIGHAND

[PATCH 1/2] clone3: add CLONE3_CLEAR_SIGHAND
 2019-10-14 10:08 UTC  (11+ messages)
` [PATCH 2/2] tests: test CLONE3_CLEAR_SIGHAND

Language code changes over time: zh_CN -> zh_Hans
 2019-10-12 13:52 UTC  (7+ messages)

[PATCH] sysdeps/wait: Use the waitid syscall if required
 2019-10-12 12:24 UTC  (2+ messages)

[PATCH v14 0/6] open: introduce openat2(2) syscall
 2019-10-12  4:15 UTC  (9+ messages)
` [PATCH v14 1/6] namei: O_BENEATH-style resolution restriction flags
` [PATCH v14 2/6] namei: LOOKUP_IN_ROOT: chroot-like path resolution
` [PATCH v14 3/6] namei: permit ".." resolution with LOOKUP_{IN_ROOT,BENEATH}
` [PATCH v14 4/6] open: introduce openat2(2) syscall
` [PATCH v14 5/6] selftests: add openat2(2) selftests
` [PATCH v14 6/6] Documentation: path-lookup: mention LOOKUP_MAGICLINK_JUMPED

man-pages-5.03 released
 2019-10-11 21:23 UTC 

[PATCH] [powerpc] Use DIRECT_SYSVIPC_SYSCALLS
 2019-10-11 19:11 UTC  (13+ messages)

[PATCH] Implement __libc_early_init
 2019-10-11 14:12 UTC 

[PATCH] Introduce <elf_machine_sym_no_match.h>
 2019-10-11 12:13 UTC 

[PATCH] resolv/tst-idna_name_classify: Isolate from system libraries
 2019-10-11 12:07 UTC 

[PATCH] [GLIBC RFC] clone3: add CLONE3_RESET_SIGHAND
 2019-10-11 10:46 UTC  (12+ messages)

[PATCH v2 1/2] clone3: add CLONE3_CLEAR_SIGHAND
 2019-10-11 10:25 UTC  (2+ messages)
` [PATCH v2 2/2] tests: test CLONE3_CLEAR_SIGHAND

[PATCH v4 0/4] lib: introduce copy_struct_from_user() helper
 2019-10-11  9:43 UTC  (8+ messages)
` [PATCH v4 1/4] "
      ` [PATCH] usercopy: Avoid soft lockups in test_check_nonzero_user()

RISCV NFPREG?
 2019-10-10 22:12 UTC  (4+ messages)

Joint statement on the GNU Project
 2019-10-10 21:45 UTC 

[PATCH v5] sysvipc: Set ipc_perm mode as mode_t (BZ#18231)
 2019-10-10 14:33 UTC  (2+ messages)

[PATCH] Simplify note processing
 2019-10-10 12:01 UTC  (5+ messages)

[PATCH] ldconfig: handle .dynstr located in separate segment (bug 25087)
 2019-10-10  9:30 UTC 

[PATCH] elf: Delay RELRO after relocation and early initialization
 2019-10-10  6:08 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).