June 2015 Archives by thread
Starting: Mon Jun 1 08:39:00 GMT 2015
Ending: Tue Jun 30 23:25:00 GMT 2015
Messages: 981
- [PATCH] pthread_once hangs when init routine throws an exception [BZ #18435]
Florian Weimer
- [RFC] Avoid cltz in comparison functions.
Ondřej Bílka
- [PATCH] [BZ 18034] [AArch64] Lazy TLSDESC relocation data race fix
Szabolcs Nagy
- [PATCH][AArch64] libm-test-ulps update
Szabolcs Nagy
- [PATCH] powerpc: strcasestr optimization
Rajalakshmi Srinivasaraghavan
- [PATCH v5 4*] Generic string search functions (strstr, strcasestr, memmem)
Ondřej Bílka
- Principles for syscall wrappers, again
Szabolcs Nagy
- [PATCH] memusagestat: use local glibc when linking [BZ #18465]
Joseph Myers
- [PATCH 2/14] [x86_64] Vector math functions (added vector cos tests)
Andrew Senkevich
- Fix fnmatch wmemchr namespace (bug 18468)
Joseph Myers
- [PATCH] fix BZ 18116 - build failure on ppc64le: setcontext.S uses power6 mtfsf when not supported
Tulio Magno Quites Machado Filho
- [PATCH v2] ARM: VDSO support
Joseph Myers
- [PATCH 3/3] x86: clock_gettime and timespec_get vDSO cleanup
Adhemerval Zanella
- GNU Tools Cauldron 2015 - Call for Participation
Jan Hubicka
- Fix fnmatch towlower namespace (bug 18469)
Joseph Myers
- [PATCH v3] ARM: VDSO support
Nathan Lynch
- Use libc_hidden_proto / libc_hidden_def with __strnlen
Joseph Myers
- [PATCH] Remove __isinf uses that rely on signed return value
Wilco Dijkstra
- [PATCH] Include .interp section only for libc.so
Dmitry V. Levin
- [PATCH] [BZ #18479]: nptl: restore .interp section in libpthread.so
Gleb Fotengauer-Malinovskiy
- [COMMITTED PATCH] Fix setenv.c diagnostic pragma to be compatible with GCC 4.6
Roland McGrath
- [PATCH] Avoid outputting to TTY after an expected memory corruption in testcase
Tulio Magno Quites Machado Filho
- Use better variable names in MIPS syscall macros [committed]
Joseph Myers
- git commit message conventions
Joseph Myers
- Fix fnmatch strnlen namespace (bug 18470)
Joseph Myers
- [COMMITTED PATCH] BZ#18383: Another test case, with TLS refs and defs in separate TUs.
Roland McGrath
- [PATCH 3/* v6] Generic comparison functions (strcmp, strncmp, strcasecmp, strncasecmp, strverscmp)
Ondřej Bílka
- [PATCH 4/4] Remove broken posix_fallocate, posix_falllocate64 fallback code [BZ#15661]
Carlos O'Donell
- [PR18457] Don't require rtld lock to compute DTV addr for static TLS
Alexandre Oliva
- [PATCH] tilegx: provide optimized strnlen, strstr, and strcasestr
Ondřej Bílka
- [FINAL PING] Re: [PATCH] Fix missing wake-ups in pthread_rwlock_rdlock.
Torvald Riegel
- [FINAL PING] Re: [PATCH] Fix lost wake-up when pthread_rwlock_timedrwlock times out.
Torvald Riegel
- strstr benchtest.
Ondřej Bílka
- [PATCH 1/14] [x86_64] Vector math functions (vector cos)
Andrew Senkevich
- [COMMITTED] Use C99 math macros
Wilco Dijkstra
- Fix psignal, psiginfo declaration conditions (bug 18483)
Joseph Myers
- a couple of tweaks to the Wiki
Martin Sebor
- Removing locale timezone information
Marko Myllynen
- [PATCH] Remove unused PREDEFINED_CLASSES code
Marko Myllynen
- [PATCH] Remove obsolete repertoire map references
Marko Myllynen
- [PATCH] nscd: drop selinux/flask.h include
Siddhesh Poyarekar
- Review request: new chapter for manual covering dynamic linker
Ben Woodard
- [COMMITTED PATCH] NaCl: Implement nacl_interface_ext_supply entry point.
Roland McGrath
- [PATCH] Fix lost wake-up when pthread_rwlock_timedrwlock times out.
Siddhesh Poyarekar
- Gcc builtin review: memcpy, mempcpy, memmove.
Ondřej Bílka
- [PATCH] Fix missing wake-ups in pthread_rwlock_rdlock.
Siddhesh Poyarekar
- [PATCH 3/14] [x86_64] Vector math functions (cosf)
Andrew Senkevich
- [PATCH 4/14] [x86_64] Vector math functions (vector cosf tests)
Andrew Senkevich
- Gcc builtin review: strcpy, stpcpy, strcat, stpcat?
Richard Earnshaw
- Gcc builtin review: strcpy, stpcpy, strcat, stpcat?
Ondřej Bílka
- Gcc builtin review: strcpy, stpcpy, strcat, stpcat?
Wilco Dijkstra
- Gcc builtin review: strcpy, stpcpy, strcat, stpcat?
Ondřej Bílka
- Gcc builtin review: strcpy, stpcpy, strcat, stpcat?
Wilco Dijkstra
- Gcc builtin review: strcpy, stpcpy, strcat, stpcat?
Joseph Myers
- Gcc builtin review: strcpy, stpcpy, strcat, stpcat?
Ondřej Bílka
- Gcc builtin review: strcpy, stpcpy, strcat, stpcat?
Wilco Dijkstra
- [PATCH 5/14] [x86_64] Vector math functions (sin and tests)
Andrew Senkevich
- [PATCH 6/14] [x86_64] Vector math functions (sinf and tests)
Andrew Senkevich
- [PATCH 7/14] [x86_64] Vector math functions (log and tests)
Andrew Senkevich
- [PATCH 8/14] [x86_64] Vector math functions (logf and tests)
Andrew Senkevich
- [PATCH 9/14] [x86_64] Vector math functions (exp and tests)
Andrew Senkevich
- [PATCH 10/14] [x86_64] Vector math functions (expf and tests)
Andrew Senkevich
- Builtin expansion versus headers optimization: Reductions
Ondřej Bílka
- Macros using __NO_LONG_DOUBLE_MATH
Wilco Dijkstra
- [PATCH] Use inline syscalls for non-cancellable versions
Adhemerval Zanella
- [PATCH 11/14] [x86_64] Vector math functions (pow and tests)
Andrew Senkevich
- [PATCH] nptl: Rewrite cancellation macros
Adhemerval Zanella
- [PATCH] nptl: Fix testcases for new pthread cancellation, mechanism
Adhemerval Zanella
- [PATCH v4] ARM: VDSO support
Nathan Lynch
- [PATCH] avoid initialization overhead in strcoll
Siddhesh Poyarekar
- Builtin/headers: Constant arguments and adding extra entry points.
Ondřej Bílka
- [PATCHv5][PING][BZ #17833] _dl_close_worker() does not release inconsistent objects.
Yury Gribov
- [PATCH] Remove CPU mask size detection from setaffinity
Florian Weimer
- [PATCH] Use Unicode code points for country_isbn
Marko Myllynen
- Fix regex wctype namespace (bug 18495)
Joseph Myers
- [PATCH v2] Consolidate sched_getcpu
Adhemerval Zanella
- [PATCH] x86: Remove vsyscall usage
Adhemerval Zanella
- Fix regex wcrtomb namespace (bug 18496)
Joseph Myers
- [PATCH] AArch64/ILP32: fix wrong sign extension in setgroups
Roland McGrath
- [PATCH] [BZ #17841]: Build failure if compiler defaults to PIE
Roland McGrath
- [PATCH] Fix strict-aliasing warning in resolv/res_hconf.c
Roland McGrath
- getpwnam(NULL) get "segmentation fault"
Roland McGrath
- Fix open_memstream namespace (bug 18498)
Joseph Myers
- Wordexp benchtest: good, bad and unreliable.
Ondřej Bílka
- [RFC] improve tls access for tolower table and errno
Ondřej Bílka
- Question: short-read while loading .so file
ISHIKAWA,chiaki
- [PING][PATCH] More effective generic strrchr.
Ondřej Bílka
- [PATCH] x86-64: New memchr implementation.
Ondřej Bílka
- [PATCH] manual/users.texi: Modify race markings of fgetpwent and fgetgrent
Zeng Linggang
- [PATCH] Fix alignment of sem_t for AArch64 ILP32
Andreas Schwab
- [PATCH] malloc: Do not corrupt top of threaded heap if top chunk is MINSIZE
Mel Gorman
- [PATCH 2/*] Remove pre-gcc 3.4 string inline optimizations.
Ondřej Bílka
- [PATCH] misc/sbrk.c: Set errno to ENOMEM on overflow.
Cyril Hrubis
- [PATCH] [v2] malloc: Do not corrupt the top of a threaded heap if top chunk is MINSIZE [BZ #18502]
Mel Gorman
- [PATCH] [v3] malloc: Do not corrupt the top of a threaded heap if top chunk is MINSIZE [BZ #18502]
Mel Gorman
- Fix regcomp wcscoll, wcscmp namespace (bug 18497)
Joseph Myers
- Support for Intel X1000
Kinsella, Ray
- [PATCH] x86-64: Remove plt bypassing of ifuncs.
Ondřej Bílka
- [PATCH] Add and use new glibc-internal futex API.
Torvald Riegel
- [PATCH] powerpc: New feature - HWCAP/HWCAP2 bits in the TCB
Carlos Eduardo Seo
- [PATCH] powerpc: New feature - HWCAP/HWCAP2 bits in the TCB
Joseph Myers
- [PATCH] powerpc: New feature - HWCAP/HWCAP2 bits in the TCB
Adhemerval Zanella
- [PATCH] powerpc: New feature - HWCAP/HWCAP2 bits in the TCB
Szabolcs Nagy
- [PATCH] powerpc: New feature - HWCAP/HWCAP2 bits in the TCB
Steven Munroe
- [PATCH] powerpc: New feature - HWCAP/HWCAP2 bits in the TCB
Ondřej Bílka
- [PATCH] powerpc: New feature - HWCAP/HWCAP2 bits in the TCB
Steven Munroe
- [PATCH] powerpc: New feature - HWCAP/HWCAP2 bits in the TCB
Rich Felker
- [PATCH] powerpc: New feature - HWCAP/HWCAP2 bits in the TCB
Florian Weimer
- [PATCH] powerpc: New feature - HWCAP/HWCAP2 bits in the TCB
Rich Felker
- [PATCH] powerpc: New feature - HWCAP/HWCAP2 bits in the TCB
Florian Weimer
- [PATCH] powerpc: New feature - HWCAP/HWCAP2 bits in the TCB
Rich Felker
- HWCAP is method to determine cpu features, not selection mechanism.
Ondřej Bílka
- HWCAP is method to determine cpu features, not selection mechanism.
Adhemerval Zanella
- HWCAP is method to determine cpu features, not selection mechanism.
Szabolcs Nagy
- HWCAP is method to determine cpu features, not selection mechanism.
Adhemerval Zanella
- HWCAP is method to determine cpu features, not selection mechanism.
Ondřej Bílka
- HWCAP is method to determine cpu features, not selection mechanism.
pinskia@gmail.com
- HWCAP is method to determine cpu features, not selection mechanism.
Adhemerval Zanella
- HWCAP is method to determine cpu features, not selection mechanism.
Ondřej Bílka
- HWCAP is method to determine cpu features, not selection mechanism.
Steven Munroe
- HWCAP is method to determine cpu features, not selection mechanism.
Ondřej Bílka
- HWCAP is method to determine cpu features, not selection mechanism.
Adhemerval Zanella
- HWCAP is method to determine cpu features, not selection mechanism.
Andrew Pinski
- HWCAP is method to determine cpu features, not selection mechanism.
Ondřej Bílka
- HWCAP is method to determine cpu features, not selection mechanism.
Andrew Pinski
- HWCAP is method to determine cpu features, not selection mechanism.
Steven Munroe
- HWCAP is method to determine cpu features, not selection mechanism.
Ondřej Bílka
- HWCAP is method to determine cpu features, not selection mechanism.
Steven Munroe
- HWCAP is method to determine cpu features, not selection mechanism.
Ondřej Bílka
- HWCAP is method to determine cpu features, not selection mechanism.
Steven Munroe
- [PATCH] powerpc: New feature - HWCAP/HWCAP2 bits in the TCB
Szabolcs Nagy
- [PATCH] powerpc: New feature - HWCAP/HWCAP2 bits in the TCB
Steven Munroe
- [PATCH] powerpc: New feature - HWCAP/HWCAP2 bits in the TCB
Rich Felker
- [PATCH] powerpc: New feature - HWCAP/HWCAP2 bits in the TCB
Steven Munroe
- [PATCH] powerpc: New feature - HWCAP/HWCAP2 bits in the TCB
Rich Felker
- [PATCH] powerpc: New feature - HWCAP/HWCAP2 bits in the TCB
Steven Munroe
- [PATCH] powerpc: New feature - HWCAP/HWCAP2 bits in the TCB
Rich Felker
- [PATCH] powerpc: New feature - HWCAP/HWCAP2 bits in the TCB
Richard Henderson
- [PATCH] powerpc: New feature - HWCAP/HWCAP2 bits in the TCB
Steven Munroe
- [PATCH] powerpc: New feature - HWCAP/HWCAP2 bits in the TCB
Ondřej Bílka
- [PATCH] powerpc: New feature - HWCAP/HWCAP2 bits in the TCB
Adhemerval Zanella
- [PATCH] powerpc: New feature - HWCAP/HWCAP2 bits in the TCB
Ondřej Bílka
- [PATCH] powerpc: New feature - HWCAP/HWCAP2 bits in the TCB
Adhemerval Zanella
- [PATCH] powerpc: New feature - HWCAP/HWCAP2 bits in the TCB
Richard Henderson
- [PATCH] powerpc: New feature - HWCAP/HWCAP2 bits in the TCB
Steven Munroe
- [PATCH] powerpc: New feature - HWCAP/HWCAP2 bits in the TCB
Torvald Riegel
- [PATCH] powerpc: New feature - HWCAP/HWCAP2 bits in the TCB
Rich Felker
- [PATCH] powerpc: New feature - HWCAP/HWCAP2 bits in the TCB
David Edelsohn
- [PATCH] Clean up semaphore EINTR handling after Linux futex docs clarification.
Torvald Riegel
- [PATCH] Add and use new glibc-internal futex API in sparc code.
Torvald Riegel
- Stepping down
Kaz Kojima
- [BZ#17090/17620/17621]: fix DTV race, assert, and DTV_SURPLUS Static TLS limit
Alexandre Oliva
- Fix pathconf statvfs namespace (bug 18507)
Joseph Myers
- [PATCH v3] Improve fnmatch performance.
Ondřej Bílka
- [PATCH][BZ #18508] S390: Fix "backtrace() returns infinitely deep stack frames with makecontext()".
Stefan Liebler
- Safety annotations for unsafe-by-fiat functions
Alexandre Oliva
- [PATCH] Update of minimal required version of Binutils to 2.25
Andrew Senkevich
- asprintf() issue
Archie Cobbs
- __ASSUME_PRIVATE_FUTEX and __ASSUME_FUTEX_CLOCK_REALTIME
Roland McGrath
- [COMMITTED PATCH] BZ#18383: Add test case for large alignment in TLS blocks.
Roland McGrath
- [COMMITTED PATCH] NaCl: Add NaCl-specific __lll_timedlock_wait.
Roland McGrath
- [COMMITTED PATCH] Split timed-wait functions out of nptl/lowlevellock.c.
Roland McGrath
- [COMMITTED PATCH] NaCl: Make thread exit wake pthread_join.
Roland McGrath
- [PATCH] Record TTL also for DNS PTR queries
Andreas Schwab
- [PING 2][PATCH][BZ #18265] Updated __nonnull annotations for wcscat, wcsncat, wcscmp and wcsncmp
Daniel Marjamäki
- [PATCH 12/14] [x86_64] Vector math functions (powf and tests)
Andrew Senkevich
- [PATCH COMMITTED] pthread_key_create: Fix typo in comment
Florian Weimer
- [RFC] support for trusted validating resolver configuration
Carlos O'Donell
- Fix aio_* pread namespace (bug 18519)
Joseph Myers
- Fix h_errno namespace (bug 18520)
Joseph Myers
- Fix ecvt_r, fcvt_r namespace (bug 18522)
Joseph Myers
- [PATCH] detect overridden install prefix [BZ #18512]
Martin Sebor
- [PATCH] Use "_" prefix for macro variables, and harmonize variable names for sysdep syscall macros.
Carlos O'Donell
- [PATCH] S390: Regenerate ULPs
Stefan Liebler
- [PATCH] Remove locale timezone information
Marko Myllynen
- [PING 2][PATCH v4] Fix dynamic linker issue with bind-now
Petar Jovanovic
- Fix getlogin_r namespace (bug 18527)
Joseph Myers
- Fix grp.h endgrent, getgrent namespace (bug 18528)
Joseph Myers
- [PATCH] Do not run timezone tests in parallel.
Joseph Myers
- Fix netdb.h addrinfo namespace (bug 18529)
Joseph Myers
- Fix syslog fputs_unlocked namespace (bug 18530)
Joseph Myers
- Fix linknamespace expectations for in6addr_any, in6addr_loopback [committed]
Joseph Myers
- Fix gethostbyaddr in6addr_any, in6addr_loopback namespace (bug 18532)
Joseph Myers
- Fix vsyslog namespace (bug 18533)
Joseph Myers
- Fix syslog dprintf namespace (bug 18534)
Joseph Myers
- Build error with gcc-5
Ondřej Bílka
- [PATCH] Remove __isinf_ns
Wilco Dijkstra
- [PATCH] Inline C99 math functions
Wilco Dijkstra
- [PATCHv2] Update the localedata/locales/translit_* files to Unicode 7.0.0
Mike FABIAN
- Fix sem_* tdelete, tfind, tsearch, twalk namespace (bug 18536)
Joseph Myers
- Fix fmtmsg addseverity namespace (bug 18539)
Joseph Myers
- Fix getpass fflush_unlocked namespace (bug 18540)
Joseph Myers
- Fix swscanf vswscanf namespace (bug 18542)
Joseph Myers
- [PATCH][AArch64] Fix cfi_adjust_cfa_offset usage in dl-tlsdesc.S
Szabolcs Nagy
- [PATCH] Improve strncpy performance further
Ondřej Bílka
- [PATCH] Improve stpncpy performance
Ondřej Bílka
- [PATCH 1/* v3] Generic string function optimization: Add skeleton
Ondřej Bílka
- [PATCH 1/2] libio: fmemopen rewrite to POSIX compliance
Adhemerval Zanella
- [PATCH 2/2] libio: Update tst-fmemopen2.c
Adhemerval Zanella
- Fix mq_notify pthread_barrier_* namespace (bug 18544)
Joseph Myers
- Create hidden aliases for non-libc syscalls automatically
Joseph Myers
- Fix mq_receive, mq_send mq_timed* namespace (bug 18545)
Joseph Myers
- Fix mq_notify socket, recv namespace (bug 18546)
Joseph Myers
- [PING][PATCH][BZ #17787] Fix exponents in manual.
Ondřej Bílka
- [PATCH 13/14] [x86_64] Vector math functions (sincos and tests)
Andrew Senkevich
- Fix ttyslot namespace (bug 18547)
Joseph Myers
- [PATCH v4 2/2] add benchmark for strcoll
Stefan Liebler
- [PATCH][BUG 17475] Correcting language code for Bhili and Tulu locales
Pravin Satpute
- [PATCH] Add math-inline benchmark
Wilco Dijkstra
- memcmp-sse4.S EqualHappy bug
Andrea Arcangeli
- [PATCH neleai/string-x64] Improve strcpy sse2 and avx2 implementation
Ondřej Bílka
- Fix nice getpriority, setpriority namespace (bug 18553)
Joseph Myers
- [PATCH v2] Add and use new glibc-internal futex API.
Torvald Riegel
- Remove ldbl-128ibm variants of complex math functions [committed]
Joseph Myers
- [RFC] Fixing pthread_* namespace issues for thrd_* symbols
Juan Manuel Torres Palma
- [PATCH RFC neleai/string-x64] Improve memcmp performance and fix regression.
Ondřej Bílka
- [PATCH] remove now unused idxnow in strcoll
Leonhard Holz
- [BZ #18441] strcoll performance regression
Leonhard Holz
- [PATCH] remove unnecessary memset in strcoll
Leonhard Holz
- [PATCH 14/14] [x86_64] Vector math functions (sincosf and tests)
Andrew Senkevich
- Is Y2038-proofing in a glibc roadmap somewhere?
Albert ARIBAUD
- [PATCHv3] Update the localedata/locales/translit_* files to Unicode 7.0.0
Mike FABIAN
- [PATCH] Fix ruserok scalability with large ~/.rhosts file.
Carlos O'Donell
- Fix netinet/in.h MCAST_* namespace (bug 18558)
Joseph Myers
- Fix include/bits/ipc.h for header conformance tests
Joseph Myers
- Remove stray spurious-underflow markings from cexp test [committed]
Joseph Myers
- Fix asinh missing underflows (bug 16350) [committed]
Joseph Myers
- [PATCH] [BZ #17977] Fix potential hanging of gethostbyaddr_r/gethostbyname_r
Dmitry V. Levin
- SH sigcontext ABI is broken
Rich Felker
- [PATCH neleai/string-x64] Faster strcasecmp.
Ondřej Bílka
- conformtest: Support xfail markers on individual assertions [committed]
Joseph Myers
- conformtest: Fix pselect expectations [committed]
Joseph Myers
- The GNU C Library 2.22 -- Release at the end of July.
Carlos O'Donell
- [PATCH neleai/string-x64] Microoptimize strcmp-sse2-unaligned.
Ondřej Bílka
- [PATCH] Use $(PYTHON) in benchtests.
Carlos O'Donell
- [PATCH 6/6] aarch64: Add hp-timing.h
Carlos O'Donell
- Fix x86 / x86_64 expl, exp10l missing underflows (bug 16361) [committed]
Joseph Myers
- Fix x86_64 / x86 expm1l (-min_subnorm) result sign (bug 18569) [committed]
Joseph Myers
- lowlevellock systemtap probes: inconsistencies with documentation
Torvald Riegel
- Update headers for Linux 4.0, 4.1 definitions
Joseph Myers
- [PATCH v3] Add and use new glibc-internal futex API.
Torvald Riegel
- [PATCHv4] Update the i18n, UTF-8, and translit_* files to Unicode 8.0.0
Mike FABIAN
- Fix expm1 missing underflows (bug 16353) [committed]
Joseph Myers
- [PATCH][AArch64] Inline __ieee754_sqrt(f)
Marcus Shawcroft
- [PATCH v2] Fix atomic_full_barrier on x86 and x86_64.
Torvald Riegel
- [PATCH] Clean up BUSY_WAIT_NOP and atomic_delay.
Torvald Riegel
- Fix exp2, exp2f spurious underflows (bug 18219) [committed]
Joseph Myers
- [PATCH, MIPS] Support shared library debug with MIPS PIE (glibc)
Matthew Fortune
- Fix csqrt spurious underflows (bug 18371) [committed]
Joseph Myers
- [PATCH] [x86_64] Vector sin/cos/sincos data tables combination.
Andrew Senkevich
- Fix math/Makefile dependency on libm-test.stmp for libmvec tests [committed]
Joseph Myers
- Fix spurious "inexact" exceptions from __kernel_standard_l (bug 18245, bug 18583) [committed]
Joseph Myers
- [PATCH] Clean pthread types namespaces on x86 and x86_64
Juan Manuel Torres Palma
- Fix sin, sincos missing underflows (bug 16526, bug 16538) [committed]
Joseph Myers
- [PATCH v3] powerpc: strstr optimization
Rajalakshmi Srinivasaraghavan
- [PATCH] [x86_64] Vector sinf/cosf/sincosf data tables combination
Andrew Senkevich
- [PATCH] Don't issue errors on GDB Python files
H.J. Lu
- [PATCH v3 neleai/string-x64] Optimize strcmp, strncmp, strcasecmp, strncasecmp
Ondřej Bílka
- glibc/libtirpc and future of client RPC code
Thorsten Kukuk
- Fix ldbl-128 expl missing underflows (bug 18586) [committed]
Joseph Myers
- Fix csin, csinh overflow in directed rounding modes (bug 18593) [committed]
Joseph Myers
- Move csin, csinh tests to auto-libm-test-in [committed]
Joseph Myers
- [PATCH][v2] Clean pthread types namespace for all archs.
Juan Manuel Torres Palma
- [COMMITTED PATCH] Print more information in tst-getcpu failure case.
Roland McGrath
- Fix cexp, ccos, ccosh, csin, csinh spurious underflows (bug 18594) [committed]
Joseph Myers
- question about markings of fgetgrent and fgetpwent
Alexandre Oliva
- [COMMITTED PATCH] NaCl: Fix glob.c build after getlogin_r -> __getlogin_r.
Roland McGrath
- Refactor libm tests [committed]
Joseph Myers
- [PATCH roland/cancelhandling] NPTL: Give cancelhandling fields type unsigned int.
Roland McGrath
- [COMMITTED PATCH] Use unsigned types for counters in AIO code.
Roland McGrath
- [COMMITTED PATCH] Use unsigned types for counters in getaddrinfo_a code.
Roland McGrath
- [COMMITTED PATCH] NPTL: Use unsigned type for setxid_futex.
Roland McGrath
- [PATCH] Corrected description of linking with vector math library
Andrew Senkevich
- [PATCH] Fix buffer overflow for writes to memory buffer stream (bug 18549)
Andreas Schwab
- [PATCH] Clean pthread functions namespace for C11 threads
Juan Manuel Torres Palma
- C as used/implemented in practice: analysis of responses
Peter Sewell
- [PATCH neleai/string-x64] Reoptimize strlen and strnlen
Ondřej Bílka
- Use round-to-nearest internally in jn, test with ALL_RM_TEST (bug 18602) [committed]
Joseph Myers
- [PATCH 21/27] S390: Optimize strpbrk and wcspbrk.
Stefan Liebler
- [PATCH 09/27] S390: Optimize strcpy and wcscpy.
Stefan Liebler
- [PATCH 02/27] S390: Refactor ifunc implementations and enable ifunc-test-framework.
Stefan Liebler
- [PATCH 11/27] S390: Optimize strncpy and wcsncpy.
Stefan Liebler
- [PATCH 08/27] S390: Optimize strnlen and wcsnlen.
Stefan Liebler
- [PATCH 24/27] S390: Optimize memccpy.
Stefan Liebler
- [PATCH 07/27] S390: Optimize strlen and wcslen.
Stefan Liebler
- [PATCH 00/27] S390: Optimize string, wcsmbs and memory functions.
Stefan Liebler
- What *is* the API for sched_getaffinity? Should sched_getaffinity always succeed when using cpu_set_t?
Michael Kerrisk (man-pages)
- [PATCH roland/arm] Conditionalize test-xfail-tst-tlsalign{,-static} on ARM assembler bug.
Roland McGrath
- [RFC] Add C11 threads.h support.
Juan Manuel Torres Palma
- [PATCH 0/8] nptl: Fix Race conditions in pthread cancellation (BZ#12683)
Adhemerval Zanella
- [PATCH 03/08] nptl: x86_64: Fix Race conditions in pthread cancellation (BZ#12683)
Adhemerval Zanella
- [PATCH 01/08] nptl: Fix testcases for new pthread cancellation mechanism
Adhemerval Zanella
- [PATCH 06/08] nptl: i386: Fix Race conditions in pthread cancellation, (BZ#12683)
Adhemerval Zanella
- [PATCH 02/08] nptl: powerpc64: Fix Race conditions in pthread, cancellation (BZ#12683)
Adhemerval Zanella
- [PATCH 07/08] nptl: aarch64: Fix Race conditions in pthread cancellation (BZ#12683)
Adhemerval Zanella
- [PATCH 08/08] nptl: arm: Fix Race conditions in pthread cancellation (BZ#12683)
Adhemerval Zanella
- [PATCH 04/08] nptl: x32: Fix Race conditions in pthread cancellation (BZ#12683)
Adhemerval Zanella
- [PATCH 05/08] nptl: ppc32: Fix Race conditions in pthread cancellation (BZ#12683)
Adhemerval Zanella
- [PATCH neleai/string-x64] Improve sse4 implementation of strpbrk, strspn and strcspn
Ondřej Bílka
- [PATCH][BZ #18441] add testcase from bugreport
Leonhard Holz
- [PATCH][BZ #18441] fix sorting multibyte charsets with an improper locale
Leonhard Holz
- CLOCK_REALTIME
Shawn Landden
- Preferred Format of GNU C Library Manual Edits
ricaljasan
- [PATCH RFC] Pell strcoll initial iteration to improve performance.
Ondřej Bílka
- Fix j1, jn missing underflows (bug 16559) [committed]
Joseph Myers
- Fix ldbl-128 j1l spurious underflows (bug 18612) [committed]
Joseph Myers
- [PATCH] Use "|" instead of "+" when combine the _IO_LINE_BUF and _IO_UNBUFFERED flags
Feng Gao
- Improve tgamma accuracy (bug 18613) [committed]
Joseph Myers
- [PATCHv5][PING^3][BZ #17833] _dl_close_worker() does not release inconsistent objects.
Pavel Kopyl
Last message date:
Tue Jun 30 23:25:00 GMT 2015
Archived on: Sun Mar 8 14:35:01 GMT 2020
This archive was generated by
Pipermail 0.09 (Mailman edition).