libc-alpha archive
subject index for May, 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, v6

Re: [Bug core/14485] File corruption race condition in robust mutex unlocking

[committed, PATCH] [BZ #20119] Correct Intel processor level type mask from CPUID

[committed, PATCH] Move sysdeps/x86_64/cacheinfo.c to sysdeps/x86

[COMMITTED] [PATCH 01/14] S390: Get rid of make warning: overriding recipe for target gconv-modules.

[COMMITTED] powerpc: Fix clone CLONE_VM compare

[glibc] preadv/pwritev question

[LTP] [ANNOUNCE] The Linux Test Project has been released for MAY 2016

[PATCH 0/4] Revised^2: deprecate major/minor/makedev in sys/types.h

[PATCH 0/5] Refactor several strtod tests to support more types

[PATCH 0/8] Refactor libm-tests.c and friends

[PATCH 00/37] Manual typos: Overview

Re: [PATCH 01/23] all: syscall wrappers: add documentation

[PATCH 01/37] Manual typos: Introduction

[PATCH 02/37] Manual typos: Error Reporting

[PATCH 03/37] Manual typos: Virtual Memory Allocation and Paging

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

[PATCH 04/37] Manual typos: Character Handling

[PATCH 05/37] Manual typos: String and Array Utilities

[PATCH 06/37] Manual typos: Character Set Handling

[PATCH 07/37] Manual typos: Locales and Internationalization

[PATCH 08/37] Manual typos: Message Translation

[PATCH 09/37] Manual typos: Searching and Sorting

[PATCH 1/3] Optimize trunc() and truncf().

[PATCH 1/3] Remove __ASSUME_FUTEX_LOCK_PI

[PATCH 1/4] Move sysdeps/generic/bits/hwcap.h to top-level bits/.

[PATCH 1/5] Refactor bug-strtod.c to better test new types.

[PATCH 1/8] Begin refactor of libm-test.inc

[PATCH 10/37] Manual typos: Pattern Matching

[PATCH 11/37] Manual typos: Input/Output on Streams

[PATCH 12/37] Manual typos: Low-Level Input/Output

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

[PATCH 13/37] Manual typos: File System Interface

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

[PATCH 14/37] Manual typos: Sockets

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

[PATCH 15/37] Manual typos: Low-Level Terminal Interface

Re: [PATCH 16/23] arm64: ilp32: introduce binfmt_ilp32.c

[PATCH 16/37] Manual typos: Syslog

[PATCH 17/37] Manual typos: Mathematics

Re: [PATCH 18/23] arm64: ilp32: add sys_ilp32.c and a separate table (in entry.S) to use it

[PATCH 18/37] Manual typos: Arithmetic Functions

[PATCH 19/37] Manual typos: Date and Time

Re: [PATCH 2/2] Deprecate inclusion of sys/sysmacros.h by sys/types.h.

[PATCH 2/3] Add more tests for trunc.

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

[PATCH 2/3] Remove __ASSUME_SET_ROBUST_LIST

[PATCH 2/4] Minimize sysdeps code involved in defining major/minor/makedev.

[PATCH 2/5] Refactor bug-strtod2.c to be type generic

[PATCH 2/8] Refactor type specific macros using regexes

[PATCH 20/37] Manual typos: Resource Usage and Limitation

[PATCH 21/37] Manual typos: Non-Local Exits

[PATCH 22/37] Manual typos: Signal Handling

[PATCH 23/37] Manual typos: The Basic Program/System Interface

[PATCH 24/37] Manual typos: Processes

[PATCH 25/37] Manual typos: Job Control

[PATCH 26/37] Manual typos: System Databases and Name Service Switch

[PATCH 27/37] Manual typos: Users and Groups

[PATCH 28/37] Manual typos: System Management

[PATCH 29/37] Manual typos: System Configuration Parameters

[PATCH 3/3] Add runtime check for __ASSUME_REQUEUE_PI (BZ#18463)

[PATCH 3/3] alpha: Remove trunc() and truncf() implementations.

Re: [PATCH 3/3] posix: New Linux posix_spawn{p} implementation

[PATCH 3/4] Add utility macros for clang detection, and deprecation with messages.

Re: [PATCH 3/4] S390: Do not call memcpy, memcmp, memset within libc.so via ifunc-plt.

[PATCH 3/5] Refactor tst-strtod6.c

[PATCH 3/8] Fixup TYPE_* substitutions

[PATCH 30/37] Manual typos: DES Encryption and Password Handling

[PATCH 31/37] Manual typos: Debugging support

[PATCH 32/37] Manual typos: POSIX Threads

[PATCH 33/37] Manual typos: Internal probes

[PATCH 34/37] Manual typos: C Language Facilities in the Library

[PATCH 35/37] Manual typos: Installing

[PATCH 36/37] Manual typos: Library Maintenance

[PATCH 37/37] Manual typos: Contributors to

[PATCH 4/4] Deprecate inclusion of <sys/sysmacros.h> by <sys/types.h>

Re: [PATCH 4/4] S390: Implement mempcpy with help of memcpy. [BZ #19765]

[PATCH 4/5] Refactor tst-strtod-round.c

[PATCH 4/8] Add LIT() around literals in check_ulp in libm-tests.inc

[PATCH 5/5] Refactor tst-strtod-round.c for type-generic-ness

[PATCH 5/8] Apply LIT(x) to floating point literals in libm-test.c

[PATCH 6/8] Refactor CHOOSE() macro usage in libm-tests.inc

[PATCH 7/8] Remove type specific information from auto-libm-test-in

[PATCH 8/8] Generate new format names in auto-libm-test-out

[PATCH COMMITTED] getaddrinfo: Convert from extend_alloca to struct scratch_buffer

[PATCH COMMITTED] getaddrinfo: Restore RES_USE_INET6 flag on error path [BZ #19994]

[PATCH COMMITTED] getnameinfo: Avoid calling strnlen on uninitialized buffer

[PATCH COMMITTED] getnameinfo: Reduce line length and add missing comments

[PATCH COMMITTED] getnameinfo: Return EAI_OVERFLOW in more cases [BZ #19787]

[PATCH COMMITTED] hesiod: Always use thread-local resolver state [BZ #19573]

[PATCH COMMITTED] hesiod: Avoid heap overflow in get_txt_records [BZ #20031]

[PATCH COMMITTED] hesiod: Remove DEF_RHS

[PATCH COMMITTED] hesiod: Remove RCS keywords

[PATCH COMMITTED] malloc: Adjust header file guard in malloc-internal.h

[PATCH COMMITTED] stpcpy is part of POSIX.1-2008 [BZ #3629]

[PATCH COMMITTED] tst-mallocfork2: Fix race condition, use fewer resources

[PATCH RFC][BZ 19944] ntpl: pthread_mutex_lock() use a wrapper for error checking

Re: [PATCH v2 2/2] powerpc: Fix operand prefixes

[PATCH v2] [BZ 17956] Fix build failure due to missing definitions from header file nss/nss.h when Mozilla NSS is used for cryptography

[PATCH v2] Ignore nspr headers directory when checking local headers

[PATCH v2] Treat STV_HIDDEN and STV_INTERNAL symbols as STB_LOCAL

Re: [PATCH v2] uapi glibc compat: fix compile errors when glibc net/if.h included before linux/if.h

[PATCH v2] When using the Mozilla NSS library for cryptography, include the NSPR header files

[PATCH v3] libio: use PTR_MANGLE/PTR_DEMANGLE for FILE vtables

[PATCH v3] When using the Mozilla NSS library for cryptography, include the NSPR header files

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

[PATCH v4] libio: use PTR_MANGLE/PTR_DEMANGLE for FILE vtables

[PATCH v4] When using the Mozilla NSS library for cryptography, include the NSPR header files

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

Re: [PATCH v6 00/21] ILP32 for ARM64

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

[PATCH x86-64][BZ #20024] Fixed vector sincos/sincosf ABI

[PATCH: hppa] Fix segmentation faults in _dl_lookup_address

Re: [PATCH] [BZ #19654] Added tests for *_finite aliases from libmvec

Re: [PATCH] [BZ #19776]: X86-64: Remove previous default/SSE2/AVX2 memcpy/memmove

[PATCH] [BZ #20071] X86 ld.so uses the incorrect cache sizes

[PATCH] [BZ #20072] x86 init_cpu_features is called twice in static executable

[PATCH] [BZ #20115] Extra alignment in memset-vec-unaligned-erms.S

[PATCH] [BZ 17956] Fix build failure due to missing definitions from header file nss/nss.h when Mozilla NSS is used for cryptography

[PATCH] [BZ 17956] Fix nss tests build failure due to missing definitions from header file nss.h when Mozilla NSS is used

[PATCH] Add atomic operations required by the new condition variable.

[PATCH] Add cache info to _dl_x86_cpu_features

[PATCH] Add nextup and nextdown math functions

[PATCH] Add random memcpy test

[PATCH] Add sysdeps/x86/dl-procinfo.c

[PATCH] aio: fix newp->running data race

[PATCH] Avoid an extra branch to PLT for -z now

Re: [PATCH] Avoid expected failure of tst-malloc-thread-fail on ppc

Re: [PATCH] charmaps: IBM875: fix mapping of iota/upsilon variants [BZ #18453]

[PATCH] Check the HTT bit before counting logical threads

[PATCH] Count number of logical processors sharing L2 cache

[PATCH] CVE-2016-4429: sunrpc: Do not use alloca in clntudp_call [BZ #20112]

Re: [PATCH] Disable rest of sunrpc, too

[PATCH] Don't call internal __pthread_unwind via PLT

[PATCH] Don't call internal _Unwind_Resume via PLT

[PATCH] Fix setcontext return value on hppa

[PATCH] Fix string/test-strncmp.c to work with wide chars.

[PATCH] Fix tst-cancel17/tst-cancelx17, which sometimes segfaults while exiting.

[PATCH] fork in libpthread cannot use IFUNC resolver [BZ #19861]

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

Re: [PATCH] hesiod_end: Do not call res_nclose(&_res) [BZ #19573]

[PATCH] Ignore nspr headers directory when checking local headers

[PATCH] Implement strlcpy, strlcat [BZ #178]

[PATCH] Increase fork signal safety for single-threaded processes [BZ #19703]

[PATCH] Initialize __x86_shared_non_temporal_threshold only if zero

[PATCH] ld.so: Fix local scopes for prelink conflicts

[PATCH] libc-compat.h for <bits/fcntl-linux.h>

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

[PATCH] libio: use PTR_MANGLE/PTR_DEMANGLE for FILE vtables

Re: [PATCH] localedata: chr_US: new Cherokee locale [BZ #12143]

[PATCH] localedata: ne_NP: misc updates [BZ #1170]

[PATCH] localedef --old-style is a no-op

[PATCH] localedef: Do not compile with mcheck

[PATCH] Make padding in struct sockaddr_storage explicit [BZ #20111]

[PATCH] malloc: Correct malloc alignment on 32-bit architectures [BZ #6527]

[PATCH] malloc: Re-add protection for recursive calls to __malloc_fork_lock_parent

[PATCH] malloc: Remove __malloc_check_init from the API [BZ #19564]

[PATCH] malloc: Remove __malloc_initialize_hook from the API [BZ #19564]

[PATCH] malloc: Rewrite dumped heap for compatibility in __malloc_set_state

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

Re: [PATCH] Minimize sysdeps code involved in defining major/minor/makedev.

[PATCH] network: Fix cmsghdr padding in sendmsg (BZ#16919)

[PATCH] New condvar implementation that provides stronger ordering guarantees.

[PATCH] posix: Call _exit in failure case for posix_spawn{p} (BZ#20178)

Re: [PATCH] powerpc: Add missing insn in swapcontext [BZ #20004]

[PATCH] powerpc: Fix --disable-multi-arch build on POWER8

Re: [PATCH] PR string/19907: Incorrect memcpy tests

[PATCH] Refactor tst-strtod-round.c for type-generic-ness

[PATCH] Remove special L2 cache case for Knights Landing

[PATCH] Remove x86 ifunc-defines.sym and rtld-global-offsets.sym

Re: [PATCH] S390: Use fPIC to avoid R_390_GOT12 relocation in gcrt1.o with march=z900.

[PATCH] stpcpy comes from Turbo C [BZ #3629]

Re: [PATCH] Support -z initfirst for multiple shared libraries

[PATCH] Support non-inclusive caches on Intel processors

[PATCH] sysdeps/gnu/netinet/tcp.h: Sync struct tcp_info to Linux 4.6

[PATCH] tst-rec-dlopen: Use custom malloc instead of hooks

Re: [PATCH] unicode-gen: include standard comment file header

Re: [PATCH] Use strlen when searching for a nul char

[PATCH] When using the Mozilla NSS library for cryptography, include the NSPR header files

Fw: [PATCH][AArch64] Add optimized memchr

[PATCH][AArch64] Add rawmemchr

Re: [PATCH][AArch64] Optimized memcpy/memmove

Re: [PATCH][AArch64] Optimized memset

Re: [PATCH][AArch64] Tune memcpy

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

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

Re: [PATCHv2 0/2] Tunables for glibc

[PATCHv2 0/6] Refactor several strtod tests to support more types

[PATCHv2 00/14] Refactor libm-test.inc and friends

[PATCHv2 01/14] Fixup usage of MANT_DIG in libm-test.inc

[PATCHv2 02/14] Fixup usage of MIN_EXP in libm-test.inc

[PATCHv2 03/14] Begin refactor of libm-test.inc

[PATCHv2 04/14] Refactor type specific macros using regexes

[PATCHv2 05/14] Refactor M_ macros defined in libm-test.inc

[PATCHv2 06/14] Replace M_PI2l with pi_2_d in libm-test.inc

[PATCHv2 07/14] Replace M_PIl with pi in libm-test.inc

[PATCHv2 08/14] Replace M_PI_4l with pi_4_d in libm-test.inc

[PATCHv2 09/14] Replace M_El with exp1 in libm-test.inc

[PATCHv2 1/6] Refactor bug-strtod.c to better test new types.

[PATCHv2 10/14] Add note about nexttoward test cases in libm-test.inc

[PATCHv2 11/14] Apply LIT(x) to floating point literals in libm-test.c

[PATCHv2 12/14] Remove CHOOSE() macro from libm-tests.inc

[PATCHv2 13/14] Remove type specific information from auto-libm-test-in

[PATCHv2 14/14] Generate new format names in auto-libm-test-out

[PATCHv2 2/6] Refactor bug-strtod2.c to be type generic

[PATCHv2 3/6] Refactor tst-strtod6.c

[PATCHv2 4/6] Refactor tst-strtod-round.c

[PATCHv2 5/6] Refactor tst-strtod-round.c for type-generic-ness

[PATCHv2 6/6] Refactor tst-strtod-round-data.h to avoid adding a type suffix

[PATCHv2] Refactor tst-strtod-round.c for type-generic-ness

[PATCHv3 0/3] Refactor tst-strtod-round

[PATCHv3 00/11] Refactor libm-test.c and friends

[PATCHv3 01/11] Begin refactor of libm-test.inc

[PATCHv3 02/11] Refactor type specific macros using regexes

[PATCHv3 03/11] Refactor M_ macros defined in libm-test.inc

[PATCHv3 04/11] Replace M_PI2l with lit_pi_2_d in libm-test.inc

[PATCHv3 05/11] Replace M_PIl with lit_pi in libm-test.inc

[PATCHv3 06/11] Replace M_PI_4l with lit_pi_4_d in libm-test.inc

[PATCHv3 07/11] Replace M_El with lit_e in libm-test.inc

[PATCHv3 08/11] Apply LIT(x) to floating point literals in libm-test.c

[PATCHv3 09/11] Remove CHOOSE() macro from libm-tests.inc

[PATCHv3 1/3] Refactor tst-strtod-round.c

[PATCHv3 10/11] Remove type specific information from auto-libm-test-in

[PATCHv3 11/11] Generate new format names in auto-libm-test-out

[PATCHv3 2/3] Refactor tst-strtod-round.c for type-generic-ness

[PATCHv3 3/3] Refactor tst-strtod-round-data.h to avoid adding a type suffix

[PING 2][PATCH v6] Add pretty printers for the NPTL lock types

[PING 3][PATCH v6] Add pretty printers for the NPTL lock types

[PING 4][PATCH v6] Add pretty printers for the NPTL lock types

[PING] [PATCH 00/37] Manual typos: Overview

Re: [PING] [PATCH 01/14] S390: Get rid of make warning: overriding recipe for target gconv-modules.

[PING] [PATCH] ld.so: Fix local scopes for prelink conflicts

[PING][BZ 10871] Month names in genitive case

[PING][PATCH v2] Treat STV_HIDDEN and STV_INTERNAL symbols as STB_LOCAL

[PING][PATCH v6] Add pretty printers for the NPTL lock types

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

Re: [RFC6 PATCH v6 00/21] ILP32 for ARM64

[WIP] resolv/res_send.c (__libc_res_nsend): Correctly sanity check buffer size.

Re: _IO_MTSAFE_IO

Add CLONE_NEWCGROUP from Linux 4.6 to bits/sched.h

Add more sNaN tests to libm-test.inc [committed]

Add Q_GETNEXTQUOTA from Linux 4.6 to sys/quota.h

Added notes on using 100% new files in test applications.

Adding __float128 (i.e TS 18661-3)

Alternative libio vtable hardening approach

Avoid "invalid" exceptions from powerpc fabsl (sNaN) (bug 20157) [committed]

Bug vandalism on sourceware.org bug tracker.

Bugzilla: Requirement for comment with RESOLVED

Collation of INFINITY vs. EMPTY SET?

Comparing glibc's malloc to jemalloc for 389 Directory Server.

conformtest: Correct ftw.h expectations for XPG3, XPG4 [committed]

conformtest: Correct pwd.h expectations for XPG3 [committed]

conformtest: Correct search.h expectations for XPG3

conformtest: Correct some limits.h expectations for XPG3, XPG4 [committed]

conformtest: Correct some stdlib.h expectations for XPG3 [committed]

conformtest: Correct some sys/stat.h expectations for XPG3 [committed]

conformtest: Correct some unistd.h expectations for XPG3, XPG4 [committed]

conformtest: Correct time.h XPG3 expectations [committed]

conformtest: Do not expect S_IF* in fcntl.h [committed]

conformtest: Do not expect strdup in string.h for XPG3 [committed]

conformtest: Fix st_blksize, st_blocks expectations for XPG3, XPG4 [committed]

conformtest: Remove some bogus sys/types.h expectations for XPG3 and XPG4 [committed]

Correct ttyslot header declaration conditions (bug 20051)

Declare cuserid in unistd.h for UNIX98 and before (bug 20043)

Declare gethostname for XPG4 (bug 20054)

Declare pthread_atfork in unistd.h for UNIX98 (bug 20044)

Declare tcgetsid for XPG4 (bug 20055)

Re: Delete dead code? [BZ 19653]

Do not declare grantpt, ptsname, unlockpt in stdlib.h for XPG3 (bug 20094)

Do not raise "inexact" from generic ceil (bug 15479)

Do not raise "inexact" from generic floor (bug 15479) [committed]

Do not raise "inexact" from generic round (bug 15479) [committed]

Do not raise "inexact" from powerpc32 ceil, floor, trunc (bug 15479) [committed]

Do not raise "inexact" from powerpc64 ceil, floor, trunc (bug 15479) [committed]

Do not raise "inexact" from x86_64 SSE4.1 ceil, floor (bug 15479) [committed]

Do we care about malloc failure in tests?

Re: Doing more inside an ifunc (Was Re: Document use of IFUNC support outside of libc.)

Duplicated messages on libc-alpha Was: [PATCH 4/5] Refactor tst-strtod-round.c

Expected semantics of versioned symbol resolution

Re: Fix fcntl.h timespec namespace (bug 20023)

Fix ldbl-128 j0l, j1l, y0l, y1l for sNaN argument (bug 20151) [committed]

Fix ldbl-128ibm ceill, rintl etc. for sNaN arguments (bug 20156) [committed]

Fix ldbl-128ibm sqrtl (sNaN) (bug 20153) [committed]

Fix powerpc32 ceil, rint etc. on sNaN input (bug 20160) [committed]

Fix powerpc64 ceil, rint etc. on sNaN input (bug 20160) [committed]

Fix stdlib.h rand_r namespace (bug 20074)

Fix sys/stat.h fchmod namespace (bug 20073)

Fix sys/time.h timespec namespace (bug 20041)

Re: GNU C Library master sources branch infinity3 created. glibc-2.22-751-gd1921fe

Grammar Edits to the Manual

Implement proper fmal for ldbl-128ibm (bug 13304) [committed]

Internal use of vsnprintf

Re: Library auditing interface stability?

link issue with i686, ifunc & newer binutils

Make sys/stat.h define S_IFSOCK, S_ISSOCK for XPG4 (bug 20076)

man-pages-4.06 released

Merge commits to master?

New Finnish PO file for 'libc' (version 2.22-pre1)

New Swedish PO file for 'libc' (version 2.22-pre1)

No target milestone in sourceware bugzilla

Re: nss_files testing

Ping Re: Correct ttyslot header declaration conditions (bug 20051)

Ping Re: Declare cuserid in unistd.h for UNIX98 and before (bug 20043)

Ping Re: Declare tcgetsid for XPG4 (bug 20055)

Ping Re: Update sysdeps/unix/sysv/linux/bits/socket.h for Linux 4.6

Ping: header namespace fixes

Please revert fd67a9cf7b733da082e4b6a5f25c19ea7921b4cd immediately.

Re: Question about iconv, UTF 8/16/32 and error reporting due to UTF-16 surrogates.

Remove unused macros from libm-test.inc [committed]

RFC: avoiding "inexact" from x86 ceil / floor / trunc

Re: RFC: GCC plugin to find encrypted function pointer calls in glibc

RFC: handling ISO C feature test macros

Re: S390: Add support for vdso getcpu symbol.

sched: Where to queue RT tasks on prio drop

Should Linux VDSO be using symbol version based on the released kernel?

Support NSS modules which can only provide a subset of authoritative answers.

Support sNaN testing in libm-test.inc [committed]

Top-level bits/ vs sysdeps/generic/bits/

Update libm-test.inc comment about NaN signs [committed]

Update sysdeps/unix/sysv/linux/bits/socket.h for Linux 4.6


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