unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2020-11-09 20:19:55 to 2020-11-16 14:25:56 UTC [more...]

[PATCH 1/3] msg: Remove redundant #include <sys/msg.h> header
 2020-11-16 14:25 UTC  (25+ messages)
` [PATCH 2/3] msqid: Provide internal copy of struct __msqid64_ds

[PATCH v2 00/24] Simplify internal Linux syscall
 2020-11-16 13:45 UTC  (25+ messages)
` [PATCH v2 01/23] linux: Remove INTERNAL_SYSCALL_ERRNO
` [PATCH v2 02/23] linux: Remove INTERNAL_SYSCALL_ERROR_P
` [PATCH v2 03/23] linux: Add syscall_ret and use it on INLINE_SYSCALL
` [PATCH v2 04/23] linux: Replace INLINE_SYSCALL_ERROR_RETURN_VALUE with __syscall_error
` [PATCH v2 05/23] linux: Use generic __syscall_error for aarch64
` [PATCH v2 06/23] linux: Use generic __syscall_error for i386
` [PATCH v2 07/23] linux: Use generic __syscall_error for arc
` [PATCH v2 08/23] linux: Use generic __syscall_error for powerpc
` [PATCH v2 09/23] linux: Use generic __syscall_error for sparc
` [PATCH v2 10/23] linux: Use generic __syscall_error for hppa
` [PATCH v2 11/23] linux: Use generic __syscall_error for arm
` [PATCH v2 12/23] linux: Use generic __syscall_error for x86_64
` [PATCH v2 13/23] linux: Use generic __syscall_error for s390
` [PATCH v2 14/23] linux: Use generic __syscall_error for sh
` [PATCH v2 15/23] linux: Use generic __syscall_error for microblaze
` [PATCH v2 16/23] linux: Use generic __syscall_error for ia64
` [PATCH v2 17/23] linux: Use generic __syscall_error for m68k
` [PATCH v2 18/23] linux: Use generic __syscall_error for csky
` [PATCH v2 19/23] linux: Use generic __syscall_error for riscv
` [PATCH v2 20/23] linux: Use generic __syscall_error for nios2
` [PATCH v2 21/23] linux: Use generic __syscall_error for alpha
` [PATCH v2 22/23] linux: Use generic __syscall_error for mips
` [PATCH v2 23/23] linux: Make SYSCALL_ERROR_FUNC as default

[PATCH 1/2] Replace __libc_multiple_libcs with tri-state __libc_type
 2020-11-16 13:18 UTC  (7+ messages)
` [PATCH 2/2] malloc: Use __libc_type to detect an inner libc

[Patch V2] mips: minior fix
 2020-11-15 14:56 UTC  (6+ messages)
` [PATCH 1/3] mips: add hp-timing support for MIPS R2
` [PATCH 2/3] mips: make sp 16-byte aligned on N64/N32
` [PATCH 3/3] mips: remove useless register spill
      `  "

[hurd,commited] hurd: let _dl_argv and __libc_stack_end be relro
 2020-11-15 13:48 UTC 

[hurd,commited] hurd: Remove some remnants of cthreads
 2020-11-15 12:16 UTC 

[PATCH v2 1/2] aio: Provide Linux specific copy of aio_suspend.c
 2020-11-14 21:45 UTC  (2+ messages)
` [PATCH v2 2/2] y2038: Convert aio_suspend to support 64 bit time

[Y2038][time namespaces] Question regarding CLOCK_REALTIME support plans in Linux time namespaces
 2020-11-14 10:25 UTC  (2+ messages)

[PATCH] Add {,sysdep-}ld-library-path make variable
 2020-11-14  9:02 UTC  (3+ messages)

[hurd,commited] hurd: Drop CLOCK_MONOTONIC change which slipped in
 2020-11-13 23:59 UTC 

build failure for Hurd
 2020-11-13 23:57 UTC  (2+ messages)

[hurd, commited] hurd: make ptsname fail with ENOTTY on non-master-pty
 2020-11-13 23:54 UTC 

[hurd,commited] mach: Add missing assert.h include
 2020-11-13 23:53 UTC 

[hurd, commited] hurd: break relocation loop between libc.so and lib{mach, hurd}user.so
 2020-11-13 23:53 UTC 

[PATCH 1/2] aio: Provide Linux specific aio_suspend.c implementation
 2020-11-13 21:10 UTC  (3+ messages)
` [PATCH 2/2] y2038: Convert aio_suspend to support 64 bit time

[PATCH] Add {,sysdep-}ld-library-path make variable
 2020-11-13 20:25 UTC  (2+ messages)

[hurd,commited] Add {,sysdep-}ld-library-path make variable
 2020-11-13 20:15 UTC  (2+ messages)
` [PATCH] "

[PATCH] hppa: Remove obsolete defines for HPUX support from fcntl.h and update O_NONBLOCK
 2020-11-13 16:39 UTC 

static binary, dlopen, and ifunc
 2020-11-13 15:51 UTC  (17+ messages)

[PATCH] nptl: Move stack list variables into _rtld_global
 2020-11-13 15:10 UTC 

[PATCH] alpha: Remove UP preprocessor conditionals
 2020-11-13 13:47 UTC  (2+ messages)

[PATCH] powerpc: Eliminate UP macro conditionals
 2020-11-13 13:46 UTC  (2+ messages)

[PATCH] nptl: Eliminate <smp.h> and __is_smp
 2020-11-13 13:45 UTC  (2+ messages)

[PATCH] x86: Remove UP macro. Define LOCK_PREFIX unconditionally
 2020-11-13 13:40 UTC  (2+ messages)

[hurd,commited] hurd: Make sure signals get started
 2020-11-13 10:24 UTC 

[hurd, commited] hurd: initialize libpthread before starting the signal thread
 2020-11-13  1:24 UTC 

[PATCH] nanosleep: Pass NULL when rem == NULL on ports with __TIMESIZE != 64
 2020-11-13  0:33 UTC  (3+ messages)

[hurd,commited] hurd: Make _hurd_libc_proc_init idempotent
 2020-11-13  0:24 UTC 

[PATCH] nptl: Fix issue unwinding through sem_wait futex
 2020-11-12 23:03 UTC  (3+ messages)

[PATCH v3 1/2] powerpc: Add optimized strncpy for POWER9
 2020-11-12 17:12 UTC  (4+ messages)
` [PATCH v3 2/2] powerpc: Add optimized stpncpy "

[PATCH] elf: Fix uninitialized variable for _dl_write
 2020-11-12 14:41 UTC  (2+ messages)

[PATCH v3 1/3] y2038: Convert cnd_timedwait to support 64 bit time
 2020-11-12 14:22 UTC  (3+ messages)
` [PATCH v3 2/3] y2038: Convert mtx_timedlock "
` [PATCH v3 3/3] y2038: Convert thrd_sleep "

Asyncronous I/O 'select' and 'poll' not working with TCP client sockets
 2020-11-12 16:07 UTC  (2+ messages)

[RFC] y2038: Export struct_stat_time64_helper.h with Y2038 safe stat{64} content
 2020-11-12 10:42 UTC  (3+ messages)

[PATCH v2 1/3] y2038: Convert cnd_timedwait to support 64 bit time
 2020-11-12 10:26 UTC  (5+ messages)
` [PATCH v2 2/3] y2038: Convert mtx_timedlock "
` [PATCH v2 3/3] y2038: Convert thrd_sleep "

[PATCH] Don't use nested function in test-ffs
 2020-11-12  9:29 UTC  (7+ messages)
    ` [COMMITTED v2] "

[PATCH] Use __builtin___stpncpy_chk when available
 2020-11-12  8:29 UTC  (2+ messages)

[PATCH] tests: Remove NULL check for an array
 2020-11-12  8:01 UTC  (2+ messages)

[PATCH] Fix typo in NEWS file
 2020-11-12  6:45 UTC  (5+ messages)

[hurd, commited] hurd: Move {, f, l}xstat{, at} and xmknod{at} to compat symbols
 2020-11-11 23:58 UTC 

[PATCH] y2038: Export struct __timespec64 (as ./bits/types/struct___timespec64.h)
 2020-11-11 22:16 UTC  (3+ messages)

[hurd,commited 0/4] Fix more hurd initialization for ifunc support
 2020-11-11 20:43 UTC  (5+ messages)
` [hurd,commited 1/4] htl: Fix spurious symbols in namespaces
` [hurd, commited 2/4] htl: Keep thread signals blocked during its initialization
` [hurd,commited 3/4] htl: Initialize later
` [hurd, commited 4/4] hurd: Notify the proc server later during initialization

[PATCH v2 1/3] y2038: Convert cnd_timedwait to support 64 bit time
 2020-11-11 20:08 UTC  (6+ messages)
` [PATCH v2 2/3] y2038: Convert mtx_timedlock "
` [PATCH v2 3/3] y2038: Convert thrd_sleep "

[PATCH 00/23] Simplify internal Linux syscall
 2020-11-11 16:41 UTC  (26+ messages)
` [PATCH 01/23] linux: Remove INTERNAL_SYSCALL_ERRNO
` [PATCH 02/23] linux: Replace INTERNAL_SYSCALL_ERROR_P macro with a inline function
` [PATCH 03/23] Remove tls.h inclusion from internal errno.h
` [PATCH 05/23] linux: Replace INLINE_SYSCALL_ERROR_RETURN_VALUE with __syscall_error
` [PATCH 07/23] linux: Use generic __syscall_error for i386
` [PATCH 13/23] linux: Use generic __syscall_error for x86_64
` [PATCH 14/23] linux: Use generic __syscall_error for s390
` [PATCH 15/23] linux: Use generic __syscall_error for sh
` [PATCH 16/23] linux: Use generic __syscall_error for microblaze
` [PATCH 17/23] linux: Use generic __syscall_error for ia64
` [PATCH 18/23] linux: Use generic __syscall_error for m68k
` [PATCH 19/23] linux: Use generic __syscall_error for csky
` [PATCH 20/23] linux: Use generic __syscall_error for riscv
` [PATCH 21/23] linux: Use generic __syscall_error for nios2
` [PATCH 22/23] linux: Use generic __syscall_error for alpha
` [PATCH 23/23] linux: Use generic __syscall_error for mips

[PATCH] include/sys/stat.h: Add __USE_FILE_OFFSET64 redirection
 2020-11-11 12:31 UTC  (4+ messages)

[COMMITTED] Use O_CLOEXEC in sysconf [BZ #26791]
 2020-11-11 11:23 UTC 

Question about alignment of struct _Unwind_Exception
 2020-11-11  9:27 UTC  (8+ messages)

[hurd,commited] hurd: keep only required PLTs in ld.so
 2020-11-11  1:36 UTC 

[hurd,commited] hurd: Add missing startup calls
 2020-11-11  1:36 UTC 

v4 [PATCH 6/6] nsswitch: use new internal API (callers)
 2020-11-10 21:47 UTC 

v4 [PATCH 5/6] nsswitch: user new internal API (tests)
 2020-11-10 21:46 UTC 

v4 [PATCH 4/6] nsswitch: use new internal API (core)
 2020-11-10 21:46 UTC 

v4 [PATCH 3/6] nss: Implement <nss_database.h>
 2020-11-10 21:46 UTC 

v4 [PATCH 2/6] <nss_action.h>: New abstraction for combining NSS modules and NSS actions
 2020-11-10 21:46 UTC 

[PATCH 1/6] nss: Introduce <nss_module.h>
 2020-11-10 21:45 UTC 

v4 [PATCH 0/6] nsswitch reloading
 2020-11-10 21:45 UTC 

[PATCH v2 1/1] riscv: Get cache information through sysconf
 2020-11-10 19:48 UTC  (2+ messages)

[PATCH] RISC-V: Add _dl_start_user
 2020-11-10 19:03 UTC  (4+ messages)

[PATCH] stdio-common: Fix type unsafe cast causing gcc miscompile
 2020-11-10 16:20 UTC  (3+ messages)

Question regarding failing xcheck posix/bug-ga2-mem and resolv/mtrace-tst-leaks2 on Fedora 33
 2020-11-10 16:10 UTC 

[2.32 COMMITTED] aarch64: Add unwind information to _start (bug 26853)
 2020-11-10 14:28 UTC 

[PATCH v4 00/11] glibc-hwcaps support
 2020-11-10 10:41 UTC  (3+ messages)

[PATCH 1/1] riscv: Get cache information through sysconf
 2020-11-10  6:25 UTC  (3+ messages)

[PATCH] Linux: Add execveat system call wrapper
 2020-11-09 21:34 UTC  (4+ 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).