unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2020-11-13 16:39:54 to 2020-11-19 16:37:54 UTC [more...]

[PATCH] sysconf: Add _SC_MINSIGSTKSZ/_SC_SIGSTKSZ [BZ #20305]
 2020-11-19 16:37 UTC  (28+ messages)
` V5 "
    ` V6 "
              ` V7 "
                ` PING: "

Kernel prctl feature for syscall interception and emulation
 2020-11-19 16:28 UTC  (4+ messages)

[RFC] Archive old patches on patchwork?
 2020-11-19 16:15 UTC  (2+ messages)

[PATCH] Use libnss_files.so for tests posix/bug-ga2 and resolv/tst-leaks2 [BZ #26821]
 2020-11-19 15:34 UTC  (3+ messages)

[PATCH] Turn ___brk_addr into a compat symbol
 2020-11-19 14:57 UTC  (4+ messages)

[PATCH] libm,ieee754:New algorithm of fmod function for, dbl-64/wordsize-64
 2020-11-19 14:54 UTC  (2+ messages)

[PATCH 00/28] More Linux syscall refactor
 2020-11-19 12:56 UTC  (33+ messages)
` [PATCH 01/28] Remove generic pthread linuxism on POSIX timer_routine
` [PATCH 02/28] Removed ununsed pthread implementations
` [PATCH 03/28] Remove local-setxid.h
` [PATCH 04/28] Remove HAVE_INLINED_SYSCALLS usage on generic implementations
` [PATCH 05/28] linux: Consolidate and cleanup personality syscall
` [PATCH 06/28] x32: Remove syscalls.list
` [PATCH 07/28] linux: Assume bind support
` [PATCH 08/28] linux: Assume getpeername support
` [PATCH 09/28] linux: Assume getsockname support
` [PATCH 10/28] linux: Assume getsockopt support
` [PATCH 11/28] linux: Assume listen support
` [PATCH 12/28] linux: Assume setsockopt support
` [PATCH 13/28] linux: Assume shutdown support
` [PATCH 14/28] linux: Assume socket support
` [PATCH 15/28] linux: Assume socketpair support
` [PATCH 16/28] linux: Remove superflous __ASSUME_CONNECT_SYSCALL definitions
` [PATCH 17/28] x86_64: Remove ununsed syscalls.list entry
` [PATCH 18/28] nptl: Add futex_trylock_pi
` [PATCH 19/28] linux: Add fanotify_mark C implementation
` [PATCH 20/28] linux: Add prlimit64 "
` [PATCH 21/28] linux: Implement mremap in C
` [PATCH 22/28] Linux: implement ioctl "
` [PATCH 23/28] mips: Implement n32 lseek64 "
` [PATCH 24/28] x32: Implement "
` [PATCH 25/28] linux: Implement pipe in terms of __NR_pipe2
` [PATCH 26/28] linux: Consolidate brk implementation
` [PATCH 27/28] linux: Add generic C syscall implementation
` [PATCH 28/28] alpha: Move implementations to C

What clocks are supported by pthread_clockjoin_np()
 2020-11-19 12:29 UTC  (3+ messages)

Question regarding failing xcheck posix/bug-ga2-mem and resolv/mtrace-tst-leaks2 on Fedora 33
 2020-11-19 12:29 UTC  (5+ messages)

[Y2038][time namespaces] Question regarding CLOCK_REALTIME support plans in Linux time namespaces
 2020-11-19 12:08 UTC  (9+ messages)

[PATCH v3] arm64: Introduce prctl(PR_PAC_{SET,GET}_ENABLED_KEYS)
 2020-11-19 10:39 UTC  (3+ messages)

New Portuguese PO file for 'libc' (version 2.31.9000)
 2020-11-19  7:37 UTC 

[PATCH v2] arm64: Introduce prctl(PR_PAC_{SET,GET}_ENABLED_KEYS)
 2020-11-19  5:20 UTC  (16+ messages)

[PATCH 0/4] powerpc: Add support for system call vectored
 2020-11-18 21:28 UTC  (9+ messages)
` [PATCH 1/4] powerpc: Replace brk.S with a C implementation
` [PATCH 2/4] powerpc: Make PT_THREAD_POINTER available to assembly code
` [PATCH 3/4] powerpc: Runtime selection between sc and scv for syscalls
` [PATCH 4/4] powerpc: Use scv instruction on clone when available

pthread_cond_timedwait with timeout in the past slower than it used to be
 2020-11-18 17:00 UTC  (2+ messages)

[PATCH] tst: y2038: Add test to check sizes of struct timespec and time_t
 2020-11-18 14:05 UTC  (2+ messages)

[PATCH v3] y2038: Convert aio_suspend to support 64 bit time
 2020-11-18 13:53 UTC  (4+ messages)

[PATCH v4] <sys/param.h>: Add nitems()
 2020-11-18 11:26 UTC  (6+ messages)
` Ping(3): "

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

[PATCH] linux: mips: Fix getdents64 fallback on mips64-n32
 2020-11-17 18:08 UTC  (8+ messages)

[2.32] struct _Unwind_Exception alignment should not depend on compiler flags
 2020-11-17 18:06 UTC  (5+ messages)

[PATCH] Fix typo in NEWS file
 2020-11-17  8:27 UTC  (2+ messages)

[hurd,commited 0/2] hurd: enable ifuncs
 2020-11-16 23:38 UTC  (3+ messages)
` [hurd,commited 1/2] Add {,sysdep-}ld-library-path make variable
` [hurd,commited 2/2] hurd: Enable using ifunc

[PATCH v2 0/3] glibc-hwcaps support for LD_LIBRARY_PATH
 2020-11-16 19:35 UTC  (10+ messages)
` [PATCH v2 3/3] powerpc64le: Add glibc-hwcaps support

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

[PATCH] nptl: Move stack list variables into _rtld_global
 2020-11-16 18:02 UTC  (2+ messages)

[PATCH 1/3] msg: Remove redundant #include <sys/msg.h> header
 2020-11-16 14:25 UTC  (24+ 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 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] 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 


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