summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* malloc: Implement heap protectorfw/heap-protectorFlorian Weimer2016-10-2811-20/+141
* Generate additional secret keys for the heap protectorFlorian Weimer2016-10-289-88/+156
* crypt: Use internal names for the SHA-2 block functionsFlorian Weimer2016-10-287-30/+42
* i386: Support CFLAGS which imply -fno-omit-frame-pointer [BZ #20729]Florian Weimer2016-10-282-12/+59
* Add test for linking against most static librariesFlorian Weimer2016-10-283-1/+63
* sysmalloc: Initialize previous size field of mmaped chunksFlorian Weimer2016-10-282-0/+6
* malloc: Use accessors for chunk metadata accessFlorian Weimer2016-10-284-70/+127
* Make strtod raise "inexact" exceptions (bug 19380).Joseph Myers2016-10-285-18/+57
* Fix a sparc header conformtest failure.David S. Miller2016-10-272-0/+6
* Static inline functions for mallopt helpersSiddhesh Poyarekar2016-10-272-34/+105
* Add canonicalize, canonicalizef, canonicalizel.Joseph Myers2016-10-2649-26/+518
* Add getpayloadl to libnldbl.Joseph Myers2016-10-263-1/+35
* Use read_int in vfscanfGabriel F. T. Gomes2016-10-262-8/+10
* malloc: Remove malloc_get_state, malloc_set_state [BZ #19473]Florian Weimer2016-10-267-100/+504
* iconv: Avoid writable data and relocations in ISO646Florian Weimer2016-10-262-40/+50
* iconv: Avoid writable data and relocations in IBM charsetsFlorian Weimer2016-10-269-154/+171
* Remove redundant definitions of M_ARENA_* macrosSiddhesh Poyarekar2016-10-262-5/+2
* Remove references to sbrk to grow/shrink arenasSiddhesh Poyarekar2016-10-262-7/+8
* Document the M_ARENA_* mallopt parametersSiddhesh Poyarekar2016-10-263-62/+70
* Add note on MALLOC_MMAP_* environment variablesSiddhesh Poyarekar2016-10-262-0/+41
* Fix atomic_fetch_xor_release.Carlos O'Donell2016-10-262-8/+17
* Add tests for strfrom functionsRajalakshmi Srinivasaraghavan2016-10-255-1/+310
* Refactor strtod testsRajalakshmi Srinivasaraghavan2016-10-256-22/+27
* Add strfromd, strfromf, and strfroml functionsGabriel F. T. Gomes2016-10-2542-1/+434
* Fix cmpli usage in power6 memset.Joseph Myers2016-10-253-2/+9
* * sysdeps/unix/sysv/linux/fxstat.c: Remove useless cast.Yury Norov2016-10-247-6/+15
* Fix Linux sh4 pread/pwrite argument passingAdhemerval Zanella2016-10-2411-100/+35
* Fix -Wformat-length warning in tst-setgetname.cSteve Ellcey2016-10-242-1/+5
* math.h: Wrap C++ bits in extern "C++"Florian Weimer2016-10-222-2/+8
* Use -fno-builtin for sqrt benchmark.Joseph Myers2016-10-212-0/+5
* powerpc: Cleanup fenv_private.hPaul Murphy2016-10-212-103/+95
* math: Define iszero as a function template for C++ [BZ #20715]Florian Weimer2016-10-214-6/+116
* Use VSQRT instruction for ARM sqrt (bug 20660).Joseph Myers2016-10-203-0/+96
* Stop powerpc copysignl raising "invalid" for sNaN argument (bug 20718).Joseph Myers2016-10-193-9/+30
* Add getpayload, getpayloadf, getpayloadl.Joseph Myers2016-10-1942-7/+491
* Fix Linux fallocate tests for EOPNOTSUPPAdhemerval Zanella2016-10-183-2/+17
* Bug 20689: Fix FMA and AVX2 detection on IntelCarlos O'Donell2016-10-172-10/+20
* Define HIGH_ORDER_BIT_IS_SET_FOR_SNAN to 0 or 1.Joseph Myers2016-10-1723-36/+167
* S390: Fix fp comparison not raising FE_INVALID.Stefan Liebler2016-10-172-0/+40
* hppa: Optimize atomic_compare_and_exchange_val_acqJohn David Anglin2016-10-152-17/+14
* Add totalordermag, totalordermagf, totalordermagl.Joseph Myers2016-10-1547-8/+786
* Fix warnings from latest GCC.steve ellcey-CA Eng-Software2016-10-142-4/+9
* Clean up some complex functions raising FE_INVALID.Joseph Myers2016-10-145-29/+16
* Add more totalorder tests.Joseph Myers2016-10-122-0/+32
* Fix posix_fadvise64 build on mips64n64Adhemerval Zanella2016-10-122-0/+11
* X86: Don't assert on older Intel CPUs [BZ #20647]H.J. Lu2016-10-122-1/+9
* Add totalorder, totalorderf, totalorderl.Joseph Myers2016-10-1250-11/+958
* Consolidate Linux sync_file_range implementationsAdhemerval Zanella2016-10-118-94/+150
* resolv: Compile without -Wno-write-stringsFlorian Weimer2016-10-114-84/+89
* Avoid M_NAN + M_NAN in complex functions.Joseph Myers2016-10-113-6/+10