unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2020-02-24 11:10:04 to 2020-03-03 18:03:01 UTC [more...]

[PATCH v3] Convert Python scripts to Python 3
 2020-03-03 17:55 UTC  (4+ messages)

[PATCH v5 0/8] Always use 32-bit time_t for certain syscalls
 2020-03-03 17:53 UTC  (9+ messages)
` [PATCH v5 1/8] sysv/linux: Rename alpha functions to be alpha specific
` [PATCH v5 2/8] time: Add a timeval with a 32-bit tv_sec and tv_usec
` [PATCH v5 3/8] time: Add a __itimerval64 struct
` [PATCH v5 4/8] sysv: Define __KERNEL_OLD_TIMEVAL_MATCHES_TIMEVAL64
` [PATCH v5 5/8] linux: Use long time_t __getitimer/__setitimer
` [PATCH v5 6/8] resource: Add a __rusage64 struct
` [PATCH v5 7/8] linux: Use long time_t for wait4/getrusage
` [PATCH v5 8/8] sysv/alpha: Use generic __timeval32 and helpers

[PATCH v2] Avoid using up static TLS surplus for optimizations [BZ, #25051]
 2020-03-03 17:43 UTC 

[PATCH][AArch64] Cleanup memset
 2020-03-03 15:23 UTC  (4+ messages)

[PATCH] y2038: fix: Add missing libc_hidden_def for __futimens64
 2020-03-03 14:57 UTC  (2+ messages)

[PATCH] build-many-glibcs.py: Use --depth 1 in Git checkout
 2020-03-03 14:46 UTC  (10+ messages)

'simple' futex interface [Was: [PATCH v3 1/4] futex: Implement mechanism to wait on any of several futexes]
 2020-03-03 13:47 UTC  (2+ messages)

[PATCH] alpha: Do not build with -fpic
 2020-03-03 13:00 UTC  (7+ messages)

[PATCH] build: shell-container typo in run_command_array [BZ 23991]
 2020-03-02 22:28 UTC  (2+ messages)

[PATCH] build-many-glibcs.py: Add list-compilers, list-glibcs commands
 2020-03-02 22:06 UTC  (2+ messages)

[PATCH] manual: Fixed typo in manual/stdio.texi [BZ #24638]
 2020-03-02 18:57 UTC 

[PATCH 0/3] y2038: Conversion of [lf]utimes[at] to support 64 bit time
 2020-03-02 17:05 UTC  (10+ messages)
` [PATCH 1/3] y2038: linux: Provide __futimes64 implementation
` [PATCH 2/3] y2038: linux: Provide __lutimes64 implementation
` [PATCH 3/3] y2038: linux: Provide __futimesat64 implementation

[PATCH] Add missing libc_hidden_def for __utimensat64
 2020-03-02 15:49 UTC  (2+ messages)

[HELP NEEDED] elf: Add elf/check-wx-segment, a test for the presence of WX segments
 2020-03-02 12:08 UTC  (5+ messages)

[PATCH] hppa: Fix data race in setting function descriptors during lazy binding
 2020-03-01 17:01 UTC  (4+ messages)

[PATCH] elf: Apply attribute_relro to pointers in elf/dl-minimal.c
 2020-03-01  9:33 UTC  (6+ messages)

[PATCH v3] binfmt_misc: pass binfmt_misc flags to the interpreter
 2020-03-01  0:47 UTC  (2+ messages)

[PATCH v4 0/8] Always use 32-bit time_t for certain syscalls
 2020-02-28 17:52 UTC  (7+ messages)
` [PATCH v4 1/8] sysv/linux: Rename alpha functions to be alpha specific
` [PATCH v4 5/8] linux: Use long time_t __getitimer/__setitimer

[PATCH 0/7] Remaining ldbl-128ibm-compat support
 2020-02-28 17:21 UTC  (11+ messages)
` [PATCH 1/7] ldbl-128ibm-compat: Provide nexttoward functions
` [PATCH 5/7] ldbl-128ibm-compat: enforce ibm128 on compat tests
` [PATCH 7/7] RFC: ldbl-128ibm-compat: PLT redirects for using ldbl redirects internally

[PATCHv2 3/7] ldbl-128ibm-compat: Add tests for IBM long double functions
 2020-02-28 15:33 UTC  (3+ messages)
` [PATCHv3] "
  ` [PATCHv3][Ping] "

[PATCH][Committed] ldbl-128ibm-compat: link tst-ldbl-efgcvt against loader too
 2020-02-28 15:08 UTC  (2+ messages)
` [PATCH][Committed] ldbl-128ibm-compat: Provide a significand implementation

[PATCH 0/6] long double to _Float128 redirecting support
 2020-02-28 14:59 UTC  (7+ messages)
` [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] i386: Use comdat instead of .gnu.linkonce for i386 setup pic register (BZ #20543)
 2020-02-28 14:28 UTC  (2+ messages)

[PATCH v2] sysv: linux: Pass 64-bit version of semctl syscall
 2020-02-27 23:57 UTC  (3+ messages)

[PATCH 00/26] Linux cleanups enabled by built-in system call tables
 2020-02-27 23:47 UTC  (53+ messages)
` [PATCH 01/26] Linux: Enhance glibcsyscalls.h to support listing system calls
` [PATCH 02/26] Linux: renameat2 syscall number is always available
` [PATCH 03/26] Linux: copy_file_range "
` [PATCH 04/26] Linux: mlock2 "
` [PATCH 05/26] Linux: mq_* syscall numbers are "
` [PATCH 06/26] Linux: statx syscall number is "
` [PATCH 07/26] Linux: sched_setaffinity "
` [PATCH 08/26] Linux: sched_getaffinity "
` [PATCH 09/26] Linux: sigaltstack "
` [PATCH 10/26] Linux: Clean up pread64/pwrite64 system call names
` [PATCH 11/26] Linux: Clean up preadv2, pwritev2 "
` [PATCH 12/26] Linux: Clean up preadv, pwritev "
` [PATCH 13/26] Linux: getrandom syscall number is always available
` [PATCH 14/26] Linux: rt_sigqueueinfo "
` [PATCH 15/26] Linux: pkey_mprotect "
` [PATCH 16/26] Linux: set_tid_address "
` [PATCH 17/26] Linux: exit_group "
` [PATCH 18/26] Linux: getdents64 syscall number is always available on MIPS
` [PATCH 19/26] Linux: pciconfig_iobase syscall number is always available on alpha
` [PATCH 20/26] Linux: set_robust_list syscall number is always available
` [PATCH 21/26] Linux: open_by_handle_at "
` [PATCH 22/26] ia64: Do not define __NR_semtimedop in <sysdep.h>
` [PATCH 23/26] x86_64: "
` [PATCH 24/26] Linux: epoll_pwait syscall number is always available
` [PATCH 25/26] m68k: getpagesize "
` [PATCH 26/26] microblaze: vfork "

Rseq registration: Google tcmalloc vs glibc
 2020-02-27 21:11 UTC  (14+ messages)

Carlos' patchwork queue
 2020-02-27 18:52 UTC  (6+ messages)

[PATCH] mips: Fix argument passing for inlined syscalls on Linux [BZ #25523]
 2020-02-27 18:23 UTC  (4+ messages)

[PATCH 01/15] powerpc: Consolidate Linux syscall definition
 2020-02-27 17:49 UTC  (7+ messages)
` [PATCH 08/15] nios2: Use Linux kABI for syscall return

[PATCH v2 1/3] support: Add support_process_state_wait
 2020-02-27 16:45 UTC  (7+ messages)
` [PATCH v2 2/3] posix: Refactor tst-waitid (BZ #14666)
` [PATCH v2 3/3] posix: Remove posix waitid

[PATCH] malloc/tst-mallocfork2: Kill lingering process for unexpected failures
 2020-02-27 16:42 UTC  (3+ messages)

[PATCH] Reserve static TLS for dynamically loaded initial-exec TLS only [BZ #25051]
 2020-02-27 16:31 UTC  (10+ messages)

[PATCH] Introduce <elf-initfini.h> and ELF_INITFINI for all architectures
 2020-02-26 20:02 UTC  (12+ messages)
        ` ELF_INITFINI for ARC (was Re: [PATCH] Introduce <elf-initfini.h> and ELF_INITFINI for all architectures)

[RFC v6 00/23] RISC-V glibc port for the 32-bit
 2020-02-26 16:28 UTC  (26+ messages)
` [RFC v6 07/23] RISC-V: Use 64-bit time_t and off_t for RV32 and RV64
          ` switching ARC to 64-bit time_t (Re: [RFC v6 07/23] RISC-V: Use 64-bit time_t and off_t for RV32 and RV64)

[PATCH v2][AArch64] Improve integer memcpy
 2020-02-26 16:18 UTC 

long double redirects and dynamic loader behavior
 2020-02-26  9:49 UTC  (3+ messages)

[PATCH v3] powerpc: Refactor fenvinline.h
 2020-02-25 23:15 UTC  (5+ messages)

[PATCH] Improve adherance to the GNU Kind Communication Guidelines
 2020-02-25 23:14 UTC  (7+ messages)

[PATCH] csu: Use ELF constructor instead of _init in libc.so
 2020-02-25 22:46 UTC  (11+ messages)

[PATCH] asm-generic ABI: Allow statx syscall despite fstatat64,fstat64
 2020-02-25 16:55 UTC  (12+ messages)
          ` [PATCH v2] "
              ` [PATCH v3] "
                ` [PATCH v3] asm-generic ABI: Allow statx syscall despite fstatat64, fstat64

[PATCH 0/7] More type safety for NSS modules
 2020-02-25 16:44 UTC  (10+ messages)
` [PATCH 9/7] nss_nis: Use NSS_DECLARE_MODULE_FUNCTIONS

[PATCH] stdint: Use __extension__ on long long constants
 2020-02-25 15:06 UTC  (9+ messages)

[PATCH] Force 64-bit time based syscalls for TIMESIZE==64 on 32-bit arches
 2020-02-25  9:27 UTC  (4+ messages)

[PATCH] manual: Document the System V sigpause function
 2020-02-24 19:07 UTC 

[PATCH] signal: Deprecate additional legacy signal handling functions
 2020-02-24 19:07 UTC 

[PATCH 0/4] Avoid malloc symbol interposition in the dynamic loader [BZ #25486]
 2020-02-24 11:53 UTC  (3+ messages)
` [PATCH 4/4] ld.so: Do not export free/calloc/malloc/realloc functions "


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