unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2020-11-02 07:42:41 to 2020-11-09 20:40:05 UTC [more...]

[PATCH] Linux: Add execveat system call wrapper
 2020-11-09 20:39 UTC  (5+ messages)

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

[PATCH 00/23] Simplify internal Linux syscall
 2020-11-09 20:18 UTC  (24+ 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 04/23] linux: Add syscall_ret and use it on INLINE_SYSCALL
` [PATCH 05/23] linux: Replace INLINE_SYSCALL_ERROR_RETURN_VALUE with __syscall_error
` [PATCH 06/23] linux: Use generic __syscall_error for aarch64
` [PATCH 07/23] linux: Use generic __syscall_error for i386
` [PATCH 08/23] linux: Use generic __syscall_error for arc
` [PATCH 09/23] linux: Use generic __syscall_error for powerpc
` [PATCH 10/23] linux: Use generic __syscall_error for sparc
` [PATCH 11/23] linux: Use generic __syscall_error for hppa
` [PATCH 12/23] linux: Use generic __syscall_error for arm
` [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 v4 00/11] glibc-hwcaps support
 2020-11-09 18:41 UTC  (12+ messages)
` [PATCH 01/11] support: Add support_copy_file
` [PATCH 02/11] elf: Introduce enum opt_format in the ldconfig implementation
` [PATCH 03/11] elf: Add glibc-hwcaps support for LD_LIBRARY_PATH
` [PATCH 04/11] elf: Add endianness markup to ld.so.cache
` [PATCH 05/11] elf: Add extension mechanism "
` [PATCH 06/11] elf: Implement a string table for ldconfig, with tail merging
` [PATCH 07/11] elf: Implement tail merging of strings in ldconfig
` [PATCH 08/11] elf: Process glibc-hwcaps subdirectories "
` [PATCH 09/11] elf: Add glibc-hwcaps subdirectory support to ld.so cache processing
` [PATCH 10/11] x86_64: Add glibc-hwcaps support
` [PATCH 11/11] powerpc64le: "

[PATCH v2 0/3] glibc-hwcaps support for LD_LIBRARY_PATH
 2020-11-09 18:32 UTC  (14+ messages)
` [PATCH v2 3/3] powerpc64le: Add glibc-hwcaps support

[PATCH] include/sys/stat.h: Add __USE_FILE_OFFSET64 redirection
 2020-11-09 14:48 UTC  (2+ messages)

[PATCH] Fix README formatting
 2020-11-09 12:31 UTC  (2+ messages)

[PATCH] aarch64: Add unwind information to _start (bug 26853)
 2020-11-09 11:58 UTC  (3+ messages)

Embedded Real-Time Operating Systems for the IoT Market Analysis: Here's the One Report That You Must Share With Your Management Team
 2020-11-09  9:42 UTC 

[hurd, commited] bsd unlockpt: unlockpt needs to fail with EINVAL, not ENOTTY
 2020-11-08 14:11 UTC 

[hurd, commited] Rearrange bsd_getpt vs bsd_openpt and implement posix_openpt on BSD
 2020-11-08 14:11 UTC 

[Y2038][time namespaces] Question regarding CLOCK_REALTIME support plans in Linux time namespaces
 2020-11-07  0:47 UTC  (11+ messages)

Question about alignment of struct _Unwind_Exception
 2020-11-06 23:16 UTC  (7+ messages)

[Y2038] Question about porting y2038-tests to glibc
 2020-11-06 16:12 UTC  (15+ messages)

Report: __STDC_ISO_10646__ constant is out-of-date
 2020-11-06  5:56 UTC  (3+ messages)

[PATCH v2 1/1] riscv: Get cache information through sysconf
 2020-11-06  4:58 UTC  (3+ messages)

[PATCH 1/1] riscv: Get cache information through sysconf
 2020-11-06  4:57 UTC  (2+ messages)

POSIX.1-2017 manual pages for Linux
 2020-11-05 13:18 UTC 

[PATCH 0/4] aarch64: avoid mprotect(PROT_BTI|PROT_EXEC) [BZ #26831]
 2020-11-05 11:31 UTC  (28+ messages)
` [PATCH 1/4] elf: Pass the fd to note processing "
` [PATCH 2/4] elf: Move note processing after l_phdr is updated "
` [PATCH 3/4] aarch64: Use mmap to add PROT_BTI instead of mprotect "
` [PATCH 4/4] aarch64: Remove the bti link_map field "

[PATCH] Remove __warndecl
 2020-11-05  9:45 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH] Remove __warn_memset_zero_len [bz #25399]
 2020-11-05  4:35 UTC  (7+ messages)

[PATCH] Fix typo in NEWS file
 2020-11-05  4:06 UTC  (3+ messages)

[QEMU] Question regarding user mode support for ARM syscalls
 2020-11-04 23:35 UTC  (8+ messages)

[PATCH] sysconf: Add _SC_MINSIGSTKSZ/_SC_SIGSTKSZ [BZ #20305]
 2020-11-04 17:48 UTC  (13+ messages)
  ` V5 "
      ` V6 "
                ` V7 "
                  ` PING: "

BTI interaction between seccomp filters in systemd and glibc mprotect calls, causing service failures
 2020-11-04 12:18 UTC  (8+ messages)

[PATCH 00/28] glibc-hwcaps support
 2020-11-04 11:57 UTC  (18+ messages)
` [PATCH 22/28] elf: Add extension mechanism to ld.so.cache
` [PATCH 23/28] elf: Unify old and new format cache handling code in ld.so
` [PATCH 24/28] elf: Implement a string table for ldconfig, with tail merging
` [PATCH 27/28] elf: Process glibc-hwcaps subdirectories in ldconfig

v3 [PATCH 4/4] nsswitch: use new internal API
 2020-11-04  7:30 UTC  (2+ messages)

[PATCH v2] iconv: Accept redundant shift sequences in IBM1364 [BZ #26224]
 2020-11-04  5:06 UTC  (2+ messages)

v3 [PATCH 3/4] nss: Implement <nss_database.h>
 2020-11-04  4:42 UTC  (2+ messages)

[PATCH] Fix typo in NEWS file
 2020-11-03 22:25 UTC  (3+ messages)

[PATCH] iconv: Accept redundant shift sequences in IBM1364 [BZ #26224]
 2020-11-03 22:03 UTC  (2+ messages)

[PATCH] tst-setuid1-static-ENV: Add $(common-objpfx)nss [BZ #26820]
 2020-11-03 20:00 UTC  (5+ messages)

[PATCH] linux: Allow adjtime with NULL argument [BZ #26833]
 2020-11-03 19:17 UTC  (3+ messages)

[PATCH] Declare __warn_memset_zero_len internally for newer gcc [bz #25399]
 2020-11-03 16:59 UTC  (7+ messages)

[PATCH v2 1/3] y2038: Convert cnd_timedwait to support 64 bit time
 2020-11-03 16:57 UTC  (10+ messages)
` [PATCH v2 2/3] y2038: Convert mtx_timedlock "
  ` [PATCH] shm_open/unlink: fix errno if namelen >= NAME_MAX
` [PATCH v2 3/3] y2038: Convert thrd_sleep to support 64 bit time

v3 [PATCH 2/4] <nss_action.h>: New abstraction for combining NSS modules
 2020-11-03 16:55 UTC  (2+ messages)

v3 [PATCH 1/4] nss: Introduce <nss_module.h>
 2020-11-03 16:55 UTC  (2+ messages)

[PATCH v2 1/5] mips: Do not malloc on getdents64 fallback
 2020-11-03 10:27 UTC  (10+ messages)

New Portuguese PO file for 'libc' (version 2.31.9000)
 2020-11-03  6:02 UTC 

glibc Hurd build fails with GCC 11
 2020-11-02 20:43 UTC 

[PATCHv5] powerpc64le: ifunc select *f128 routines in multiarch mode
 2020-11-02 15:27 UTC 

[PATCH 0/2] aarch64: Fix variant PCS support [BZ #26978]
 2020-11-02 14:52 UTC  (4+ messages)

New Serbian PO file for 'libc' (version 2.31.9000)
 2020-11-02 10:22 UTC 

[PATCH] Fix typo in NEWS file
 2020-11-02  7:53 UTC 

[PATCH] shm_open/unlink: fix errno if namelen >= NAME_MAX
 2020-10-26 19:44 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).