unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2020-05-01 02:15:01 to 2020-05-07 18:21:55 UTC [more...]

[PATCH v2 1/5] signal: Add signum-{generic,arch}.h
 2020-05-07 18:21 UTC  (9+ messages)
` [PATCH v2 2/5] signal: Move sys_siglist to a compat symbol
` [PATCH v2 3/5] signal: Move sys_errlist "
` [PATCH v2 4/5] mips: Fix SIGRTMAX definition
` [PATCH v2 5/5] linux: Fix __NSIG_WORDS and add __NSIG_BYTES

[PATCH v7 0/2] Support y2038 semctl_syscall()
 2020-05-07 17:59 UTC  (12+ messages)
` [PATCH v7 1/2] sysv: linux: Define the __semid_ds32 struct
` [PATCH v7 2/2] sysv: linux: Pass 64-bit version of semctl syscall

[PATCH] avoid GCC 10 test suite warnings (BZ #25219)
 2020-05-07 17:58 UTC 

[PATCH 00/12] aarch64: branch protection support
 2020-05-07 16:55 UTC  (12+ messages)
` [PATCH 01/12] elf.h: Add PT_GNU_PROPERTY
` [PATCH 02/12] elf.h: add aarch64 property definitions
` [PATCH 03/12] aarch64: Add BTI landing pads to assembly code
` [PATCH 08/12] Rewrite abi-note.S in C

[PATCH v2] fork: prevent accidental access to clone3 features
 2020-05-07 10:32 UTC 

[PATCH] clone: only use lower 32 flag bits
 2020-05-07  7:11 UTC  (3+ messages)

Patchwork REST API version setting?
 2020-05-07  6:19 UTC  (3+ messages)

XMLRPC entrypoint for Patchwork
 2020-05-07  4:54 UTC  (5+ messages)
` Patchwork 2.0 uses REST API, use git-pw for manipulation (and API tokens)

Giving Reviewed-by: shows up in Patchwork when I'm doing review
 2020-05-07  4:50 UTC  (3+ messages)

[PATCH] improve out-of-bounds checking with GCC 10 attribute access [BZ #25219]
 2020-05-06 22:27 UTC  (10+ messages)

[PATCHv2 4/4] powerpc64le: ifunc (almost) all *f128 routines in multiarch mode
 2020-05-06 20:45 UTC 

[PATCH] manual: Add Descriptor-Relative Access section
 2020-05-06 15:48 UTC  (8+ messages)

Regression for en_US date_fmt (Bug 25923)
 2020-05-06 15:44 UTC  (6+ messages)

Use GCC 10 branch in build-many-glibcs.py [committed]
 2020-05-06 15:42 UTC 

[PATCH v2] Document the internal _ and N_ macros
 2020-05-06 15:35 UTC  (2+ messages)

[PATCH] Document the internal _ and N_ macros
 2020-05-06 15:27 UTC  (5+ messages)

The N_ macro
 2020-05-06 15:01 UTC  (16+ messages)

[PATCH v2] memcpy: use bhs/bls instead of bge/blt [BZ #25620]
 2020-05-06 12:40 UTC 

[PATCH v6 04/13] ARC: Atomics and Locking primitives
 2020-05-05 22:59 UTC  (9+ messages)
` [PATCH] semaphore: consolidate arch headers into a generic one

New powerpc vdso calling convention
 2020-05-05 21:56 UTC  (10+ messages)

[PATCH] powerpc: Optimized strlen for POWER9
 2020-05-05 21:10 UTC  (2+ messages)

[PATCH] powerpc64le/power9: guard power9 strcmp against rtld usage [BZ# 25905]
 2020-05-05 21:01 UTC  (8+ messages)
  ` [PATCHv2] "

[PATCH] powerpc: Optimized strcpy for POWER9
 2020-05-05 19:01 UTC  (4+ messages)

[PATCH v2 0/5] y2038: Replace __clock_gettime with __clock_gettime64
 2020-05-05 18:31 UTC  (14+ messages)
` [PATCH v2 4/5] y2038: nscd: Modify nscd_helper to use __clock_gettime64
` [PATCH v2 5/5] y2038: Replace __clock_gettime with __clock_gettime64

[PATCH v3] y2038: Replace __clock_gettime with __clock_gettime64
 2020-05-05 18:16 UTC 

[PATCH] string: Add string/tst-memmove-overflow, a test case for bug 25620
 2020-05-05 13:57 UTC 

[PATCH] support: Add support_blob_repeat_allocate_shared
 2020-05-05 13:55 UTC 

[bug?] clone(CLONE_IO) failing after kernel commit commit ef2c41cf38a7
 2020-05-05 11:57 UTC  (19+ messages)

Glibc - CVE-2015-8985 help
 2020-05-05 10:59 UTC  (4+ messages)

[patch, nios2, committed] Delete sysdeps/unix/sysv/linux/nios2/kernel-features.h
 2020-05-05 10:20 UTC  (3+ messages)

[PATCH 1/4] ldbl-128: refactor nexttoward alias using new macro
 2020-05-05  7:07 UTC  (6+ messages)
` [PATCH 2/4] powerpc64le: refactor e_sqrtf128.c
` [PATCH 3/4] powerpc64le: refactor fmaf128
` [PATCH 4/4] powerpc64le: ifunc (almost) all *f128 routines in multiarch mode

[PATCH] ckb_IQ locale: Add missing reorder-end keyword
 2020-05-05  7:07 UTC  (3+ messages)

[[RFC][PATCH] v1 0/2] malloc/realloc with transparent huge page support
 2020-05-04 21:44 UTC  (10+ messages)
` [[RFC][PATCH] v1 1/2] malloc: support transparent huge pages
` [[RFC][PATCH] v1 2/2] malloc: improve THP effectiveness

History of ellipsis in charmap and locale specifications?
 2020-05-04 21:43 UTC  (2+ messages)

[PATCH v6 00/13] glibc port to ARC processors
 2020-05-04 21:21 UTC  (2+ messages)

[PATCH] float128: use builtin_signbitf128 always
 2020-05-04 21:17 UTC  (3+ messages)

Fix build with GCC 10 when long double = double [committed]
 2020-05-04 20:26 UTC  (4+ messages)

[PATCH] manual: Document the O_NOFOLLOW open flag
 2020-05-04 20:22 UTC  (2+ messages)

[PATCH] Add a C wrapper for prctl [BZ #25896]
 2020-05-04 19:11 UTC  (14+ messages)
  ` V2 "
            ` V4 "
                  ` Bad LOADARGS_N on PPC
                      ` [PATCH] powerpc: Rename argN to _argN in LOADARGS_N [BZ #25902]
                        ` Please test: [2.31/2.30] "

Sourceware patchwork instance is up
 2020-05-04 18:59 UTC  (3+ messages)

[PATCH] locale/tst-localedef-path-norm: Don't create $(complocaledir)
 2020-05-04 15:43 UTC  (4+ messages)

[[RFC][PATCH] v1 0/2] malloc/realloc with transparent huge page support
 2020-05-04 13:31 UTC  (2+ messages)

[PATCH] install: Delete scripts/output-format.sed and support lld
 2020-05-03 21:11 UTC  (4+ messages)

[patch] Use unsigned constants for ICMP6 filters [BZ #22489]
 2020-05-03 20:23 UTC  (2+ messages)

[PATCH] Add benchtests for roundeven and roundevenf
 2020-05-02 15:02 UTC  (3+ messages)
` [PATCH v4 1/2] math: redirect roundeven function
` [PATCH v4 2/2] x86_64: roundeven with sse4.1 support

[RFC PATCH] sysvipc: Fix handling of direct syscalls
 2020-05-02  8:41 UTC  (3+ messages)

[PATCH] Makeconfig: Use $(error ...) to output error message
 2020-05-01 16:20 UTC  (5+ messages)

[PATCH v2] memcpy: use bhs/bls instead of bge/blt [BZ #25620]
 2020-05-01 12:58 UTC 

[PATCH COMMITTED] oc_FR locale: Fix spelling of April (bug 25639)
 2020-05-01  3:06 UTC  (4+ messages)

[PATCH glibc 0/3] Restartable Sequences enablement
 2020-05-01  2:14 UTC  (4+ messages)
` [PATCH glibc 1/3] glibc: Perform rseq registration at C startup and thread creation (v19)
` [PATCH glibc 2/3] glibc: sched_getcpu(): use rseq cpu_id TLS on Linux (v7)
` [PATCH glibc 3/3] rseq registration tests (v10)


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