unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2020-01-30 22:08:31 to 2020-02-07 20:59:28 UTC [more...]

[PATCH 0/3] y2038: Refactor utime and utimes to support 64 bit time
 2020-02-07 20:52 UTC  (5+ messages)
` [PATCH 1/3] y2038: Introduce struct __utimbuf64 - new internal glibc type
` [PATCH 2/3] y2038: linux: Provide __utimes64 implementation
` [PATCH 3/3] y2038: linux: Provide __utime64 implementation

[RFC] sunrpc: Properly cleanup if tst-udp-timeout fails
 2020-02-07 20:31 UTC  (3+ messages)

[PATCH] nptl: add missing pthread-offsets.h
 2020-02-07 19:57 UTC  (6+ messages)

[PATCH 0/6] Always use 32-bit time_t for certain syscalls
 2020-02-07 19:48 UTC  (28+ messages)
` [PATCH 1/6] sysv/linux: Rename alpha functions to be alpha specific
` [PATCH 2/6] time: Add a timeval with a long tv_sec and tv_usec
` [PATCH 3/6] time: Add a __itimerval64 struct
` [PATCH 4/6] linux: Use 32-bit time_t for itimerval
` [PATCH 5/6] resource: Add a __rusage64 struct
` [PATCH 6/6] linux: Use 32-bit time_t for rusage

[PATCH] Fix tst-pkey expectations on pkey_get
 2020-02-07 18:22 UTC  (2+ messages)

[PATCH COMMITTED] resolv: Fix CNAME chaining in resolv/tst-resolv-ai_idn-common.c
 2020-02-07 17:50 UTC 

[PATCH v2] powerpc: Refactor fenvinline.h
 2020-02-07 14:50 UTC  (2+ messages)

Update syscall lists for Linux 5.5
 2020-02-07 14:00 UTC  (4+ messages)

[PATCH v3 1/7] y2038: Define __suseconds64_t type to be used with struct __timeval64
 2020-02-07 13:20 UTC  (24+ messages)
` [PATCH v3 2/7] y2038: Introduce struct __timeval64 - new internal glibc type
` [PATCH v3 3/7] y2038: alpha: Rename valid_timeval_to_timeval64 to valid_timeval32_to_timeval
` [PATCH v3 4/7] y2038: alpha: Rename valid_timeval64_to_timeval to valid_timeval_to_timeval32
` [PATCH v3 5/7] y2038: Provide conversion helpers for struct __timeval64
` [PATCH v3 6/7] y2038: linux: Provide __settimeofday64 implementation
` [PATCH v3 7/7] y2038: linux: Provide ___gettimeofday64 implementation

omitting all compatibility interfaces from the build
 2020-02-07 11:02 UTC  (2+ messages)

Update kernel version to 5.5 in tst-mman-consts.py
 2020-02-07  2:31 UTC  (2+ messages)

[PATCH v2] Convert Python scripts to Python 3
 2020-02-06 23:41 UTC  (3+ messages)

[PATCH v3] Convert Python scripts to Python 3
 2020-02-06 23:40 UTC 

[PATCH v2 00/15] glibc port to ARC processors
 2020-02-06 22:41 UTC  (9+ messages)
    ` ARCv2 Public PRM (was Re: [PATCH v2 00/15] glibc port to ARC processors)

[PATCH] Convert all Python scripts to Python 3
 2020-02-06 22:11 UTC  (8+ messages)

[RFC] Multi-arch capable ldconfig
 2020-02-06 21:34 UTC  (2+ messages)

[PATCH] list-fixed-bugs.py: Wrap at 72 chars
 2020-02-06 21:16 UTC  (5+ messages)

different results for expf on x86_64
 2020-02-06 21:06 UTC  (3+ messages)

[PATCH] Improve IFUNC check
 2020-02-06 18:53 UTC  (3+ messages)

[PATCH v2] Fix time/tst-cpuclock1 intermitent failures
 2020-02-06 14:48 UTC 

What to do when glibc environment variables or tunables conflict?
 2020-02-06 13:22 UTC  (6+ messages)

Patch "[PATCH] sparc32: fix struct ipc64_perm type definition" has been added to the 5.5-stable tree
 2020-02-06  6:54 UTC 

[PATCH] CVE-2019-1010023: add check for load commands mapping [#22851]
 2020-02-06 14:40 UTC 

[PATCH] nptl: update default pthread-offsets.h
 2020-02-05 18:17 UTC  (2+ messages)

[PATCH] Introduce <elf-initfini.h> and ELF_INITFINI for all architectures
 2020-02-05 16:50 UTC  (2+ messages)

[PATCH] configure: fix STT_GNU_IFUNC support detection with PIE toolchains [BZ #25506]
 2020-02-05  6:24 UTC  (5+ messages)

February sourceware.org transition to new server!
 2020-02-05  4:01 UTC  (2+ messages)

[PATCH v2] sysv: linux: Pass 64-bit version of semctl syscall
 2020-02-05  0:56 UTC 

[PATCH] ldbl-128ibm-compat: set PRINTF_CHK flag in {,v}sprintf_chk
 2020-02-04 15:24 UTC 

[PATCH v2] y2038: linux: Provide __timespec_get64 implementation
 2020-02-04 14:21 UTC  (3+ messages)

different results for expf on x86_64
 2020-02-04  7:25 UTC 

Are ifuncs intended to be allowed to resolve to symbols in another DSO?
 2020-02-04  7:15 UTC  (6+ messages)

Arm's SVE PCS and LD_AUDIT support?
 2020-02-03 22:52 UTC  (5+ messages)

[PATCH 0/6] long double to _Float128 redirecting support
 2020-02-03 21:10 UTC  (7+ messages)
` [PATCH 1/6] Prepare redirections for IEEE long double on powerpc64le
` [PATCH 2/6] Undefine redirections after long double definition on __LDBL_COMPAT [BZ #23294]
` [PATCH 3/6] ldbl-128ibm-compat: Redirect long double functions to f128/ieee128 functions
` [PATCH 4/6] ldbl-128ibm-compat: Redirect complex math functions
` [PATCH 5/6] ldbl-128ibm-compat: Provide ieee128 symbols to narrow functions
` [PATCH 6/6] Add a generic scalb implementation

Accuracy of Mathematical Functions in Single Precision for glibc 2.31
 2020-02-03 20:52 UTC  (2+ messages)

Use binutils 2.34 branch in build-many-glibcs.py [committed]
 2020-02-03 20:39 UTC 

containerize nptl/tst-pthread-getaddr
 2020-02-03 19:59 UTC  (2+ messages)

V3 test-container: ability to specify exec path
 2020-02-03 19:54 UTC  (3+ messages)

[PATCH] Add Safe-Linking to fastbins and tcache
 2020-02-03 19:47 UTC  (3+ messages)

[PATCH] sysv: linux: Pass 64-bit version of semctl syscall
 2020-02-03 18:08 UTC  (9+ messages)

[PATCH] Use correct exit status in ldd (bug 24150)
 2020-02-03 17:32 UTC  (6+ messages)

glibc 2.31: hard freeze on Friday, 31st Jan
 2020-02-03 11:20 UTC  (14+ messages)

New Portuguese PO file for 'libc' (version 2.30.9000)
 2020-02-03  9:42 UTC 

V2 [PATCH 0/5] i386: Finish CET support
 2020-02-01 14:09 UTC  (3+ messages)
` V2 [PATCH 5/5] i386: Enable CET support in ucontext functions
  ` V3 [PATCH] "

[PATCH] x86: Don't make 2 calls to dlerror () in a row
 2020-02-01 13:42 UTC  (3+ messages)

The GNU C Library version 2.31 is now available
 2020-02-01 13:12 UTC 

glibc master open for 2.32 development
 2020-02-01 12:13 UTC 

i386: Lazy binding trampoline and vector register usage
 2020-02-01  6:14 UTC  (3+ messages)

[PATCH 2/3] dl-load: enforce soname uniqueness of loaded libraries
 2020-02-01  5:48 UTC  (2+ messages)

correct rounding or not?
 2020-02-01  3:54 UTC  (4+ messages)

[PATCH] tst-clone3: Use __NR_futex_time64 if we don't have __NR_futex
 2020-01-31 23:46 UTC  (3+ messages)

Use Linux 5.5 in build-many-glibcs.py
 2020-01-31 21:54 UTC 

[PATCH] y2038: linux: Provide __sched_rr_get_interval64 implementation
 2020-01-31 21:09 UTC  (2+ messages)

correct rounding or not?
 2020-01-31 14:48 UTC  (4+ messages)

[MIPS] Drop .dynsym symbol ordering requirement and nullify DT_GNU_XHASH
 2020-01-31 13:36 UTC  (7+ messages)

powerpc Linux scv support and scv system call ABI proposal
 2020-01-31 11:55 UTC  (13+ messages)

[PATCH] Add NEWS entry about 64-bit time_t syscall use on 32-bit targets
 2020-01-31  9:51 UTC  (6+ 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).