aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/generic
AgeCommit message (Expand)AuthorFilesLines
2014-04-03Factor mmap/munmap of PT_LOAD segments out of _dl_map_object_from_fd et al.Roland McGrath1-3/+1
2014-03-24S390: Define SIZE_MAX as unsigned long (BZ #16712).Stefan Liebler1-1/+5
2014-03-17Revert "Fix HP_SMALL_TIMING_AVAIL -Wundef warnings"Will Newton1-2/+2
2014-03-17Revert "Fix HAVE_RM_CTX -Wundef warnings"Will Newton1-1/+1
2014-03-17Fix HAVE_RM_CTX -Wundef warningsWill Newton1-1/+1
2014-03-17Fix HP_SMALL_TIMING_AVAIL -Wundef warningsWill Newton1-2/+2
2014-02-25BZ #16613: Support TLS in audit libraries.Carlos O'Donell1-0/+3
2014-02-12Combine __USE_BSD and __USE_SVID into __USE_MISC.Joseph Myers1-2/+2
2014-02-07Avoid comma operator warnings.Roland McGrath1-1/+1
2014-02-06Revert "Patch [1/4] async-signal safe TLS."Allan McRae1-5/+0
2014-02-06Revert "Patch 3/4 of the effort to make TLS access async-signal-safe."Allan McRae1-5/+0
2014-02-06Revert "Patch 2/4 of the effort to make TLS access async-signal-safe."Allan McRae1-6/+0
2014-01-10ARM: Disable compat mcount code when unneeded.Roland McGrath1-0/+42
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae75-75/+75
2013-12-18Patch 2/4 of the effort to make TLS access async-signal-safe.Paul Pluzhnikov1-0/+6
2013-12-18Patch 3/4 of the effort to make TLS access async-signal-safe.Paul Pluzhnikov1-0/+5
2013-12-18Patch [1/4] async-signal safe TLS.Paul Pluzhnikov1-0/+5
2013-11-21Adjust generic swapon prototype to match Linux version.Roland McGrath1-1/+1
2013-11-21Don't use broken DL_AUTO_FUNCTION_ADDRESS()Guy Martin1-2/+3
2013-10-08Consolidate multiple precision sin/cos functionsSiddhesh Poyarekar1-4/+2
2013-09-23BZ #15754: Fix test case for ARM.Carlos O'Donell1-1/+6
2013-09-23BZ #15754: CVE-2013-4788Carlos O'Donell1-0/+3
2013-09-18MIPS: IEEE 754-2008 NaN encoding supportMaciej W. Rozycki1-18/+21
2013-06-28Add GLRO(dl_hwcap2) for new AT_HWCAP2 auxv_t a_type.Ryan S. Arnold2-1/+5
2013-06-24[BZ #10283] localedef: align fixed maps to SHMLBAMike Frysinger1-0/+26
2013-06-12Fix unsafe compiler optimizationAdhemerval Zanella1-1/+6
2013-06-12Set/restore rounding mode only when neededSiddhesh Poyarekar1-14/+41
2013-06-11Add exception information to math-tests.h and use it in libm-test.inc.Joseph Myers1-0/+18
2013-06-10Add rounding mode information to math-tests.h and use it in libm-test.inc.Joseph Myers1-0/+18
2013-06-07Avoid use of "register" as optimization hint.Joseph Myers1-2/+2
2013-06-06Fix leading whitespaces.Ondrej Bilka1-1/+1
2013-06-05Skip modifying exception mask and flags in SET_RESTORE_ROUND_53BITSiddhesh Poyarekar1-6/+6
2013-05-29Avoid crashing in LD_DEBUG when program name is unavailableSiddhesh Poyarekar1-0/+5
2013-05-16Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold3-0/+4
2013-05-08Improve tgamma accuracy (bugs 2546, 2560, 5159, 15426).Joseph Myers1-0/+12
2013-05-07Declare _dl_skip_args in ldsodefs.h header.Roland McGrath1-0/+10
2013-05-06Flesh out stub not-cancel.h file.Roland McGrath1-0/+8
2013-04-25Get rid of __STDC_FORMAT_MACROS, __STDC_LIMIT_MACROS and __STDC_CONSTANT_MACROSPaul Pluzhnikov2-20/+0
2013-04-02New <math.h> macro named issignaling to check for a signaling NaN (sNaN).Thomas Schwinge1-0/+6
2013-03-28Make _dl_phdr pointer to const.Roland McGrath1-1/+1
2013-03-28Consolidate declarations of _dl_phdr, _dl_phnum.Roland McGrath1-0/+6
2013-03-21On 32-bit x86, disable certain tests involving sNaN values.Thomas Schwinge1-0/+36
2013-03-15Move _dl_non_dynamic_init, _dl_aux_init declarations.Roland McGrath1-0/+7
2013-03-06Remove powerpc64 bounded-pointers code.Joseph Myers1-25/+0
2013-03-01Fix NEED_DL_SYSINFO_DSO conditionals.Roland McGrath1-1/+1
2013-02-18unify xmalloc prototypes & friendsMike Frysinger1-7/+1
2013-02-18New function _dl_find_dso_for_objectSiddhesh Poyarekar1-0/+4
2013-02-13Remove __ptrvalue, __bounded and __unbounded.Joseph Myers1-2/+2
2013-02-08Remove CHECK_N and bp-checks.h.Joseph Myers1-49/+0
2013-02-08ARM: Support loading unmarked objects from cache.Carlos O'Donell1-0/+1