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]
-Wformat-overflow error building glibc sysdeps/posix/tempname.c
2.25 freeze
Re: 2.25 Freeze getting slushy soon
2.25 freeze status
[COMMITTED] Remove duplicate strcat implementations
[COMMITTED] Update translations from the Translation Project
[LTP] [ANNOUNCE] The Linux Test Project has been released for JANUARY 2017
[PATCH 0/2] Environment variable security and tunables
[PATCH 0/4] Consolidation patches for bz12683
[PATCH 1/2] tunables: Fix environment variable processing for setuid binaries
Re: [PATCH 1/4] Add framework for tunables
[PATCH 1/4] Consolidate Linux accept implementation
[PATCH 2.25] powerpc: Avoid calling strncmp via PLT on GCC 7
[PATCH 2.25] powerpc: Fix adapt_count update in __lll_unlock_elision
Re: [PATCH 2/2] Add an x86 IFUNC testcase for [BZ #20019]
[PATCH 2/2] Erase GLIBC_TUNABLES for setxid processes when tunables is disabled
Re: [PATCH 2/2] New pthread rwlock that is more scalable.
[PATCH 2/4] Consolidate Linux connect implementation
Re: [PATCH 2/4] S390: Use own tbegin macro instead of __builtin_tbegin.
[PATCH 3/4] Consolidate Linux recv and recvfrom implementation
Re: [PATCH 3/4] S390: Use new __libc_tbegin_retry macro in elision-lock.c.
[PATCH 4/4] Consolidate Linux send and sendto implementation
Re: [PATCH 4/4] S390: Optimize lock-elision by decrementing adapt_count at unlock.
Re: [PATCH COMMITTED] Do not require memset elimination in explicit_bzero test
[PATCH COMMITTED] malloc: Run tunables tests only if tunables are enabled
[PATCH COMMITTED] support: struct netent portability fix for support_format_netent
[PATCH COMMITTED] support: Use %td for pointer difference in xwrite
Re: [PATCH v11] Add pretty printers for the NPTL lock types
Re: [PATCH v2 0/9] Move wrappers to libm-compat-calls-auto
[PATCH v2] Add target to incorporate translations from translations.org
[PATCH v2] Fix build with --enable-static-nss
[PATCH v2] Fix mutex pretty printer test and pretty printer output
Re: [PATCH v2] New pthread rwlock that is more scalable.
[PATCH v2] nscd: Add passthru option value
[PATCH v2] powerpc: Convert tests to the new support test-driver
Re: [PATCH v2] Remove index defines
Re: [PATCH v2][AArch64] Add more cfi annotations to tlsdesc entry points
Re: [PATCH v3 00/17] Consolidate Linux sysvipc implementation
[PATCH v3] Fix build with --enable-static-nss
Re: [PATCH v3] Test case for BZ 19329
[PATCH v4] linux ttyname and ttyname_r: do not return wrong results
[PATCH, nios2, committed] Add ipc_priv.h to set __IPC_64 as zero.
Re: [PATCH] [BZ #19402] Clear list of acquired robust mutexes in the child process after forking.
[PATCH] [BZ #20862] mo_MD@cyrillic: new language locale
Re: [PATCH] [BZ #20985] robust mutexes: Fix broken x86 assembly by removing it
Re: [PATCH] [BZ 20628] make mallinfo saturating
[PATCH] [RFC] Building for SuperH fails with gcc5/6
[PATCH] Add avx2 fake-capability, like tls
Re: [PATCH] Add compiler barriers around modifications of the robust mutex list.
[PATCH] Add ifunc memcpy and memmove for aarch64
[PATCH] Add target to incorporate translations from translations.org
[PATCH] Bug 20116: Fix use after free in pthread_create().
[PATCH] Bug 21053: sh: Reduce namespace pollution from sys/ucontext.h
[PATCH] Consolidate arm and mips posix_fadvise implementations
[PATCH] Document and fix --enable-bind-now [BZ #21015]
[PATCH] Fix -Wimplicit-fallthrough in soft-fp (Re: implicit-fallthrough warnings in powerpc64le-linux GCC build)
Re: [PATCH] Fix argument passing in sysvipc/test-sysvsem
[PATCH] Fix build with --enable-static-nss
[PATCH] Fix crash in __longjmp on hppa architecture (BZ #21049)
[PATCH] Fix environment traversal when an envvar value is empty
[PATCH] Fix i686 memchr for large input sizes
[PATCH] Fix mutex pretty printer test and pretty printer output.
[PATCH] Fix x86 strncat optimized implementation for large sizes
Re: [PATCH] libresolv tests
[PATCH] Make build-many-glibcs.py work on python3.2
[patch] malloc per-thread cache ready for review
[PATCH] Move fortified explicit_bzero back to string3
Re: [PATCH] New condvar implementation that provides stronger ordering guarantees.
[PATCH] nscd: added passthru option value
[PATCH] powerpc: Regenerate ULPs [committed]
[PATCH] powerpc: Set minimum kernel version for powerpc64le
[PATCH] Remove i686, x86_64, and powerpc strtok implementations
[PATCH] Remove index defines
[PATCH] Rename strdup uses
[PATCH] Rework -fno-omit-frame-pointer support on i386
[PATCH] tile: Check for pointer add overflow in memchr
[PATCH] tile: pass __IPC_64 as zero for SysV IPC calls
Re: [PATCH] tst-setcontext2: avoid bug from compiler optimization
[PATCH] tunables: Avoid getenv calls and disable glibc.malloc.check by default
[PATCH] Use comdat instead of .gnu.linkonce for i386 setup pic register
[PATCH] Use fortify macros for b{zero,copy} along decl from strings.h
[PATCH][2.24] Drop GLIBC_TUNABLES in setxid processes
[PATCH][BZ 21075 ] sparc - Remove unused assignment in __clone
Re: [PATCHv3] powerpc: Fix write-after-destroy in lock elision
[PATCHv4] powerpc: Fix write-after-destroy in lock elision
[PING][PATCH 0/2] Environment variable security and tunables
Re: [PING][PATCH 1/4] S390: Use C11-like atomics instead of plain memory accesses in lock elision code.
[PING][PATCH v2] Add target to incorporate translations from translations.org
[PING][PATCH v2] Fix mutex pretty printer test and pretty printer output
Re: [Question] New mmap64 syscall?
[RFC PATCH 00/10] arm64/sve: Add userspace vector length control API
[RFC PATCH 01/10] prctl: Add skeleton for PR_SVE_{SET,GET}_VL controls
[RFC PATCH 02/10] arm64/sve: Track vector length for each task
[RFC PATCH 03/10] arm64/sve: Set CPU vector length to match current task
[RFC PATCH 04/10] arm64/sve: Factor out clearing of tasks' SVE regs
[RFC PATCH 05/10] arm64/sve: Wire up vector length control prctl() calls
[RFC PATCH 06/10] arm64/sve: Disallow VL setting for individual threads by default
[RFC PATCH 07/10] arm64/sve: Add vector length inheritance control
[RFC PATCH 08/10] arm64/sve: ptrace: Wire up vector length control and reporting
[RFC PATCH 09/10] arm64/sve: Enable default vector length control via procfs
[RFC PATCH 10/10] Revert "arm64/sve: Limit vector length to 512 bits by default"
[RFC PATCH] Add AVX2 capability
[RFC] Implement memcchr
[RFC] Prevent tailcall optimizations of libdl functions
Re: [RFC][BZ #19329] high level description of pthread_create vs dlopen races
Re: [RFC][PATCH v5 00/13][BZ 10871] Month names in genitive case
Re: [RFC][PATCH v5 01/13] Implement alternative month names (bug 10871).
Add build-many-glibcs.py powerpc-linux-gnu-power4 build [committed]
Re: Add setpayloadsig, setpayloadsigf, setpayloadsigl [committed]
Avoid parallel GCC install in build-many-glibcs.py [committed]
Bug 21041 as a release blocker (IFUNC dependency/GOT initialization issue)
Build issue with latest (prerelease 7.0) GCC
build-many-glibcs.py failures for powerpc
Can the dynamic linker run with !rtld_multiple_ref?
Correct MicroBlaze librt ABI list
Correct MIPS math-tests.h condition for sNaN payload preservation [committed]
FAIL nptl/tst-robustpi4
FAIL: string/tst-strcoll-overflow
Fix ARM fpu_control.h for assemblers requiring VFP insn names (bug 21047) [committed]
Fix elf/sotruss-lib format-truncation error
Fix elf/tst-ldconfig-X for cross testing [committed]
Fix ld-address format-truncation error
Fix malloc/ tests for GCC 7 -Walloc-size-larger-than=
Fix math/test-fenv for no-exceptions / no-rounding-modes configurations [committed]
Fix math/test-fenvinline for no-exceptions configurations [committed]
Fix math/test-nearbyint-except for no-exceptions configurations [committed]
Fix MicroBlaze __backtrace get_frame_size namespace (bug 21022)
Fix MicroBlaze bits/setjmp.h for C++
Fix MIPS n32 lseek, lseek64 (bug 21019) [committed]
Fix MIPS n64 readahead (bug 21026) [committed]
Fix MIPS o32 posix_fadvise [committed]
Fix string/tester.c for GCC 7 -Wstringop-overflow=
Fix testsuite build for GCC 7 -Wformat-truncation
Get rid of duplicate const declaration specifier warning in tst-resolv-qtypes.c.
glibc 2.25 machine status?
IFUNC resolver scheduling (bugs 21041, 20019)
IFUNC resolvers for non-function symbols
Improve libm-test XFAILing for ibm128-libgcc [committed]
Increase some test timeouts
Make build-many-glibcs.py use binutils 2.28 branch by default [committed]
Make endian-conversion macros always return correct types (bug 16458)
Make fallback fegetexceptflag work with generic fetestexceptflag [committed]
Make fallback fesetexceptflag always succeed (bug 21028) [committed]
Make MIPS soft-fp preserve NaN payloads for NAN2008 [committed]
Make soft-float powerpc swapcontext restore the signal mask (bug 21045)
malloc per-thread cache: benchmarks
MicroBlaze glibc fixes
Minor error NEWS
New Bulgarian PO file for 'libc' (version 2.25-pre1)
New Chinese (simplified) PO file for 'libc' (version 2.25-pre1)
New Czech PO file for 'libc' (version 2.25-pre1)
New Dutch PO file for 'libc' (version 2.25-pre1)
New French PO file for 'libc' (version 2.25-pre1)
New German PO file for 'libc' (version 2.25-pre1)
New Korean PO file for 'libc' (version 2.25-pre1)
New Polish PO file for 'libc' (version 2.25-pre1)
New Russian PO file for 'libc' (version 2.25-pre1)
New rwlock committed -- enabling elision for it needs better default tuning first
New Swedish PO file for 'libc' (version 2.25-pre1)
New template for 'libc' made available
New Turkish PO file for 'libc' (version 2.25-pre1)
New Ukrainian PO file for 'libc' (version 2.25-pre1)
New Vietnamese PO file for 'libc' (version 2.25-pre1)
Ping Re: [PATCHv3] powerpc: Fix write-after-destroy in lock elision
Ping Re: Make endian-conversion macros always return correct types (bug 16458)
Re: Ping: ILP32 on aarch64 patches
Ping^2 Re: Correct MicroBlaze librt ABI list
Purpose of the elf/check-localplt test
Re: Read-only data in ELF libraries may be remapped writable at runtime (upcoming NDSS'17 paper)
regexec calls with REG_STARTEND find ghost matches for \>
Remove very old libm-test-ulps entries [committed]
Restore clock_* librt exports for MicroBlaze (bug 21061)
Re: RFC: mutexes acquired before fork() remain to be acquired by the parent process after fork()
RFC: shared-memory synchronization benchmarking in glibc
RFC: TS 18661-3 and related floating-point interfaces
Re: Robust futexes: lost wakeups and design flaws in the glibc/kernel synchronization scheme
Status of cancellation fixed (eg, BZ 12683)
tst-open-tmpfile and pre-3.18 kernels
tunables signed/unsigned bug & patch
Tunables-related security regression
Update config.guess and config.sub to current versions [committed]
Update copyright dates not handled by scripts/update-copyrights [committed]
Update i386 libm-test-ulps [committed]
Update install.texi latest GCC version known to work [committed]
Update libm-test XFAILs for ibm128 format [committed]
Update MicroBlaze localplt.data
Update README.libm-test [committed]
XFAIL libm-test.inc tests as needed for ibm128 [committed]
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]