unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2018-04-18 23:51:01 to 2018-04-27 15:34:37 UTC [more...]

Remove tilegx port
 2018-04-27 15:36 UTC 

[PATCH v2 00/21] nptl: Fix Race conditions in pthread cancellation (BZ#12683)
 2018-04-27 12:25 UTC  (4+ messages)
` [PATCH v2 03/21] "

[RFC PATCH V2 00/10] port C-SKY to glibc
 2018-04-27 12:10 UTC  (15+ messages)
` [RFC PATCH V2 01/10] C-SKY: ABI related code
` [RFC PATCH V2 02/10] C-SKY: TLS support
` [RFC PATCH V2 06/10] C-SKY: Linux Syscall Interface

PING [PATCH/v3] x86: Use pad in pthread_unwind_buf to preserve shadow stack register
 2018-04-26 21:31 UTC 

[PATCH] Increase robustness of internal dlopen() by using RTLD_NOW [BZ #22766]
 2018-04-26 16:57 UTC  (5+ messages)
  ` [PATCHv2] "

[PATCH] Cleanup FAST_MATH misc functions from sysdeps/x86/fpu/bits/mathinline.h
 2018-04-26 16:04 UTC  (4+ messages)

[PATCH 2/2] x86-64/swapcontext: Restore the pointer into %rdx after syscall
 2018-04-26 12:17 UTC 

[PATCH 1/2] x86-64/setcontext: Pop the pointer into %rdx after syscall
 2018-04-26 12:17 UTC 

R_PARISC_TLS_DTPOFF32 reloc handling
 2018-04-26 12:05 UTC  (3+ messages)

[PATCH 1/7] Assume O_DIRECTORY for opendir
 2018-04-25 19:45 UTC  (14+ messages)
` [PATCH 4/7] Consolidate Linux getdents{64} implementation
` [PATCH 5/7] Consolidate scandir{at}{64} implementation
` [PATCH 6/7] Consolidate alphasort{64} and versionsort{64} implementation
` [PATCH 7/7] Consolidate getdirentries{64} implementation

[PATCH 00/17] y2038: system calls, part 3
 2018-04-25 18:36 UTC  (20+ messages)
` [PATCH 01/17] y2038: compat: Move common compat types to asm-generic/compat.h
` [PATCH 02/17] y2038: Remove newstat family from default syscall set
` [PATCH 03/17] y2038: Remove stat64 "
` [PATCH 04/17] asm-generic: Remove unneeded __ARCH_WANT_SYS_LLSEEK macro
` [PATCH 05/17] asm-generic: Remove empty asm/unistd.h
` [PATCH 06/17] y2038: Change sys_utimensat() to use __kernel_timespec
` [PATCH 07/17] y2038: Compile utimes()/futimesat() conditionally
` [PATCH 08/17] y2038: utimes: Rework #ifdef guards for compat syscalls
` [PATCH 09/17] y2038: futex: Move compat implementation into futex.c
` [PATCH 10/17] y2038: futex: Add support for __kernel_timespec
` [PATCH 11/17] y2038: Prepare sched_rr_get_interval "
` [PATCH 12/17] y2038: aio: Prepare sys_io_getevents "
` [PATCH 13/17] y2038: socket: Convert recvmmsg to __kernel_timespec
` [PATCH 14/17] y2038: socket: Add compat_sys_recvmmsg_time64
` [PATCH 15/17] y2038: signal: Change rt_sigtimedwait to use __kernel_timespec
` [PATCH 16/17] y2038: Make compat_sys_rt_sigtimedwait usable on 32-bit
` [PATCH 17/17] y2038: signal: Add compat_sys_rt_sigtimedwait_time64

[PATCH 1/2] Deprecate sysctl syscall interface
 2018-04-25 17:59 UTC  (11+ messages)
` [PATCH 2/2] Deprecate ustat "

[PATCH]: Fix blocking pthread_join
 2018-04-25 15:25 UTC  (3+ messages)

[GIT PULL, PATCH v4 00/16] y2038: IPC system call conversion
 2018-04-25 15:06 UTC  (17+ messages)
` [PATCH v4 01/16] y2038: asm-generic: Extend sysvipc data structures
` [PATCH v4 02/16] y2038: x86: "
` [PATCH v4 03/16] y2038: alpha: Remove unneeded ipc uapi header files
` [PATCH v4 04/16] y2038: ia64: "
` [PATCH v4 05/16] y2038: s390: "
` [PATCH v4 06/16] y2038: arm64: Extend sysvipc compat data structures
` [PATCH v4 07/16] y2038: mips: Extend sysvipc "
` [PATCH v4 08/16] y2038: parisc: "
` [PATCH v4 09/16] y2038: sparc: "
` [PATCH v4 10/16] y2038: powerpc: "
` [PATCH v4 11/16] y2038: xtensa: "
` [PATCH v4 12/16] y2038: ipc: Use ktime_get_real_seconds consistently
` [PATCH v4 13/16] y2038: ipc: Report long times to user space
` [PATCH v4 14/16] y2038: ipc: Use __kernel_timespec
` [PATCH v4 15/16] y2038: ipc: Enable COMPAT_32BIT_TIME
` [PATCH v4 16/16] y2038: ipc: Redirect ipc(SEMTIMEDOP, ...) to compat_ksys_semtimedop

Use GCC 8 in build-many-glibcs.py by default [committed]
 2018-04-25 15:05 UTC 

[PATCH v2 1/3] Tunables: Add tunables of spin count for pthread adaptive spin mutex
 2018-04-25  5:11 UTC  (5+ messages)
` [PATCH v2 2/3] benchtests: Add pthread adaptive spin mutex microbenchmark
` [PATCH v2 3/3] Mutex: Optimize adaptive spin algorithm

[RFC PATCH 0/5] Proof-of-Concept implementation of RTLD_SHARED for dlmopen
 2018-04-24 19:30 UTC  (7+ messages)
` [RFC PATCH 1/5] bits/dlfcn.h: Declare and describe the dlmopen RTLD_SHARED flag
` [RFC PATCH 2/5] include/link.h: Update the link_map struct to allow clones
` [RFC PATCH 3/5] elf/dl-object.c: Implement a helper function to clone link_map entries
` [RFC PATCH 4/5] elf/dl-load.c, elf-dl-open.c: Implement RTLD_SHARED dlmopen cloning
` [RFC PATCH 5/5] elf/dl-fini.c: Handle cloned link_map entries in the shutdown path

[PATCH v4] powerpc64*: fix the order of implied sysdeps directories
 2018-04-24 18:22 UTC  (3+ messages)

Fix Hurd glibc build with GCC 8 [committed]
 2018-04-24 16:46 UTC  (2+ messages)

[PATCH] Update the expected results for hr_HR
 2018-04-24  0:21 UTC 

Add PTRACE_SECCOMP_GET_METADATA from Linux 4.16 to sys/ptrace.h
 2018-04-23 23:55 UTC  (6+ messages)

[patch] Fix BZ 20419 -- stack overflow with huge PT_NOTE segment
 2018-04-23 19:23 UTC 

Add NT_PPC_PKEY from Linux 4.16 to elf.h
 2018-04-23 18:55 UTC  (2+ messages)

[PATCH v2] New configure option --disable-crypt
 2018-04-23 15:29 UTC  (5+ messages)

[PATCH] NEWS: Reindent and copyedit
 2018-04-23 15:27 UTC 

[PATCH 2.27] RISC-V: fix struct kernel_sigaction to match the kernel version [BZ #23069]
 2018-04-23 13:28 UTC  (3+ messages)
` [PATCH] Add tst-sigaction.c to test BZ #23069

[PATCH] Consolidate Linux readahead implementation
 2018-04-23 11:13 UTC 

[PATCH v3 00/17] y2038: Convert IPC syscalls
 2018-04-22 20:17 UTC  (32+ messages)
` [PATCH v3 01/17] y2038: asm-generic: Extend sysvipc data structures
            ` [PATCH] x86: ipc: fix x32 version of shmid64_ds and msqid64_ds
` [PATCH v3 02/17] y2038: alpha: Remove unneeded ipc uapi header files
` [PATCH v3 03/17] y2038: ia64: "
` [PATCH v3 04/17] y2038: s390: "
` [PATCH v3 05/17] y2038: arm64: Extend sysvipc compat data structures
` [PATCH v3 06/17] y2038: mips: Extend sysvipc "
` [PATCH v3 07/17] y2038: x86: "
` [PATCH v3 08/17] y2038: parisc: "
` [PATCH v3 09/17] y2038: sparc: "
` [PATCH v3 10/17] y2038: powerpc: "
` [PATCH v3 11/17] y2038: xtensa: "
` [PATCH v3 12/17] y2038: ipc: Use ktime_get_real_seconds consistently
` [PATCH v3 13/17] y2038: ipc: Report long times to user space
` [PATCH v3 14/17] y2038: ipc: Use __kernel_timespec
` [PATCH v3 15/17] y2038: ipc: Enable COMPAT_32BIT_TIME
` [PATCH v3 16/17] y2038: ipc: Redirect ipc(SEMTIMEDOP, ...) to compat_ksys_semtimedop
` [PATCH v3 17/17] y2038: compat: Move common compat types to asm-generic/compat.h

[PATCH] x86: Use pad in pthread_unwind_buf to preserve shadow stack register
 2018-04-21 18:37 UTC  (7+ messages)
        ` [PATCHv2] "
          ` [PATCH/v3] "

Upstreaming the glibc Hurd port
 2018-04-21  8:54 UTC  (12+ messages)

[PATCH 2.27] RISC-V: fix struct kernel_sigaction to match the kernel version [BZ #23069]
 2018-04-20 17:50 UTC  (2+ messages)

Define XTABS to TAB3 on alpha to match Linux 4.16
 2018-04-20 17:47 UTC  (2+ messages)

Update aarch64 bits/hwcap.h, dl-procinfo.c for Linux 4.16 HWCAP_ASIMDFHM
 2018-04-20 16:26 UTC  (2+ messages)

[hurd,commited] hurd xfails: Add missing bug references
 2018-04-20 15:14 UTC 

[hurd,commited 1/4] Drop fpregset unused symbol exposition
 2018-04-20 15:11 UTC  (5+ messages)
` [hurd,commited 2/4] Revert "hurd: Fix mach installed headers test"
` [hurd,commited 3/4] hurd: XFAIL appearance of sched_param and sched_priority from <sys/types.h>
` [hurd,commited 4/4] hurd: XFAIL tests for signal features not implemented yet

[PATCH] Update Macintosh character maps (bug 23073)
 2018-04-20 11:31 UTC  (5+ messages)

de_DE has been using the wrong group separator for over 18 years
 2018-04-20  1:38 UTC  (11+ messages)

[hurd,commited] hurd: Fix hurd installed headers test
 2018-04-19 22:17 UTC 

[hurd,commited] hurd: Add missing RLIM_SAVED_MAX/CUR
 2018-04-19 21:56 UTC 

[hurd,commited] hurd: Fix termios.h symbols
 2018-04-19 21:51 UTC 

[[PATCH RFC 2] 00/63] Make GLIBC Y2038-proof
 2018-04-19 21:36 UTC  (13+ messages)
` [[PATCH RFC 2] 01/63] Y2038: add type __time64_t
  ` [[PATCH RFC 2] 02/63] Y2038: add function __difftime64
    ` [[PATCH RFC 2] 03/63] Y2038: make __tz_convert compatible with 64-bit-time

[hurd,commited 1/2] hurd: fix sigevent's sigev_notify_attributes field type
 2018-04-19 19:44 UTC  (2+ messages)
` [hurd,commited 2/2] hurd: remove non-standard siginfo symbol

aarch64: add HWCAP_ATOMICS to HWCAP_IMPORTANT
 2018-04-19 19:25 UTC  (6+ messages)

[committed] Update Nios II ULPs
 2018-04-19 19:05 UTC 

[hurd,commited] hurd: Avoid exposing all <sched.h> symbols from sys/types.h
 2018-04-19 18:24 UTC 

[hurd,commited] hurd: Fix symbols exposition
 2018-04-19 18:16 UTC 

[PATCH] Replace strncpy with memccpy to fix -Wstringop-truncation
 2018-04-19 14:30 UTC  (7+ messages)

Questions about failing testcase nptl/test-mutex-printers
 2018-04-19 10:50 UTC  (3+ messages)

[PATCH v2] Improves __ieee754_exp(x) performance by 18-37% when |x| < 1.0397
 2018-04-19  9:14 UTC  (2+ messages)

[PATCH] hurd: Avoid exposing all <sched.h> symbols
 2018-04-19  8:00 UTC  (2+ messages)

[hurd,commited] hurd: Update struct statfs according to struct statvfs
 2018-04-19  0:25 UTC 

[hurd,commited] hurd: Fix standard compliance of some statvfs fields
 2018-04-19  0:07 UTC 

[hurd,commited] hurd: xfail some structure fields ABI incompatibility with standards
 2018-04-18 23:53 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).