This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.
Indexes: [Date Index] [Subject Index] [Author Index] [Thread Index] Site Nav: [Browse other archives for this mailing list]
[Browse other mailing lists at this site]
Re: 'simple' futex interface [Was: [PATCH v3 1/4] futex: Implement mechanism to wait on any of several futexes]
[COMMITTED] linux/sysipc: Include linux/posix_types.h for __kernel_mode_t
Re: [HELP NEEDED] elf: Add elf/check-wx-segment, a test for the presence of WX segments
[PATCH 00/13] Enable IEEE binary128 long double on powerpc64le
[PATCH 01/13] ldbl-128ibm-compat: PLT redirects for using ldbl redirects internally
[PATCH 02/13] Fix tests which expose ldbl -> _Float128 redirects
[PATCH 03/13] RFC: ldbl-128ibm-compat: workaround C++ redirect limitations
[PATCH 04/13] powerpc64le: Ensure correct ldouble compiler flags are used
[PATCH 05/13] powerpc64le: link tests against ld.so
[PATCH 06/13] powerpc64le: add -mno-gnu-attribute to *f128 objects and difftime
[PATCH 07/13] powerpc64: apply -mabi=ibmlongdouble to special files
[PATCH 08/13] powerpc64le: Enforce -mabi=ibmlongdouble when -mfloat128 used
[PATCH 09/13] powerpc64le: workaround ieee long double / _Float128 stdc++ bug
Re: [PATCH 1/3] y2038: linux: Provide __futimes64 implementation
[PATCH 10/13] powerpc64le: raise GCC requirement to 7.3 for long double transition
[PATCH 11/13] powerpc64le: bump binutils version requirement to >= 2.26
[PATCH 12/13] powerpc64le: enforce non-specific long double in .gnu.attributes section
[PATCH 13/13] powerpc64le: Enable support for IEEE long double
Re: [PATCH 2/3] y2038: linux: Provide __lutimes64 implementation
Re: [PATCH 3/3] y2038: linux: Provide __futimesat64 implementation
Re: [PATCH 6/7] ldbl-128ibm: Let long double files have specific compiler flags
[PATCH v2 1/2] linux: Remove aarch64 ipc_priv.h
[PATCH v2 1/2] Remove reference of --without-fp on configure
Re: [PATCH v2 1/3] y2038: include: Move struct __timespec64 definition to a separate file
[PATCH v2 2/2] arm: Fix softp-fp Implies (BZ #25635)
[PATCH v2 2/2] linux: Clear mode_t padding bits (BZ#25623)
[PATCH v2] Add NEWS entry for CVE-2020-10029 (bug 25487)
[PATCH v2] Avoid using up static TLS surplus for optimizations [BZ, #25051]
Re: [PATCH v2] Improve IFUNC check
[PATCH v3 0/3] Support y2038 semctl_syscall()
[PATCH v3 00/17] glibc port to ARC processors
[PATCH v3 01/17] gcc PR 88409: miscompilation due to missing cc clobber in longlong.h macros
[PATCH v3 02/17] ARC: add definitions to elf/elf.h
[PATCH v3 03/17] ARC: ABI Implementation
[PATCH v3 04/17] ARC: startup and dynamic linking code
[PATCH v3 05/17] ARC: Thread Local Storage support
[PATCH v3 06/17] ARC: Atomics and Locking primitives
[PATCH v3 07/17] ARC: math soft float support
[PATCH v3 08/17] ARC: hardware floating point support
[PATCH v3 09/17] ARC: Linux Syscall Interface
[PATCH v3 1/3] bits/sem.h: Split out struct semid_ds
[PATCH v3 1/3] y2038: include: Move struct __timespec64 definition to a separate file
[PATCH v3 10/17] ARC: Linux ABI
[PATCH v3 11/17] ARC: Linux Startup and Dynamic Loading
[PATCH v3 12/17] ARC: ABI lists
[PATCH v3 13/17] ARC: Update syscall-names.list for ARC specific syscalls
[PATCH v3 14/17] ARC: Build Infrastructure
[PATCH v3 15/17] build-many-glibcs.py: Enable ARC builds
[PATCH v3 16/17] NEWS: mention ARC port
[PATCH v3 17/17] ARC: changes to enable 64-bit time_t, off_t, ino_t etc
Re: [PATCH v3 2/2] x86_64: roundeven with fpu and sse4.1 support
[PATCH v3 2/3] semctl: Remove the sem-pad.h file
[PATCH v3 2/3] y2038: linux: Provide __mq_timedsend_time64 implementation
[PATCH v3 3/3] sysv: linux: Pass 64-bit version of semctl syscall
[PATCH v3 3/3] y2038: linux: Provide __mq_timedreceive_time64 implementation
[PATCH v3] Avoid using up static TLS surplus for optimizations [BZ, #25051]
Re: [PATCH v3] binfmt_misc: pass binfmt_misc flags to the interpreter
Re: [PATCH v3] Convert Python scripts to Python 3
Re: [PATCH v3] Fix time/tst-cpuclock1 intermitent failures
[PATCH v5 0/8] Always use 32-bit time_t for certain syscalls
[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] Add benchtests for roundeven and roundevenf.
[PATCH] Add missing libc_hidden_def for __utimensat64
[PATCH] Add NEWS entry for CVE-2020-10029 (bug 25487)
Re: [PATCH] Add Safe-Linking to fastbins and tcache
[PATCH] alpha: Do not build with -fpic
[PATCH] argp: argp.doc prints incorrectly when it starts with "\v" [BZ #19038]
[PATCH] binfmt_misc: pass binfmt_misc P flag to the interpreter
[PATCH] build-many-glibcs.py: Add list-compilers, list-glibcs commands
Re: [PATCH] build-many-glibcs.py: Use --depth 1 in Git checkout
[PATCH] build: shell-container typo in run_command_array [BZ 23991]
Re: [PATCH] elf: Apply attribute_relro to pointers in elf/dl-minimal.c
[PATCH] Extended Char Intro: Use getwc in example (Bug 25626)
Re: [PATCH] hppa: Fix data race in setting function descriptors during lazy binding
[PATCH] linux: Add soft-fp folder for arm with --without-fp
[PATCH] linux: Clear mode_t padding bits (BZ#25623)
[PATCH] Linux: Use AT_FDCWD in utime, utimes when calling utimensat
Re: [PATCH] Linux: Work around kernel bugs in chmod on /proc/self/fd paths
[PATCH] manual: Fix inconsistent declaration of wcsrchr [BZ #24655]
[PATCH] manual: Fix Wrong declaration of wcschr [BZ #24654]
[PATCH] manual: Fixed typo in manual/stdio.texi [BZ #24638]
[PATCH] math: Remove fenvinline.h
[PATCH] powerpc: Fix feraiseexcept and feclearexcept macros
[PATCH] S390: Remove backchain-based fallback and use generic backtrace.c.
[PATCH] sparc: Move sigreturn stub to assembly
[PATCH] Update translations
[PATCH] x86: Remove ARCH_CET_LEGACY_BITMAP [BZ #25397]
[PATCH] y2038: fix: Add missing libc_hidden_def for __futimens64
Re: [PATCH][AArch64] Cleanup memset
Re: [PATCHv3][Ping] ldbl-128ibm-compat: Add tests for IBM long double functions
Drop fenvinline.h - Was: [PATCH] powerpc: Fix feraiseexcept and feclearexcept macros
forward portability
sourceware.org downtime: 2020-03-07, 2020-03-08
Indexes: [Date Index] [Subject Index] [Author Index] [Thread Index] Site Nav: [Browse other archives for this mailing list]
[Browse other mailing lists at this site]