unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2019-08-01 13:01:44 to 2019-08-10 11:49:31 UTC [more...]

[PATCH 1/2][RFC] #17645, fix slow DSO sorting behavior in dynamic loader
 2019-08-10 11:49 UTC  (7+ messages)

[RFC v4 00/24] RISC-V glibc port for the 32-bit
 2019-08-10  1:30 UTC  (28+ messages)
` [RFC v4 01/24] sunrpc/clnt_udp: Ensure total_deadline is initalised
` [RFC v4 02/24] sysdeps/nanosleep: Use clock_nanosleep_time64 if avaliable
` [RFC v4 03/24] sysdeps/gettimeofday: Use clock_gettime64 "
` [RFC v4 04/24] sysdeps/wait: Use waitid "
` [RFC v4 05/24] sysdeps/clock_gettime: Use clock_gettime64 "
` [RFC v4 06/24] sysdeps/timespec_get: "
` [RFC v4 07/24] time: Deprecate struct timezone members
` [RFC v4 08/24] sysdeps/stat: Copy the statx struct to stat instead of stat64
` [RFC v4 09/24] Documentation for the RISC-V 32-bit port
` [RFC v4 10/24] RISC-V: Use 64-bit time_t and off_t for RV32 and RV64
` [RFC v4 11/24] RISC-V: define __NR_futex as __NR_futex_time64 for 32-bit
` [RFC v4 12/24] RISC-V: define __NR_* as __NR_*_time64/64 "
` [RFC v4 13/24] RISC-V: Use 64-bit timespec in clock_gettime vdso calls
` [RFC v4 14/24] RISC-V: Support dynamic loader for the 32-bit
` [RFC v4 15/24] RISC-V: Add path of library directories for RV32
` [RFC v4 16/24] RISC-V: The ABI implementation for the 32-bit
` [RFC v4 17/24] RISC-V: Hard float support for the 32 bit
` [RFC v4 18/24] RISC-V: Add ABI lists
` [RFC v4 19/24] RISC-V: Build Infastructure for the 32-bit
` [RFC v4 20/24] RISC-V: Fix llrint and llround missing exceptions on RV32
` [RFC v4 21/24] Add RISC-V 32-bit target to build-many-glibcs.py
` [RFC v4 22/24] RISC-V: Use 64-bit vdso syscalls for RV32
` [RFC v4 23/24] WIP: syscall.list: Call 64-bit versions of syscalls
` [RFC v4 24/24] timerfd_settime: Use 64-bit call if avaliable

Declare memccpy, strdup, strndup for C2X
 2019-08-09 22:10 UTC 

[PATCH 0/6] IEEE long double printf and friends for powerpc64le
 2019-08-09 18:31 UTC  (7+ messages)
` [PATCH 1/6] ldbl-128ibm-compat: Add regular character printing functions
` [PATCH 2/6] ldbl-128ibm-compat: Add wide "
` [PATCH 3/6] ldbl-128ibm-compat: Add regular character, fortified "
` [PATCH 4/6] ldbl-128ibm-compat: Add wide "
` [PATCH 5/6] ldbl-128ibm-compat: Test double values
` [PATCH 6/6] ldbl-128ibm-compat: Test positional arguments

[patch] malloc: add mxfast tunable
 2019-08-09 18:05 UTC  (13+ messages)
` PING "
    ` [patchv3] "

Add feature test macro _ISOC2X_SOURCE
 2019-08-09 17:05 UTC  (5+ messages)

[PATCH] [MIPS] Raise highest supported EI_ABIVERSION value
 2019-08-09 14:29 UTC  (2+ messages)

Accelerating Y2038 glibc fixes
 2019-08-09 12:32 UTC  (7+ messages)
            ` Fwd: "

[PATCH v2 1/2] ipc: Refactor sysvipc internal definitions
 2019-08-09 12:18 UTC  (2+ messages)

Incorrect optimization for function__libc_message on C-SKY
 2019-08-09 10:50 UTC  (2+ messages)

RISC-V test results
 2019-08-08 21:16 UTC  (6+ messages)

[PATCH v2] nptl: Fix deadlock on atfork handler which calls dlclose (BZ#24595)
 2019-08-08 19:12 UTC 

PPC64 libmvec sincos/sincosf ABI
 2019-08-08 18:48 UTC  (4+ messages)

[PATCH] malloc: Fix missing accounting of top chunk in malloc_info [BZ #24026]
 2019-08-08 18:21 UTC  (9+ messages)

PPC64 libmvec sincos/sincosf ABI
 2019-08-08 17:51 UTC  (10+ messages)

glibc realloc(ptr, 0) vs. C17 specification
 2019-08-08 17:26 UTC  (6+ messages)

GNU Tools Cauldron 2019
 2019-08-08 13:40 UTC 

[PATCH] aarch64: Add tunable glibc.memset.dc_zva_threshold
 2019-08-08  3:56 UTC  (3+ messages)

testroot.pristine creation falls over copying dynamic linker
 2019-08-07 23:51 UTC  (7+ messages)

Add SYNC_FILE_RANGE_WRITE_AND_WAIT from Linux 5.2 to bits/fcntl-linux.h
 2019-08-07 16:52 UTC  (2+ messages)

[PATCH glibc 2.31 0/5] Restartable Sequences support for glibc 2.31
 2019-08-07 14:27 UTC  (6+ messages)
` [PATCH glibc 2.31 1/5] glibc: Perform rseq(2) registration at C startup and thread creation (v12)
` [PATCH glibc 2.31 2/5] glibc: sched_getcpu(): use rseq cpu_id TLS on Linux (v5)
` [PATCH glibc 2.31 3/5] support record failure: allow use from constructor
` [PATCH glibc 2.31 4/5] support: implement xpthread key create/delete (v3)
` [PATCH glibc 2.31 5/5] rseq registration tests (v6)

Can getaddrinfo() be extended to return the record TTL
 2019-08-07 13:35 UTC  (7+ messages)

[PATCH 01/12] m68k: Remove vDSO support
 2019-08-07  6:57 UTC  (13+ messages)
` [PATCH 02/12] riscv: Enable VDSO for static linking
` [PATCH 03/12] s390: "
` [PATCH 04/12] sparc: "
` [PATCH 05/12] linux: Enable vDSO for static linking as default (BZ#19767)

Add AT_RECURSIVE from Linux 5.2 to fcntl.h
 2019-08-06 21:15 UTC  (2+ messages)

[PATCH v2 1/2] Refactor sigcontextinfo.h
 2019-08-06 20:35 UTC  (17+ messages)
` [PATCH 2/2] linux: Make profil_counter a compat_symbol (BZ#17726)

[PATCH 1/2] Add nocancel version of pread64()
 2019-08-06 17:09 UTC  (2+ messages)

[PATCH] nss: Make nsswitch.conf more distribution friendly
 2019-08-06  6:49 UTC  (11+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] "
          ` [PATCH v4] "

New Korean PO file for 'libc' (version 2.29.9000)
 2019-08-06  2:32 UTC 

[PATCH] [powerpc] SET_RESTORE_ROUND improvements
 2019-08-06  1:22 UTC  (3+ messages)

[PATCH 2/2] elf: Use nocancel pread64() instead of lseek()+read()
 2019-08-05 21:56 UTC 

Add CLONE_PIDFD from Linux 5.2 to bits/sched.h
 2019-08-05 21:17 UTC  (2+ messages)

[PATCH v3] Mips support for PT_GNU_STACK
 2019-08-05 21:14 UTC  (3+ messages)
  ` [EXTERNAL]Re: "

[PATCH] Fix lang_name for yo_NG
 2019-08-05 20:19 UTC  (3+ messages)

[PATCH] [powerpc] fe{en,dis}ableexcept, fesetmode: optimize FPSCR accesses
 2019-08-05 14:34 UTC  (4+ messages)

[PATCH] login: Remove utmp backend jump tables [BZ #23518]
 2019-08-05 13:58 UTC  (3+ messages)

[PATCH] Remove redundant data between en_NZ and en_AU
 2019-08-05 11:23 UTC  (2+ messages)

[PATCH v3] elf: tst-ldconfig-bad-aux-cache: use support_capture_subprocess
 2019-08-05 10:52 UTC  (4+ messages)

[PATCH v2] elf: tst-ldconfig-bad-aux-cache: use support_capture_subprocess
 2019-08-05  9:51 UTC  (2+ messages)

New Russian PO file for 'libc' (version 2.29.9000)
 2019-08-04  5:27 UTC 

[PATCH] [powerpc] fe{en,dis}ableexcept optimize bit translations
 2019-08-03  3:22 UTC 

Update kernel version in comment in syscall-names.list [committed]
 2019-08-02 15:08 UTC 

man-pages-5.02 released
 2019-08-02 10:17 UTC 

[RFC] pthread support for FUTEX_WAIT_MULTIPLE
 2019-08-02 10:12 UTC  (6+ messages)

Update Linux kernel version number in tst-mman-consts.py to 5.2
 2019-08-02  9:09 UTC  (2+ messages)

[committed arm/ilp32] aarch64: Update ILP32 abilists for glibc 2.30
 2019-08-02  8:46 UTC 

[PATCH] aarch64: Add tunable glibc.memset.dc_zva_threshold
 2019-08-02  4:31 UTC  (6+ messages)

The GNU C Library version 2.30 is now available
 2019-08-01 20:12 UTC 

[PATCH] powerpc: Cleanup: use actual power8 assembly mnemonics
 2019-08-01 19:01 UTC  (4+ messages)

glibc master is now open for 2.31 development
 2019-08-01 15:57 UTC  (3+ messages)

[PATCH] elf: tst-ldconfig-bad-aux-cache: use support_capture_subprocess
 2019-08-01 14:53 UTC  (2+ messages)

RISC-V test results
 2019-08-01 13:45 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).