libc-alpha archive
subject index for March, 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:

Re: --enable-stack-protector for glibc, v4, now with arm

--enable-stack-protector for glibc, v5

--enable-stack-protector for glibc, v6

Re: [BZ 15578] The kk_KZ locale update

[COMMITED 2.22 2.21 2.20][BZ #19682] S390: Do not use direct socket syscalls if build on kernels >= 4.3.

[COMMITTED PATCH] Conditionalize c++-types-check.out addition to tests-special.

[COMMITTED PATCH] Fix c++-types-check conditionalization.

[COMMITTED PATCH] Fix tst-audit10 build when -mavx512f is not supported.

[COMMITTED PATCH] Omit test-math-isinff when no C++ compiler.

[committed, PATCH] [BZ #19758] Typo in EXTRA_LD_ENVVARS for x86-64

[committed, PATCH] Don't set %rcx twice before "rep movsb"

[COMMITTED] [PATCH] Fix tst-dlsym-error build

[COMMITTED] [PATCH] posix: Fix posix_spawn implict check style

[COMMITTED] [PATCH] posix: Fix posix_spawn invalid memory access

[COMMITTED] [PATCH] posix: Fix tst-execvpe5 for --enable-hardcoded-path-in-tests

Re: [Libtirpc-devel] glibc/libtirpc and future of client RPC code

[microblaze] Remove __ASSUME_FUTIMESAT

[PATCH 0/2] Add ca_ES at valencia and de_LI locales.

[PATCH 0/3] Add 64-byte alignment tests to memcpy/memmove/memset benchtests

[PATCH 0/4] Fix {recv,send}{m}msg standard compliance (BZ#16919)

[PATCH 0/4] Improve generic strspn/strcspn/strpbrk

[PATCH 0/7] [BZ #19776] Improve x86-64 memcpy-sse2-unaligned.S

Re: [PATCH 00/14] S390: Optimize iconv modules.

[PATCH 01/17 v6] Configury support for --enable-stack-protector.

[PATCH 01/18] Configury support for --enable-stack-protector.

[PATCH 02/17 v6] Initialize the stack guard earlier when linking statically.

[PATCH 02/18] Initialize the stack guard earlier when linking statically.

[PATCH 03/17 v6] Do not stack-protect ifunc resolvers.

[PATCH 03/18] Do not stack-protect ifunc resolvers.

[PATCH 04/17 v5] Mark all machinery needed in early static-link init as -fno-stack-protector.

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

Re: [PATCH 05/14] S390: Optimize builtin iconv-modules.

[PATCH 05/17 v6] Open-code the memcpy() at static TLS initialization time.

[PATCH 05/18] Open-code the memcpy() at static TLS initialization time.

[PATCH 06/17] Allow overriding of CFLAGS as well as CPPFLAGS for rtld.

[PATCH 06/18] Allow overriding of CFLAGS as well as CPPFLAGS for rtld.

[PATCH 07/17 v3] Compile the entire dynamic linker with -fno-stack-protector.

[PATCH 07/18] Compile the entire dynamic linker with -fno-stack-protector.

[PATCH 08/17 v6] Prevent the rtld mapfile computation from dragging in __stack_chk_fail*.

[PATCH 08/18] Prevent the rtld mapfile computation from dragging in __stack_chk_fail.

[PATCH 09/17 v6] Work even with compilers hacked to enable -fstack-protector by default.

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

[PATCH 1/2] Add _arch_/_cpu_ to index_*/bit_* in x86 cpu-features.h

[PATCH 1/2] New locale ca_ES at valencia [BZ #2522]

[PATCH 1/2] Remove __NR_openat

[PATCH 1/2] S390: Save and restore fprs/vrs while resolving symbols.

[PATCH 1/3] Adjust kernel-features.h defaults for recvmsg and sendmsg

Re: [PATCH 1/3] localedata: use same comment_char/escape_char in these files

[PATCH 1/3] Test 64-byte alignment in memcpy benchtest

[PATCH 1/4] Add architecture specific socket.h header

[PATCH 1/4] Improve generic strcspn performance

[PATCH 1/7] Remove dead code from memcpy-sse2-unaligned.S

[PATCH 10/17 v6] Add stack_chk_fail_local to libc.so.

[PATCH 10/18] Link libc.so with libc_nonshared.a to pull in __stack_chk_fail_local.

[PATCH 11/17 v6] De-PLTize __stack_chk_fail internal calls within libc.so.

[PATCH 11/18] De-PLTize __stack_chk_fail internal calls within libc.so.

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

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

Re: [PATCH 13/14] Fix ucs4le_internal_loop in error case.

[PATCH 13/17] Drop explicit stack-protection of pieces of the system.

[PATCH 13/18] Prohibit stack-protection if the compiler is not capable.

Re: [PATCH 14/14] Fix UTF-16 surrogate handling.

[PATCH 14/17 v5] Avoid stack-protecting signal-handling functions sibcalled from assembly.

[PATCH 14/18] Drop explicit stack-protection of pieces of the system.

Re: [PATCH 15/16] Avoid stack-protecting certain functions called from assembly.

[PATCH 15/17 v4] sparc: do not stack-protect the sigreturn handler.

[PATCH 15/18] Avoid stack-protecting signal-handling functions sibcalled from assembly.

[PATCH 16/17 v5] x86, pthread_cond_*wait: Do not depend on %eax not being clobbered

[PATCH 16/18] sparc: do not stack-protect the sigreturn handler.

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

[PATCH 17/18] x86, pthread_cond_*wait: Do not depend on %eax not being clobbered

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

[PATCH 2/2] New locale de_LI

[PATCH 2/2] Remove __NR_utimensat

[PATCH 2/2] S390: Extend structs La_s390_regs / La_s390_retval with vector-registers.

[PATCH 2/2] Use HAS_ARCH_FEATURE with Fast_Rep_String

[PATCH 2/3] network: recvmsg and sendmsg standard compliance (BZ#16919)

[PATCH 2/3] Test 64-byte alignment in memmove benchtest

[PATCH 2/4] Adjust kernel-features.h for sendmmsg/recvmmsg

[PATCH 2/4] Improve generic strspn performance

[PATCH 2/7] Don't use RAX as scratch register

[PATCH 3/3] network: recvmmsg and sendmmsg standard compliance (BZ#16919)

[PATCH 3/3] Test 64-byte alignment in memset benchtest

[PATCH 3/4] Improve generic strpbrk performance

[PATCH 3/4] network: recvmsg and sendmsg standard compliance (BZ#16919)

[PATCH 3/7] Remove L(overlapping) from memcpy-sse2-unaligned.S

[PATCH 4/4] network: recvmmsg and sendmmsg standard compliance (BZ#16919)

[PATCH 4/4] Remove powerpc64 strspn, strcspn, and strpbrk implementation

[PATCH 4/7] Add entry points for __mempcpy_sse2_unaligned and _chk functions

[PATCH 5/7] Enable __mempcpy_sse2_unaligned

[PATCH 6/7] Enable __mempcpy_chk_sse2_unaligned

[PATCH 7/7] Enable __memcpy_chk_sse2_unaligned

Re: [PATCH BuildBot] Discard all glibc source changes from slaves

[PATCH COMMITTED] libio: Clean up _IO_file_doallocate and _IO_wfile_doallocate

[PATCH COMMITTED] sunrpc: In key_call_keyenvoy, use int status instead of union wait

[PATCH v2 0/2] sparc64: fix socket syscalls with recent kernel headers

[PATCH v2 0/3] Fix {recv,send}{m}msg standard compliance (BZ#16919)

[PATCH v2 1/2] sparc64: remove bind, listen and setsockopt from syscalls.list

[PATCH v2 2/2] Use direct socket syscalls for new kernels on sparc

Re: [PATCH V2 3/3] sparc: M7 optimized memcpy/mempcpy/memmove/memset/bzero.

[PATCH v2] Common cpuid wrappers, use SYS_cpuid when available

Re: [PATCH V2] Ensure -fpmath != sse when SSE is disabled [BZ #17950]

[PATCH v2] Fix typos in LC_TELEPHONE in i18n locale

[PATCH v2] Improve debugging for manual safety annotations

Re: [PATCH v2] Remove union wait

[PATCH v2] Remove union wait (was: Re: Deprecate union wait and remove support from wait functions [BZ #19613])

[PATCH v2] Set NODELETE flag after checking for NULL pointer

[PATCH v3 0/2] sparc64: fix socket syscalls with recent kernel headers

[PATCH v3 0/3] Fix {recv,send}{m}msg standard compliance (BZ#16919)

[PATCH V3 0/3] SPARC M7 optimized memcpy/memmove/memset routines.

[PATCH v3 1/2] sparc64: remove bind, listen, send and setsockopt from syscalls.list

[PATCH V3 1/3] sparc: support the ADP hw capability.

[PATCH v3 2/2] Use direct socket syscalls for new kernels on sparc

[PATCH V3 2/3] sparc: assembly version of memmove for ultra1+

[PATCH V3 3/3] sparc: M7 optimized memcpy/mempcpy/memmove/memset/bzero.

[PATCH v3] PowerPC: libc single-thread lock optimization

[PATCH V3] When disabling SSE, make sure -fpmath is not set to use SSE either

[PATCH v4 0/3] Fix {recv,send}{m}msg standard compliance (BZ#16919)

Re: [PATCH v4 0/4] Cancellation entrypoint refactor

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

Re: [PATCH V4][BZ #18441] fix sorting multibyte charsets with an improper locale

Re: [PATCH v5 0/3] posix: Execute file function fixes

[PATCH x86_64] Fix for wrong selector in x86_64/multiarch/memcpy.S BZ #18880

[PATCH x86_64] Update memcpy, mempcpy and memmove selection order for Excavator CPU BZ #19583

[PATCH] [BZ #18858] Implement x86-64 multiarch mempcpy in memcpy

Re: [PATCH] [BZ 15578] Update kk_KZ locale

Re: [PATCH] Add placeholder *.abilist files for Hurd

[PATCH] Add sys/auxv.h wrapper to include/sys/

[PATCH] Add x86-64 memmove with unaligned load/store and rep movsb

[PATCH] alpha: fix fts64 function

[PATCH] Common cpuid wrappers, use SYS_cpuid when available

[PATCH] configure: improve libaudit & libcap configure handling

[PATCH] Copy x86_64 _mcount.op from _mcount.o

[PATCH] CVE-2016-3075: Stack overflow in _nss_dns_getnetbyname_r [BZ #19879]

[PATCH] Define _HAVE_STRING_ARCH_mempcpy to 1 for x86

[PATCH] Fix building glibc master with NDEBUG.

[PATCH] Fix iconv error checks for UCS-4 conversions (bug 19726)

[PATCH] Fix memory leak in __res_vinit/__res_iclose

[PATCH] Fix min/max needed for ascii to INTERNAL conversion

[PATCH] Fix nscd assertion failure in gc (bug 19755)

Re: [PATCH] Fix readdir_r with long file names

Re: [PATCH] Fix resource leak in resolver (bug 19257)

Re: [PATCH] Fix typos in LC_TELEPHONE in i18n locale

[PATCH] getnameinfo: Do not restore errno on error

Re: [PATCH] glibc: Remove CPU set size checking from affinity functions [BZ #19143]

[PATCH] glob: Avoid copying the d_name field of struct dirent [BZ #19779]

[PATCH] Group AVX512 functions in .text.avx512 section

[PATCH] Increase internal precision of ldbl-128ibm decimal printf

[PATCH] Initial Enhanced REP MOVSB/STOSB (ERMS) support

Re: [PATCH] ldconfig: Do not remove stale symbolic links with -X [BZ #19610]

Re: [PATCH] libio/vasprintf.c: Always use realloc.

Re: [PATCH] libio: Always use 8192 bytes as the default buffer size [BZ #4099]

[PATCH] libio: Always use _IO_BUFSIZE for stream buffers [BZ #4099]

Re: [PATCH] localedata: clear LC_IDENTIFICATION tel/fax fields

Re: [PATCH] locales: an_ES: fix lang_ab value

[PATCH] Make __memcpy_avx512_no_vzeroupper an alias

Re: [PATCH] malloc: Remove malloc hooks from fork handler

Re: [PATCH] malloc: Run fork handler as late as possible [BZ #19431]

[PATCH] math/Makefile: don't clobber old libm.so on install [BZ #19822]

[PATCH] mips: terminate the FDE before the return trampoline in makecontext

[PATCH] nscd_stat.c: make the build reproducible

[PATCH] nss_db: Propagate ERANGE error if parse_line fails [BZ #19837]

[PATCH] nss_dns: Check address length before creating addrinfo result [BZ #19831]

[PATCH] nss_dns: Fix assertion failure in _nss_dns_getcanonname_r [BZ #19865]

[PATCH] nss_dns: Skip over non-PTR records in the netent code [BZ #19868]

[PATCH] nss_dns: Validate RDATA length against packet length [BZ #19830]

Re: [PATCH] nsswitch: Add group merging support

[PATCH] powerpc: Add optimized P8 strspn

Re: [PATCH] powerpc: Fix dl-procinfo HWCAP

[PATCH] powerpc: Optimized POWER8 strlen

Re: [PATCH] powerpc: Remove uses of operand modifier (%s) in inline asm

[PATCH] powerpc: strcasestr optmization for power8

Re: [PATCH] Rearrange cfi_offset calls

[PATCH] Remove unused timezone/checktab.awk (committed)

Re: [PATCH] Report dlsym, dlvsym lookup errors using dlerror [BZ #19509]

[PATCH] resolv: Always initialize *resplen2 out parameter [BZ #19791]

Re: [PATCH] resolv: Always set *resplen2 out parameter in send_dg [BZ #19791]

[PATCH] resolv: Always set *resplen2 out parameter in send_vc [BZ #19825]

[PATCH] Revert commit 05a910f7

[PATCH] Set index_arch_AVX_Fast_Unaligned_Load only for Intel processors

[PATCH] Set NODELETE flag after checking for NULL pointer

[PATCH] sln: use stat64

[PATCH] sparc64: remove bind, listen and setsockopt from syscalls.list

Re: [PATCH] strfmon_l: Use specified locale for number formatting [BZ #19633]

[PATCH] Support --enable-hardcoded-path-in-tests in benchtests

[PATCH] Synchronize <sys/personality.h> with kernel headers

Re: [PATCH] test-skeleton.c: Do not set RLIMIT_DATA [BZ #19648]

[PATCH] tst-audit4, tst-audit10: Compile AVX/AVX-512 code separately [BZ #19269]

[PATCH] Use JUMPTARGET in x86-64 mathvec

[PATCH] Use JUMPTARGET in x86-64 pthread

[PATCH] X86-64: Remove the previous SSE2/AVX2 memsets

Re: [PATCH]: hurd: Do not hide rtld symbols which need to be preempted [Was: hurd: Hidden symbols in rtld]

Re: [PATCH][BZ #19490] Add unwind descriptors for x86_64 _mcount and __fentry__

[PATCH][BZ 19084] Make sure _nl_value_type_LC_<category> arrays have correct size.

[PATCHv2] Increase internal precision of ldbl-128ibm decimal printf

[PATCHv2] powerpc: Add optimized P8 strspn

Re: [PATCHv2][Ping 1] Increase internal precision of ldbl-128ibm decimal printf

Re: [PING 2][PATCH v3] Add pretty printers for the NPTL lock types

Re: [PING][PATCH v3] PowerPC: libc single-thread lock optimization

[PING][PATCH V4][BZ #18441] fix sorting multibyte charsets with an improper locale

[PING^2][PATCH V4][BZ #18441] fix sorting multibyte charsets with an improper locale

[RFC] [PATCH] MIPS: Add VDSO support

[RFC] Should we declare errno with __thread on x86?

[RFC][PATCH v2 0/6][BZ 10871] Month names in genitive case

[RFC][PATCH v2 1/6] Implement alternative month names (bug 10871).

[RFC][PATCH v2 2/6] Add tests for alternative month names (bug 10871)

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

[RFC][PATCH v2 4/6] pl_PL: Add alternative month names (bug 10871).

[RFC][PATCH v2 5/6] ru_RU: Add alternative month names (bug 10871).

[RFC][PATCH v2 6/6] uk_UA: Add alternative month names (bug 10871).

Adjust kernel-features.h defaults for socket syscalls

AF_LOCAL support in getnameinfo

Allow spurious underflow / inexact for ldbl-128ibm [committed]

assistance required: bug-glibc-manual at gnu dot org

buildbot status

c11 threads

Calling functions through a pointer of incorrect type

commit 3c0f740 broke the x86_64 buildbot

Consistency between strxfrm and strcoll?

Decouple glob from gnulib?

Delete dead code? [BZ 19653]

Re: Deprecate union wait and remove support from wait functions [BZ #19613]

deprecated sunrpc and rpc/netdb.h

Document use of IFUNC support outside of libc.

Faster PPC rounding checks in libm?

Re: Fix finite-math-only lgamma functions signgam setting (bug 19211)

Fix ldbl-128ibm nearbyintl in non-default rounding modes (bug 19790) [committed]

Fix ldbl-128ibm remainderl equality test for zero low part (bug 19677) [committed]

Fix x86_64 / x86 powl inaccuracy for integer exponents (bug 19848) [committed]

glibc 2.24 --- Release on August 1st (hard deadline).

glibc hardening patch

Hardcoded libpthread directory

hurd: Hidden symbols in rtld

I nominate Florian Weimer as network component maintainer.

Incorrect IFUNC use in libpthread for fork, vfork wrapper [BZ #19861]

Intention of "headers-not-in-tirpc"?

Re: Intention of "headers-not-in-tirpc"?+

j0_downward failures on i686 with gcc 6.

Last update to tzcode was 2015g?

Lazy TLS initialization vs. TCMalloc.

man-pages-4.05 released

PATCH: Call x86-64 __mcount_internal/__sigjmp_save directly

PATCH: Call x86-64 __setcontext directly

Re: PATCH: Cast to int32 first when casting pointer to int64

PATCH: Replace @PLT with @GOTPCREL(%rip) in call

Re: A per-user or per-application ld.so.cache?

Ping Re: [microblaze] Remove __ASSUME_FUTIMESAT

Ping Re: Adjust kernel-features.h defaults for socket syscalls

Ping Re: Remove __ASSUME_GETDENTS64_SYSCALL

PING: [PATCH 0/7] [BZ #19776] Improve x86-64 memcpy-sse2-unaligned.S

reentrant locale APIs

Remove __ASSUME_EVENTFD2, move eventfd to syscalls.list

Remove __ASSUME_FALLOCATE

Remove __ASSUME_GETDENTS64_SYSCALL

Remove __ASSUME_PPOLL

Remove __ASSUME_SIGNALFD4

Re: Requesting git write access

Review decision to inline mempcpy to memcpy.

Revised fmemopen(3) man page

Re: RFC Migrating PowerPC to IEEE 128-bit Floating Point

Re: Second draft of the Y2038 design document

Re: Self-Reintroduction: DJ Delorie

Re: Setting high test timeouts makes some tests take longer.

Should pthread_kill be marked __THROW?

Subject: [PATCH] Add x86-64 memset with unaligned store and rep stosb

Testing glibc with non-default options

Update glibc headers for Linux 4.5

What do IFUNC resolvers need to be useful?

Wiki write access


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