aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-09-27Add SH implementation of stackguard-macros.h.Kaz Kojima1-0/+6
2013-09-26Faster strrchr.Ondřej Bílka7-943/+208
2013-09-25PowerPC: Fix POINTER_CHK_GUARD thread register for PPC64Adhemerval Zanella2-1/+6
2013-09-25Version 1.2 of gd_GB localeMichael Bauer3-116/+147
2013-09-25conformtest: Clean up expectations for POSIX for sched.h.Joseph Myers2-3/+24
2013-09-24Fix tst-long-dbl-fphex swprintf length calculation.Olivier Langlois2-2/+7
2013-09-24conformtest: Clean up expectations for POSIX for pthread.h.Joseph Myers2-7/+22
2013-09-24Add localedef --big-endian and --little-endian options.Joseph Myers7-190/+335
2013-09-24Update to canonical freemanuals.texi file.Roland McGrath3-1/+11
2013-09-24[AArch64] Support __mcount profiling.Marcus Shawcroft2-8/+12
2013-09-24[AArch64] Adding sigcontextinfo.hMarcus Shawcroft2-0/+39
2013-09-24ports/sysdeps/arm/nptl/tls.h: Remove TLS_INIT_TP_EXPENSIVE.Will Newton2-4/+5
This define was removed from the rest of the tree eight years ago. ports/ChangeLog.arm: 2013-09-24 Will Newton <will.newton@linaro.org> * ports/sysdeps/arm/nptl/tls.h (TLS_INIT_TP_EXPENSIVE): Remove macro.
2013-09-24sysdeps/mach/hurd/i386/tls.h: Remove TLS_INIT_TP_EXPENSIVE.Will Newton2-1/+5
This define was removed from the rest of the tree eight years ago. ChangeLog: 2013-09-24 Will Newton <will.newton@linaro.org> * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove macro.
2013-09-23New locale for cmn_TWWei-Lun Chao4-8/+235
2013-09-23New locale for hak_TWWei-Lun Chao4-6/+232
2013-09-23Make locale archive hash function architecture-independent.Joseph Myers2-1/+6
2013-09-23New locale for lzh_TWWei-Lun Chao4-4/+264
2013-09-23New locale for nan_TWWei-Lun Chao4-5/+232
2013-09-23manual: Fix a typo in `POSIX Threads' sectionMaciej W. Rozycki2-1/+5
2013-09-232013-09-23 Steve Ellcey <sellcey@mips.com>Steve Ellcey2-0/+131
* sysdeps/mips/math_private.h (libc_feholdexcept_mips): New function. (libc_feholdexcept): New macro. (libc_feholdexceptf): New macro. (libc_feholdexceptl): New macro. (libc_fesetround_mips): New function. (libc_fesetround): New macro. (libc_fesetroundf): New macro. (libc_fesetroundl): New macro. (libc_feholdexcept_setround_mips): New function. (libc_feholdexcept_setround): New macro. (libc_feholdexcept_setroundf): New macro. (libc_feholdexcept_setroundl): New macro. (libc_fesetenv_mips): New function. (libc_fesetenv): New macro. (libc_fesetenvf): New macro. (libc_fesetenvl): New macro. (libc_feupdateenv_mips): New function. (libc_feupdateenv): New macro. (libc_feupdateenvf): New macro. (libc_feupdateenvl): New macro.
2013-09-23MIPS: bits/atomic.h: Fix comment typoMaciej W. Rozycki2-1/+5
2013-09-232013-09-23 Steve Ellcey <sellcey@mips.com>Steve Ellcey3-3/+8
* sysdeps/mips/fpu/fegetround.c (fegetround): Use _FPU_RC_MASK. * sysdeps/mips/fpu/fesetround.c (fesetround): Use _FPU_RC_MASK.
2013-09-232013-09-19 Steve Ellcey <sellcey@mips.com>Steve Ellcey2-0/+6
* sysdeps/mips/fpu_control.h (_FPU_RC_MASK): New.
2013-09-232013-09-23 Steve Ellcey <sellcey@mips.com>Steve Ellcey2-3/+8
* sysdeps/mips/fpu_control.h (comments): Add capitalization and periods to match GNU standard.
2013-09-23Check for integer overflow in cache size computation in strcollSiddhesh Poyarekar5-1/+84
strcoll is implemented using a cache for indices and weights of collation sequences in the strings so that subsequent passes do not have to search through collation data again. For very large string inputs, the cache size computation could overflow. In such a case, use the fallback function that does not cache indices and weights of collation sequences. Fixes CVE-2012-4412.
2013-09-23Fall back to non-cached sequence traversal and comparison on malloc failSiddhesh Poyarekar3-35/+254
strcoll currently falls back to alloca if malloc fails, resulting in a possible stack overflow. This patch implements sequence traversal and comparison without caching indices and rules. Fixes CVE-2012-4424.
2013-09-23BZ #15754: Fix test case for ARM.Carlos O'Donell3-1/+14
Statically built binaries use __pointer_chk_guard_local, while dynamically built binaries use __pointer_chk_guard. Provide the right definition depending on the test case we are building.
2013-09-23BZ #15754: CVE-2013-4788Carlos O'Donell19-5/+351
The pointer guard used for pointer mangling was not initialized for static applications resulting in the security feature being disabled. The pointer guard is now correctly initialized to a random value for static applications. Existing static applications need to be recompiled to take advantage of the fix. The test tst-ptrguard1-static and tst-ptrguard1 add regression coverage to ensure the pointer guards are sufficiently random and initialized to a default value.
2013-09-22Adjust language-code fields of LC_ADDRESS.Chris Leonard73-63/+483
2013-09-21New locale for ak_GH.Chris Leonard4-3/+226
2013-09-21correct bug list in NEWSChris Leonard1-3/+2
2013-09-21[BZ #15859] Fix memory leak in _dl_map_object_depsVinitha Vijayan3-5/+10
2013-09-20Make __ffs hiddenAndreas Schwab17-0/+39
2013-09-20Remove trailing space.Steve Ellcey1-1/+1
2013-09-202013-09-20 Steve Ellcey <sellcey@mips.com>Steve Ellcey1-90/+0
* sysdeps/mips/memset.S: Change prefetching and add loop unrolling. * sysdeps/mips/mips64/memset.S: Remove.
2013-09-202013-09-20 Steve Ellcey <sellcey@mips.com>Steve Ellcey2-56/+343
* sysdeps/mips/memset.S: Change prefetching and add loop unrolling. * sysdeps/mips/mips64/memset.S: Remove.
2013-09-20Mention malloc probes in the NEWS file.Alexandre Oliva2-0/+4
for ChangeLog * NEWS: Mention malloc probes.
2013-09-20Add malloc probes for sbrk and heap resizing.Alexandre Oliva4-1/+58
for ChangeLog * malloc/arena.c (new_heap): New memory_heap_new probe. (grow_heap): New memory_heap_more probe. (shrink_heap): New memory_heap_less probe. (heap_trim): New memory_heap_free probe. * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe. (systrim): New memory_sbrk_less probe. * manual/probes.texi: Document them.
2013-09-20Add catch-all alloc retry probe.Alexandre Oliva3-0/+16
for ChangeLog * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe. * manual/probes.texi: Document it.
2013-09-20Add probes for malloc retries.Alexandre Oliva3-0/+36
for ChangeLog * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe. (__libc_realloc): Add memory_realloc_retry probe. (__libc_memalign): Add memory_memalign_retry probe. (__libc_valloc): Add memory_valloc_retry probe. (__libc_pvalloc): Add memory_pvalloc_retry probe. (__libc_calloc): Add memory_calloc_retry probe. * manual/probes.texi: Document them.
2013-09-20Add probes for malloc arena changes.Alexandre Oliva4-0/+75
for ChangeLog * malloc/arena.c (get_free_list): Add probe memory_arena_reuse_free_list. (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait and memory_arena_reuse. (arena_get2) [!PER_THREAD]: Likewise. * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe memory_arena_reuse_realloc. * manual/probes.texi: Document them.
2013-09-20Add probes for all changes to malloc options.Alexandre Oliva3-6/+112
for ChangeLog * malloc/malloc.c (__libc_free): Add memory_mallopt_free_dyn_thresholds probe. (__libc_mallopt): Add multiple memory_mallopt probes. * manual/probes.texi: Document them.
2013-09-20Add first set of memory probes.Alexandre Oliva6-2/+57
for ChangeLog * malloc/malloc.c: Include stap-probe.h. (__libc_mallopt): Add memory_mallopt probe. * malloc/arena.c (_int_new_arena): Add memory_arena_new probe. * manual/probes.texi: New. * manual/Makefile (chapters): Add probes. * manual/threads.texi: Set next node.
2013-09-20Copy-edit NEWS and fixup ChangeLog entries.Carlos O'Donell2-5/+7
2013-09-20Update Changelog and NEWSChris Leonard2-3/+13
2013-09-19Update iso-639.defChris Leonard1-1/+15
2013-09-19Consolidate common code into macrosSiddhesh Poyarekar2-74/+75
Consolidated common Taylor series polynomials into macros in s_sin.c to make it a bit cleaner.
2013-09-19Fix buffer overrun in strtod_lLiubov Dmitrieva2-1/+5
2013-09-19Add benchmark inputs for sincosSiddhesh Poyarekar3-1/+92
2013-09-19New test cases for sin and cos for multiple precision fallbackSiddhesh Poyarekar2-0/+21