unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2018-12-14 21:09:12 to 2018-12-18 22:36:14 UTC [more...]

[PATCH 00/21] glibc port to ARC processors
 2018-12-18 22:36 UTC  (29+ messages)
` [PATCH 01/21] longlong.h: sync from gcc to fix ARC inline asm constraints
` [PATCH 02/21] ARC: add definitions to elf/elf.h
` [PATCH 03/21] ARC: ABI Implementation
` [PATCH 04/21] ARC: startup and dynamic linking code
` [PATCH 05/21] ARC: Thread Local Storage support
` [PATCH 06/21] ARC: Atomics and Locking primitives
` [PATCH 07/21] ARC: math soft float support
` [PATCH 08/21] ARC: Linux Syscall Interface
` [PATCH 09/21] ARC: Linux ABI
` [PATCH 10/21] ARC: Linux Startup and Dynamic Loading
` [PATCH 11/21] ARC: ABI lists
` [PATCH 12/21] ARC: Update syscall-names.list for ARC specific syscalls
` [PATCH 13/21] ARC: Build Infrastructure
` [PATCH 14/21] ARC: Enable __start as entry point vs. canonical _start
` [PATCH 15/21] ARC: testsuite fix: elf/check-initfini
` [PATCH 16/21] ARC: testsuite fix: sysvipc/*
` [PATCH 17/21] ARC: testsuite fix: stdlib/tst-makecontext
` [PATCH 18/21] ARC: testsuite fix: GD TLS issue
` [PATCH 19/21] ARC: fix several unwining and cancelation tests
` [PATCH 20/21] build-many-glibcs.py: Enable ARC builds
` [PATCH 21/21] NEWS: mention ARC port

Re:[PATCH] tzset did not catch changes to localtime [BZ #21060 ]
 2018-12-18 22:06 UTC  (7+ messages)
` [PATCH] "
  ` Re:[PATCH] tzset did not catch changes tolocaltime "
    ` [PATCH] "

glibc 2.29: Reminder, only ~3 weeks to freeze!
 2018-12-18 19:57 UTC  (22+ messages)

Require GCC 5 or later to build glibc (bug 23993)
 2018-12-18 19:28 UTC  (7+ messages)

[PATCH v2 0/5] Y2038: process remaining struct tm conv functions
 2018-12-18 19:23 UTC  (13+ messages)
` [PATCH v2 1/5] Y2038: add function __localtime64_r
` [PATCH v2 2/5] Y2038: add function __gmtime64
` [PATCH v2 3/5] Y2038: add function __gmtime64_r
` [PATCH v2 4/5] Y2038: add function __ctime64
` [PATCH v2 5/5] Y2038: add function __ctime64_r

[PATCH 1/5] m68k: Fix sigaction kernel definition (BZ #23960)
 2018-12-18 18:28 UTC  (15+ messages)
` [PATCH 2/5] alpha: Use Linux generic sigaction implementation
` [PATCH 3/5] hppa: Remove kernel_sigaction.h
` [PATCH 4/5] ia64: "
` [PATCH 5/5] s390: Use generic kernel_sigaction.h

[PATCH v3 0/7] Use more flags parameters instead of global bits in stdio
 2018-12-18 17:31 UTC  (5+ messages)
` [PATCH v3 6/7] Use PRINTF_FORTIFY instead of _IO_FLAGS2_FORTIFY (bug 11319)

[PATCH 0/5] Y2038: process remaining struct tm conv functions
 2018-12-18 17:18 UTC  (13+ messages)
` [PATCH 1/5] Y2038: add function __localtime64_r
` [PATCH 2/5] Y2038: add function __gmtime64
` [PATCH 3/5] Y2038: add function __gmtime64_r
` [PATCH 4/5] Y2038: add function __ctime64
` [PATCH 5/5] Y2038: add function __ctime64_r

[PATCH] testsuite fix: timezone: failing due to permissions in cross testing
 2018-12-18 17:17 UTC  (9+ messages)

[PATCH] nscd: avoid assertion failure during persistent db check
 2018-12-18 13:44 UTC 

[PATCH 00/14] Functions with format string for IEEE128 on powercpc64le
 2018-12-18 13:27 UTC  (7+ messages)
` [PATCH 01/14] Prepare vfprintf to use __printf_fp/__printf_fphex with float128 arg
      ` Ping Re: [PATCH v2] "

[PATCH] Locales: Use CLDR matching thousands separator
 2018-12-18 13:15 UTC  (8+ messages)

[PATCH] S390: Refactor ifunc handling
 2018-12-18 13:03 UTC  (11+ messages)

[PATCH 2/3] aarch64: Optimized memchr specific to AmpereComputing emag
 2018-12-18 10:07 UTC 

[PATCH] x86: Merge i386/x86_64 atomic-machine.h
 2018-12-18 10:06 UTC  (4+ messages)

[PATCH 1/3] aarch64: Optimized memset specific to AmpereComputing emag
 2018-12-18 10:03 UTC 

[PATCH COMMITTED] localedata: Remove executable bit from localedata/locales/bi_VU [BZ #23995]
 2018-12-18  9:57 UTC 

[PATCH 0/3] aarch64: Add AmpereComputing emag to tunable cpu list
 2018-12-18  9:49 UTC 

[PATCH v4] Y2038: add function __localtime64
 2018-12-18  9:28 UTC  (5+ messages)

Remove __ASSUME_ST_INO_64_BIT
 2018-12-18  9:18 UTC  (2+ messages)

[PATCH] locale: Rewrite locale/gen-translit.pl in Python
 2018-12-18  4:40 UTC  (3+ messages)

[PATCH v3] Y2038: add function __localtime64
 2018-12-18  2:21 UTC  (6+ messages)
` [PATCH v4] "

[RESEND PATCH 1/3] Mutex: Accelerate lock acquisition by queuing spinner
 2018-12-18  1:35 UTC  (7+ messages)
` [RESEND PATCH 2/3] Mutex: add unit tests for new type
` [RESEND PATCH 3/3] Manual: Add manual for pthread mutex

[PATCH v2 0/5] Add missing nldbl functions to libc
 2018-12-17 22:22 UTC  (7+ messages)
` [PATCH v2 1/5] ldbl-opt: Add arpg_error and argp_failure (bug 23983)
` [PATCH v2 2/5] ldbl-opt: Reuse argp tests that print long double
` [PATCH v2 3/5] ldbl-opt: Add err, errx, verr, verrx, warn, warnx, vwarn, and vwarnx (bug 23984)
` [PATCH v2 4/5] ldbl-opt: Add error and error_at_line "
` [PATCH v2 5/5] ldbl-opt: Reuse test cases from misc/ that check long double

[PATCHv5] sysdeps/ieee754: prevent maybe-uninitialized errors with -O [BZ #19444]
 2018-12-17 21:49 UTC  (6+ messages)
` [PATCHv6] "
    ` [PATCHv7] "

[PATCH v2] Add internal implementations for argp.h, err.h, and error.h functions
 2018-12-17 21:40 UTC  (2+ messages)
` [PATCH v3] "

[PATCH 2/2] soft-fp: ignore maybe-uninitialized
 2018-12-17 21:36 UTC  (4+ messages)
` [PATCH 3/3] locale: prevent maybe-uninitialized errors with -Os [BZ #19444]
  ` [PATCHv2 "

[PATCH] posix/tst-getaddrinfo4: Consider EAI_NODATA as an expected result
 2018-12-17 18:54 UTC  (2+ messages)

[PATCH] Linux: Implement membarrier function
 2018-12-17 18:32 UTC  (5+ messages)

Proposal: Replace xstat (stat version dispatcher)
 2018-12-17 18:18 UTC  (2+ messages)

[PATCH] Linux: Implement membarrier function
 2018-12-17 17:47 UTC  (9+ messages)

[PATCH] Add sincosf traces
 2018-12-17 17:47 UTC 

[PATCH] Use C99-compliant scanf under _GNU_SOURCE with C99/C++11 and higher
 2018-12-17 17:32 UTC  (6+ messages)

Add test that MAP_* constants agree with kernel
 2018-12-17 17:04 UTC  (3+ messages)
` Ping "

Do not clobber r12 for ia64 syscalls
 2018-12-17 16:59 UTC  (3+ messages)
` Ping "

[PATCH] x86-64: Optimize strcat/strncat, strcpy/strncpy and stpcpy/stpncpy with AVX2
 2018-12-17 16:08 UTC  (5+ messages)

[PATCH 1/3] Use generic vector computations in s_sincosf.h
 2018-12-17 14:09 UTC  (4+ messages)
  ` [PATCH] x86: "

[PATCH v7 00/12]port C-SKY to glibc
 2018-12-17 13:41 UTC  (9+ messages)
` [PATCH v5 1/1] Add statx conditionals for wordsize-32 *xstat.c
` [PATCH v7 06/12] C-SKY: Linux ABI

[PATCH] Semaphores: add sem_timedwait_monotonic GNU extension [BZ #14717]
 2018-12-17  0:15 UTC  (8+ messages)
  ` [PATCH v2] Semaphores: add sem_clockwait "

[INSTALLED 1/2] regex: fix heap-use-after-free error
 2018-12-16 15:11 UTC  (2+ messages)
` [INSTALLED 2/2] regex: fix storage-exhaustion error

[PATCH] Linux: Add gettid system call wrapper [BZ #6399]
 2018-12-15 14:36 UTC  (5+ messages)

shell-container - fd leaks and error checks
 2018-12-15  2:53 UTC 

Remove x86 mathinline.h asinh, acosh, atanh inlines [committed]
 2018-12-14 22:36 UTC 

[PATCH] Add sinf and cosf traces
 2018-12-14 22:32 UTC  (3+ messages)

[PATCH] manual: Document lack of conformance of sched_* functions [BZ #14829]
 2018-12-14 21:56 UTC  (5+ 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).