libc-alpha archive
subject index for November, 2016

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]
Search: Limit to:

--enable-stack-protector for glibc, v9

[COMMITTED] build-many-glibcs: Revert -fno-isolate-erroneous-paths options for tilepro

[COMMITTED] powerpc: Remove stpcpy internal clash with IFUNC

Re: [glibc PATCH] fcntl: put F_OFD_* constants under #ifdef __USE_FILE_OFFSET64

[GLIBC][AARCH64]Rewrite elf_machine_load_address using _DYNAMIC symbol

[libc/string] State of PAGE_COPY_FWD / PAGE_COPY_THRESHOLD

[PATCH 0/2] Cleanup some calls to write with unused result

[PATCH 0/3] explicit_bzero v5

[PATCH 0/3] manual: Header & Standards Cleanup

[PATCH 0/5] Resubmission: headers cleanups

[PATCH 0/8] More float128 declarations

[PATCH 00/15] Consolidate Linux sysvipc implementation

[PATCH 01/12] Initialize the stack guard earlier when linking statically.

[PATCH 01/15] Consolidate Linux msgctl implementation

[PATCH 02/12] Do not stack-protect ifunc resolvers.

[PATCH 02/15] Consolidate Linux msgrcv implementation

[PATCH 03/12] Mark all machinery needed in early static-link init as -fno-stack-protector.

[PATCH 03/15] Use msgsnd syscall for Linux implementation

[PATCH 04/12] Compile the entire dynamic linker with -fno-stack-protector.

[PATCH 04/15] Use msgget syscall for Linux implementation

[PATCH 05/12] Prevent the rtld mapfile computation from dragging in __stack_chk_fail*.

[PATCH 05/15] Add SYSV message queue test

[PATCH 06/12] Work even with compilers hacked to enable -fstack-protector by default.

[PATCH 06/15] Consolidate Linux semctl implementation

[PATCH 07/12] Add stack_chk_fail_local to libc.so.

[PATCH 07/15] Use semget syscall for Linux implementation

[PATCH 08/12] De-PLTize __stack_chk_fail internal calls within libc.so.

[PATCH 08/15] Use semop syscall for Linux implementation

[PATCH 09/12] Link various tests with -fno-stack-protector.

[PATCH 09/15] Consolidate Linux semtimedop implementation

[PATCH 1/2] Consolidate Linux access implementation

[PATCH 1/2] Enable ILP32 mode on aarch64, update abilist files

Re: [PATCH 1/2] Fix {INLINE,INTERNAL}_SYSCALL macros for x32

[PATCH 1/2] S390: Optimize atomic macros.

[PATCH 1/2] Use write_message instead of write

[PATCH 1/3] manual: Refactor header and standards annotations.

[PATCH 1/3] New string function explicit_bzero (from OpenBSD).

[PATCH 1/4] Add framework for tunables

[PATCH 1/5] Make all of sysdeps/ia64/fpu/libm-symbols.h only visible to libc||libm; move #defines from makefile there.

[PATCH 1/8] ldbl-128: Use mathx_hidden_def inplace of hidden_def

[PATCH 10/12] Drop explicit stack-protection of pieces of the system.

[PATCH 10/15] Add SYSV semaphore test

[PATCH 11/12] Do not stack-protect sigreturn stubs.

[PATCH 11/15] Use shmat syscall for Linux implementation

[PATCH 12/12] Enable -fstack-protector=* when requested by configure.

[PATCH 12/15] Consolidate Linux shmctl implementation

[PATCH 13/15] Use shmdt syscall for linux implementation

[PATCH 14/15] Use shmget syscall for linux implementation

[PATCH 15/15] Add SYSV shared memory test

[PATCH 2/2] Add write_message_to_stderr and use it instead of write

[PATCH 2/2] Enable ILP32 mode on aarch64

[PATCH 2/2] New internal function __access_noerrno

[PATCH 2/2] S390: Test if lock is free before using atomic instruction in spin-lock.

[PATCH 2/3] Add fortification and inline optimization of explicit_bzero.

[PATCH 2/3] manual: Convert @tables of variables to @vtables.

[PATCH 2/4] Initialize tunable list with the GLIBC_TUNABLES environment variable

[PATCH 2/5] Always suppress libc-internal declarations for C++ code.

Re: [PATCH 2/6] New internal function __access_noerrno

[PATCH 2/8] float128: Add _Float128 make bits to libm.

[PATCH 3/3] manual: Add new header and standards annotations.

Re: [PATCH 3/3] powerpc: Use default st{r,p}cpy optimization for POWER7

[PATCH 3/3] Use explicit_bzero where appropriate

Re: [PATCH 3/4] Consolidate Linux ftruncate implementations

[PATCH 3/4] Enhance --enable-tunables to select tunables frontend at build time

[PATCH 3/5] Clean up conditionals for declaration of gets().

[PATCH 3/8] float128: Add wrappers for IEEE functions.

Re: [PATCH 4/4] Consolidate Linux truncate implementations

[PATCH 4/4] User manual documentation for tunables

[PATCH 4/5] Clean up redundancies between string.h and strings.h.

[PATCH 4/8] Add support for testing __STDC_WANT_IEC_60559_TYPES_EXT__

[PATCH 5/5] The bits/types/*.h treatment for stdio and wchar.

[PATCH 5/8] float128: Add public _Float128 declarations to libm.

[PATCH 6/8] float128: Expose _Float128 finite math functions.

[PATCH 7/8] float128: Add private _Float128 declarations for libm.

[PATCH 8/8] float128: Add wrappers to override ldbl-128 as float128.

Re: [PATCH BZ#19239] Improve deprecation warnings

[patch committed] Fix build-and-build-again bug in sunrpc tests.

[patch committed] Fix typo in string/bits/string2.h

[patch committed] strcoll_l, strxfrm_l are standardized now

[PATCH v11] Add pretty printers for the NPTL lock types

[PATCH v2 00/16] Consolidate Linux sysvipc implementation

[PATCH v2 01/16] Add __ASSUME_SYSVIPC_SYSCALL for Linux

[PATCH v2 02/16] Consolidate Linux msgctl implementation

[PATCH v2 03/16] Consolidate Linux msgrcv implementation

[PATCH v2 04/16] Use msgsnd syscall for Linux implementation

[PATCH v2 05/16] Use msgget syscall for Linux implementation

[PATCH v2 06/16] Add SYSV message queue test

[PATCH v2 07/16] Consolidate Linux semctl implementation

[PATCH v2 08/16] Use semget syscall for Linux implementation

[PATCH v2 09/16] Use semop syscall for Linux implementation

[PATCH v2 10/16] Consolidate Linux semtimedop implementation

[PATCH v2 11/16] Add SYSV semaphore test

[PATCH v2 12/16] Use shmat syscall for Linux implementation

[PATCH v2 13/16] Consolidate Linux shmctl implementation

[PATCH v2 14/16] Use shmdt syscall for linux implementation

[PATCH v2 15/16] Use shmget syscall for linux implementation

[PATCH v2 16/16] Add SYSV shared memory test

[PATCH v2] Add CFI to x86_64 RTLD_START

Re: [PATCH v2] Consolidate Linux setrlimit and getrlimit implementation

[PATCH v2] Do not transform strchr into rawmemchr

[PATCH v2] Fix writes past the allocated array bounds in execvpe (BZ#20847)

[PATCH v2] Improve strsep

[PATCH v2] Improve strtok(_r) performance

[PATCH v2] linux ttyname and ttyname_r: do not return wrong results

[PATCH v2] Make tile's set_dataplane API compatibility-only

[PATCH v2] New mechanism for declaring const-covariant string functions.

[PATCH v2] Remove defines to builtins in string2.h

[PATCH v2] Test case for BZ 19329

[PATCH v3 00/17] Consolidate Linux sysvipc implementation

[PATCH v3 01/17] Add __ASSUME_SYSVIPC_SYSCALL for Linux

[PATCH v3 02/17] Refactor Linux ipc_priv header

[PATCH v3 03/17] Consolidate Linux msgctl implementation

[PATCH v3 04/17] Consolidate Linux msgrcv implementation

[PATCH v3 05/17] Use msgsnd syscall for Linux implementation

[PATCH v3 06/17] Use msgget syscall for Linux implementation

[PATCH v3 07/17] Add SYSV message queue test

[PATCH v3 08/17] Consolidate Linux semctl implementation

[PATCH v3 09/17] Use semget syscall for Linux implementation

[PATCH v3 10/17] Use semop syscall for Linux implementation

[PATCH v3 11/17] Consolidate Linux semtimedop implementation

[PATCH v3 12/17] Add SYSV semaphore test

[PATCH v3 13/17] Use shmat syscall for Linux implementation

[PATCH v3 14/17] Consolidate Linux shmctl implementation

[PATCH v3 15/17] Use shmdt syscall for linux implementation

[PATCH v3 16/17] Use shmget syscall for linux implementation

[PATCH v3 17/17] Add SYSV shared memory test

Re: [PATCH v3 2/4] Consolidate lseek/lseek64/llseek implementations

[PATCH v3] Fix writes past the allocated array bounds in execvpe (BZ#20847)

[PATCH v3] linux ttyname and ttyname_r: do not return wrong results

[PATCH v3] Remove defines to builtins in string2.h

[PATCH v3] strftime,strptime: have %q represent the quarter of year

Re: [PATCH v4] Fix -Os related build and test failures.

[PATCH v4] Remove defines to builtins in string2.h

[PATCH v4] Update the i18n, UTF-8 and translit_* files to Unicode 9.0.0 [BZ #20313]

[PATCH v7] getrandom system call wrapper [BZ #17252]

[PATCH v8] Add getentropy, getrandom, <sys/random.h> [BZ #17252]

[PATCH v9] Add getentropy, getrandom, <sys/random.h> [BZ #17252]

[PATCH,resend] fix uninitialized variable in dynamic linker

[PATCH/committed 2.23] configure: accept __stack_chk_fail_local for ssp support too [BZ #20662]

[PATCH/committed 2.24] configure: accept __stack_chk_fail_local for ssp support too [BZ #20662]

Re: [PATCH] Fix warning from latest GCC in tst-printf.c

Re: [PATCH] Updated version of define for __ASSUME_ST_INO_64_BIT

[PATCH] [ia64] Make all of sysdeps/ia64/fpu/libm-symbols.h only visible to libc||libm

Re: [PATCH] Add CFI to x86_64 RTLD_START

[PATCH] Allow [f]statfs64 to alias [f]statfs

[PATCH] Always define XSTAT_IS_XSTAT64

[PATCH] Always suppress libc-internal declarations for C++ code.

Re: [PATCH] assert.h: allow gcc to detect assert(a = 1) errors

Re: [PATCH] Bug 20662: checking whether x86_64-pc-linux-gnu-gcc implicitly enables -fstack-protector no (32bit gcc 6.2.0 pie and ssp enable)

Re: [PATCH] Bug 20686: Add el_GR@euro/ISO-8859-7 to SUPPORTED.

[PATCH] Clean up conditionals for declaration of gets().

Re: [PATCH] dbl-64/e_sqrt.c: fix -Wunused-variable

Re: [PATCH] Define wordsize.h macros everywhere

[PATCH] Do not transform strchr into rawmemchr

[PATCH] Document do_test in test-skeleton.c

[patch] Don't duplicate declarations between string.h and strings.h

[PATCH] Don't use PLT nor GOT in libc.a [BZ #20750]

[PATCH] elf.h: small note related updates

Re: [PATCH] elf: Assume TLS is initialized in _dl_map_object_from_fd

[PATCH] elf: Assume TLS is initialized in _dl_map_object_from_fd (was: Re: Question about elf/dl-load.c)

[PATCH] extras: New test/build infrastructure

Re: [PATCH] Fix -Wformat-length warning in time/tst-strptime2.c

[PATCH] Fix arg used as litteral suffix in tst-strfrom.h

[PATCH] Fix building with --enable-nss-crypt.

[PATCH] Fix flt to 32 bit int conversion in ILP32 aarch64

[PATCH] Fix for [f]statfs64/[f]statfs aliasing patch

[PATCH] Fix multiple definitions of mk[o]stemp[s]64

[PATCH] Fix sh4 build with __ASSUME_ST_INO_64_BIT redefinition

[PATCH] Fix sparc build due missing __WORDSIZE_TIME64_COMPAT32 definition (committed)

[PATCH] Fix writes past the allocated array bounds in execvpe (BZ# 20847)

[PATCH] fnmatch.h: use standard internal defines

Re: [PATCH] gconv.h: fix build with GCC 6.3 or later

[PATCH] Implement _dl_catch_error, _dl_signal_error in libc.so [BZ #16628]

[PATCH] Improve generic rawmemchr

[PATCH] Improve strsep

Re: [PATCH] Improve strtok(_r) performance

[PATCH] inet: Make IN6_IS_ADDR_UNSPECIFIED etc. usable with POSIX [BZ #16421]

Re: [PATCH] Install libm.a as linker script [BZ #20539]

[PATCH] ld.so __libc_memalign cleanup

[PATCH] linux ttyname and ttyname_r: do not return wrong results

[PATCH] localedata: GBK: add mapping for 0x80->Euro sign [BZ #20864]

Re: [PATCH] m68k: restore handling of R_68K_NONE in elf_machine_lazy_rel()

[PATCH] make build-many-glibcs.py work on python3.2

[PATCH] Make tile's set_dataplane API compatibility-only

Re: [PATCH] malloc: Deprecate hook variables, __default_morecore, <mcheck.h>

Re: [PATCH] malloc: Implement heap protector

[PATCH] manual: Remove non-existent mount options S_IMMUTABLE and S_APPEND.

[PATCH] MIPS: Add `.insn' to ensure a text label is defined as code not data

[PATCH] MIPS: Use R_MICROMIPS_JALR rather than R_MIPS_JALR in microMIPS code

[PATCH] nptl: Document the reason why __kind in pthread_mutex_t is part of the ABI

Re: [PATCH] nscd_stat.c: make the build reproducible

[PATCH] Partial ILP32 support for aarch64

[PATCH] powerpc64: strchr/strchrnul optimization for power8

[PATCH] powerpc: Add hidden definition for __sigsetjmp

[PATCH] powerpc: Fix race condition in lock elision

[PATCH] powerpc: remove _dl_platform_string and _dl_powerpc_platforms

[PATCH] powerpc: Remove unintended __longjmp export

[PATCH] powerpc: strcmp optimization for power9

[PATCH] Regenerate ULPs for aarch64

Re: [PATCH] Remove cached PID/TID in clone

[PATCH] Remove defines to builtins in string2.h

[PATCH] Remove PROJECTS file.

[PATCH] Revert first_weekday removal

[PATCH] Revert first_weekday removal from en_IE locale

[PATCH] Revert first_weekday removal in en_IE locale

[PATCH] s390x: Add hidden definition for __sigsetjmp

[PATCH] sparc32: Make no sendmsg/recvmsg syscalls for older Linux kernels than 4.4

Re: [PATCH] Speed up math/test-tgmath2.c

[PATCH] strftime: support %q to output the quarter of year

[PATCH] support: Introduce new subdirectory for test infrastructure

[PATCH] Test case for BZ 19329

[PATCH] Test for __mprotect failure in _dl_map_segments [BZ #20831]

[PATCH] The bits/types/*.h treatment for stdio and wchar.

[PATCH] tile: create new math-tests.h header

[PATCH] Use XSTAT_IS_XSTAT64 in generic xstat functions

Re: [PATCH] X86-64: Add _dl_runtime_resolve_avx[512]_opt [BZ #20508]

[PATCH] x86_64: fix static build of __memcpy_chk for compilers defaulting to PIC/PIE

Re: [PATCH][AArch64] Add optimized memchr

Re: [PATCH][BZ #15527] strftime_l.c: Support lowercase output

[PATCHv6 0/4] glibc tunables

[PING 2][PATCH v5 0/6] glibc tunables

[PING 2][PATCHv6 0/4] glibc tunables

Re: [PING 3][PATCH v10] Add pretty printers for the NPTL lock types

[PING 3][PATCHv6 0/4] glibc tunables

Re: [PING] Avoid excessive buffer size in libio

[PING][PATCH v5 0/6] glibc tunables

[ping][PATCHv6 0/4] glibc tunables

[RFC PATCH 00/29] arm64: Scalable Vector Extension core support

[RFC PATCH 01/29] arm64: signal: Refactor sigcontext parsing in rt_sigreturn

[RFC PATCH 02/29] arm64: signal: factor frame layout and population into separate passes

[RFC PATCH 03/29] arm64: signal: factor out signal frame record allocation

[RFC PATCH 04/29] arm64: signal: Allocate extra sigcontext space as needed

[RFC PATCH 05/29] arm64: signal: Parse extra_context during sigreturn

[RFC PATCH 1/2][BZ 19329] remove broken code path for easier code review

[RFC PATCH 16/29] arm64/sve: signal: Add SVE state record to sigcontext

[RFC PATCH 17/29] arm64/sve: signal: Dump Scalable Vector Extension registers to user stack

[RFC PATCH 18/29] arm64/sve: signal: Restore FPSIMD/SVE state in rt_sigreturn

[RFC PATCH 2/2][BZ 19329] Fix data races between pthread_create and dlopen

[RFC PATCH 24/29] arm64/sve: Discard SVE state on system call

RE: [RFC v2] MIPS ABI Extension for IEEE Std 754 Non-Compliant Interlinking

[RFC][BZ #19329] high level description of pthread_create vs dlopen races

[RFC][PATCH 0/2] Make sparcv8 work again on cas enabled hardware

[RFC][PATCH 1/2] sparc32: Mark sendmsg and recvmsg system calls as unsupported

[RFC][PATCH 2/2] sparc32: Use cas for atomic_* operations and use general pthread_barrier_wait

Re: [RFC][PATCH 2/2] sparc32: Use cas for atomic_* operations and use general pthread_barrier_wait

Re: [RFC][PATCH v2 3/6] Implement the %OB specifier - alternative month names (bug 10871)

Re: [RFC][PATCH v4 06/11] Provide backward compatibility for strftime family (bug 10871).

[RFC][PATCH][BZ 20756] Locales: Use Unicode wise thousands separator

__HAVE_64B_ATOMICS and alignment

_rtld_global_ro and static dlopen (was: Re: Pending fixes for all-ABIs builds)

Add build-many-glibcs.py bot-cycle action [committed]

Add localplt.data for hppa

Add localplt.data for MIPS [committed]

Add localplt.data for sh

Add script to build many glibc configurations

Add setpayload, setpayloadf, setpayloadl [committed]

Add setpayloadsig, setpayloadsigf, setpayloadsigl [committed]

arm, hppa, m68k, sh, nios maintainers: Please check your emulation of atomic operations

Aw: hppa qemu and string functions

Bootstrapping cross-toolchain for ia64

Building cross-toolchain for microblaze

BZ 20822 :powerpc: race condition in __lll_unlock_elision

c11 threads support

Re: Caching of PID/TID after fork

Call for experimentation: branch zack/no-inline-string-opts

Re: Call for Participation: Valgrind at FOSDEM 2017

Compiler bugs for build-many-glibcs.py builds with GCC mainline

Correct clog10 documentation (bug 19673) [committed]

Current glibc( x86_64) error : 'multiple definition of `__libc_lseek'

dj/malloc-tcache: per-thread cache - new feature branch, for review

Do not generate UNRESOLVED results for run-built-tests = no

Do not hardcode platform names in manual/libm-err-tab.pl (bug 14139)

Enable linknamespace testing for libdl and libcrypt

Re: Evolution of ELF symbol management

explicit_bzero documentation

Fix alpha sqrt fegetenv namespace (bug 20768) [committed]

Fix crypt snprintf namespace (bug 20829)

Fix default float_t definition (bug 20855)

Fix linknamespace parallel test failures [committed]

Fix rpcgen buffer overrun (bug 20790)

Fix SH4 FP_ILOGB0 (bug 20859) [committed]

Fix SH4 register-dump.h for soft-float

Fix sysdeps/ia64/fpu/libm-symbols.h for inclusion in testcases

Fix x86_64 -mfpmath=387 float_t, double_t (bug 20787) [committed]

glibc 2.25 development --- 46 days to freeze.

Handle tests-unsupported if run-built-tests = no

How do I build consensus in glibc in 5 very hard steps.

How should files be moved in the glibc repository

How would I build an x86_64 build that only uses .init_array

hppa qemu and string functions

Ignore -Wmaybe-uninitialized in stdlib/bug-getcontext.c

Re: ILP32 for ARM64: testing with glibc testsuite

Informal model for transactional memory (was: Re: BZ 20822 :powerpc: race condition in __lll_unlock_elision)

Last Responder Wins in Patchwork?

Library directories for tilegx

Make Alpha <sys/user.h> self-contained

Make build-many-glibcs.py re-exec itself if changed by checkout [committed]

Make build-many-glibcs.py store more information about builds [committed]

Make build-many-glibcs.py track component versions requested and used [committed]

Make build-many-glibcs.py use -fno-isolate-erroneous-paths options for tilepro [committed]

Make check-installed-headers.sh ignore sys/sysctl.h for x32

Make ilogb wrappers type-generic [committed]

Make MIPS <sys/user.h> self-contained [committed]

Make SH <sys/user.h> self-contained

Make SH ucontext always match current kernels

new buildbot server

nios2 sys/cachectl.h includes nonexistent asm/cachectl.h

nptl/tst-stack4 failure

Pending fixes for all-ABIs builds

Ping Re: Fix SH4 register-dump.h for soft-float

Ping Re: Fix sysdeps/ia64/fpu/libm-symbols.h for inclusion in testcases

Ping Re: Ignore -Wmaybe-uninitialized in stdlib/bug-getcontext.c

Ping Re: Make Alpha <sys/user.h> self-contained

Ping Re: Make SH <sys/user.h> self-contained

Ping Re: Make SH ucontext always match current kernels

Ping Re: nios2 sys/cachectl.h includes nonexistent asm/cachectl.h

Ping Re: Refactor long double information into bits/long-double.h

Ping Re: Work around IA64 tst-setcontext2.c compile failure

Ping^2 Re: Fix sysdeps/ia64/fpu/libm-symbols.h for inclusion in testcases

Ping^2 Re: Make Alpha <sys/user.h> self-contained

Ping^2 Re: Work around IA64 tst-setcontext2.c compile failure

Ping^3 Re: Fix sysdeps/ia64/fpu/libm-symbols.h for inclusion in testcases

Ping^3 Re: Work around IA64 tst-setcontext2.c compile failure

powerpc help needed: Defining hidden alias for __sigsetjmp

Question about elf/dl-load.c

Refactor float_t, double_t information into bits/flt-eval-method.h [committed]

Refactor FP_FAST_* into bits/fp-fast.h [committed]

Refactor long double information into bits/long-double.h

Refactor some libm type-generic macros [committed]

Release manager for glibc 2.25 release?

Re: Remove sparcv8 support

RFC: libc-testresults mailing list

RFC: script to build many glibc configurations

RFH: Annotating ELF binaries.

Should glibc stand for "GNU Core Library?"

Signedness of wchar_t and wint_t leads to problems with gcc -Wsign-conversion

Splitting up bits/mathdef.h

sysdeps/unix/sysv/linux directory structure question

tilepro glibc problems

tst-prelink fails when built with -fPIC

Update alpha localplt.data

Update nios2 localplt.data

Website update, fix for bug 13933, and list libc-testresults ML.

What to do about libidn?

WIKI access

Work around IA64 tst-setcontext2.c compile failure

XFAIL check-execstack for MIPS [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]
Search: Limit to:

Mail converted by MHonArc