about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* scratch_buffer: Suppress truncation warning on 32-bitFlorian Weimer2015-04-092-2/+7
* Update SPARC ulps.David S. Miller2015-04-082-88/+175
* Add more tests of atanh.Joseph Myers2015-04-085-7/+144
* Add more tests of atan.Joseph Myers2015-04-085-2/+97
* nscd_getgr_r: Use struct scratch_buffer instead of extend_allocaFlorian Weimer2015-04-082-9/+10
* getnameinfo: Use struct scratch_buffer instead of extend_allocaFlorian Weimer2015-04-082-27/+59
* _nss_compat_initgroups_dyn: Use struct scratch_buffer instead of extend_allocaFlorian Weimer2015-04-082-22/+9
* grp: Rewrite to use struct scratch_buffer instead of extend_allocaFlorian Weimer2015-04-084-19/+16
* pldd: Use struct scratch_buffer instead of extend_allocaFlorian Weimer2015-04-083-19/+43
* Add more tests of cbrt.Joseph Myers2015-04-084-8/+206
* Add more tests of cabs.Joseph Myers2015-04-085-0/+201
* Fix dbl-64 atan2 in non-default rounding modes (bug 18210, bug 18211).Joseph Myers2015-04-087-37/+893
* Fix dbl-64 atan in non-default rounding modes (bug 18197).Joseph Myers2015-04-085-1/+63
* [BZ #17930] MIPS: Define SHM_NORESERVE.James Cowgill2015-04-073-4/+10
* scratch_buffer_grow_preserve: Add missing #include <string.h>Florian Weimer2015-04-072-0/+5
* Add struct scratch_buffer and its internal helper functionsFlorian Weimer2015-04-078-2/+487
* math/test-fenvinline: Cast fe_exc to unsigned int before printingRichard Henderson2015-04-062-2/+5
* alpha: Update libm-test-ulpsRichard Henderson2015-04-062-160/+124
* alpha: Unconditionally include dl-sysdep.h in sysdep.hRichard Henderson2015-04-062-5/+5
* Handle mblen return code when n is zero.Ondřej Bílka2015-04-034-5/+17
* Define libc_max_align_t for internal useFlorian Weimer2015-04-022-0/+13
* aarch64: Increase MINSIGSTKSZ and SIGSTKSZ (bug 16850)Andreas Schwab2015-04-023-6/+65
* malloc: Consistently apply trim_threshold to all heaps [BZ #17195]Mel Gorman2015-04-023-9/+22
* Limit threads sharing L2 cache to 2 for SLM/KNLH.J. Lu2015-03-313-1/+30
* Add a testcase for copy reloc against protected dataH.J. Lu2015-03-3110-0/+763
* Add ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA to x86H.J. Lu2015-03-317-6/+111
* NPTL: Remove duplicate definition of PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NPMartin Galvan2015-03-282-2/+5
* NPTL: swap comments for THREAD_SETMEM and THREAD_SETMEM_NC for i386 and x86_64Martin Galvan2015-03-283-4/+11
* Convert dlfcn/tststatic to use test-skeleton.Roland McGrath2015-03-272-2/+12
* Harden powerpc64 elf_machine_fixup_pltAlan Modra2015-03-262-5/+32
* Add more tests of acosh, asinh and atanh.Joseph Myers2015-03-255-63/+853
* Add another test of asin.Joseph Myers2015-03-255-4/+35
* Remove unused macros from i386 lowlevellock.h.Joseph Myers2015-03-252-18/+5
* Add more tests of asin.Joseph Myers2015-03-255-0/+251
* Support six-argument syscalls from C for 32-bit x86, use generic lowlevellock...Joseph Myers2015-03-256-153/+128
* powerpc __tls_get_addr call optimizationAlan Modra2015-03-2514-4/+228
* powerpc64 configure messageAlan Modra2015-03-253-3/+9
* Add more tests of acos.Joseph Myers2015-03-255-12/+429
* Add more tests of expm1.Joseph Myers2015-03-255-16/+331
* Add more tests of cosh, sinh.Joseph Myers2015-03-245-18/+578
* Regenerate x86_64, x86 ulps from scratch.Joseph Myers2015-03-243-242/+42
* Add more tests of log2.Joseph Myers2015-03-245-8/+357
* Minor cleanups in libio/iofdopen.cRoland McGrath2015-03-232-8/+11
* pthread_setaffinity (Linux variant): Rewrite to use VLA instead of allocaFlorian Weimer2015-03-232-15/+24
* Avoid SIGFPE in wordexp [BZ #18100]Florian Weimer2015-03-235-3/+58
* Remove HAVE_ASM_PPC_REL16 referencesAlan Modra2015-03-234-49/+11
* Add more exception to local headers listSamuel Thibault2015-03-232-1/+4
* Fix visibility of EXTPROC macroSamuel Thibault2015-03-222-1/+4
* Note old commit as having resolved bug 11505.Joseph Myers2015-03-212-15/+16
* Fix warningsSamuel Thibault2015-03-2112-17/+42