summaryrefslogtreecommitdiff
path: root/sysdeps/generic
Commit message (Expand)AuthorAgeFilesLines
* Use STB_SECONDARY on pthread functions in libchjl/pthread/2.21H.J. Lu2015-09-161-0/+12
* Fix recursive dlopen.Carlos O'Donell2015-01-211-2/+2
* Clean up allocrtsig code.Roland McGrath2015-01-081-27/+0
* Fix libm feupdateenv namespace (bug 17748).Joseph Myers2015-01-071-3/+3
* Fix libm fesetround namespace (bug 17748).Joseph Myers2015-01-071-4/+4
* Fix libm fesetenv namespace (bug 17748).Joseph Myers2015-01-061-2/+2
* ARM: Consolidate with generic unwinder wrapper codeRoland McGrath2015-01-051-0/+33
* Fix libm feholdexcept namespace (bug 17748).Joseph Myers2015-01-051-2/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-0281-81/+81
* Fix libm fegetenv namespace (bug 17748).Joseph Myers2014-12-311-2/+2
* Add hidden __tls_get_addr/___tls_get_addr aliasH.J. Lu2014-12-211-4/+3
* Fix profil_counter namespace (bug 17725).Joseph Myers2014-12-171-1/+1
* Remove NOT_IN_libcSiddhesh Poyarekar2014-11-242-3/+3
* Remove IS_IN_rtldSiddhesh Poyarekar2014-11-243-8/+8
* Run check-localpltk/textrel/execstack over ld.so.Carlos O'Donell2014-11-061-0/+9
* Remove INTDEF / INTUSE / INTVARDEF (bug 14132).Joseph Myers2014-11-051-3/+1
* Don't use INTDEF/INTUSE with _dl_mcount (bug 14132).Joseph Myers2014-11-051-2/+1
* Don't use INTDEF/INTUSE with _dl_argv (bug 14132).Joseph Myers2014-11-041-8/+2
* Don't use INTDEF/INTUSE in unwind-dw2-fde.c (bug 14132).Joseph Myers2014-10-281-15/+18
* Add __safe_fatal and use it in __pthread_unwind forwarder fallback.Roland McGrath2014-07-311-0/+37
* Use __builtin_trap for ABORT_INSTRUCTION.Roland McGrath2014-07-311-1/+30
* Fix Wundef warning for __cplusplusSiddhesh Poyarekar2014-07-091-1/+1
* Add comment for MEMCPY_OK_FOR_FWD_MEMMOVESiddhesh Poyarekar2014-07-051-0/+3
* Rely on HP_TIMING_AVAIL implies HP_SMALL_TIMING_AVAILRichard Henderson2014-07-031-1/+1
* Always provide HP_SMALL_TIMING_AVAILRichard Henderson2014-07-031-0/+1
* Unify hp-timing implementationsRichard Henderson2014-07-032-31/+63
* Remove HP_TIMING_DIFF_INIT and dl_hp_timing_overheadRichard Henderson2014-07-032-9/+0
* Removing HP_TIMING_ACCUM as unusedRichard Henderson2014-07-031-8/+2
* Removing HP_TIMING_ZERO as unusedRichard Henderson2014-07-031-3/+0
* Fix -Wundef warning on PAGE_COPY_THRESHOLDSiddhesh Poyarekar2014-07-032-45/+50
* Fix Wundef warning for MEMCPY_OK_FOR_FWD_MEMMOVESiddhesh Poyarekar2014-06-281-0/+2
* Remove configure tests for assembler CFI support.Joseph Myers2014-06-261-61/+39
* Remove stray includes of kernel-features.h.Joseph Myers2014-06-251-1/+0
* Add missing #include in get-rounding-mode.hRoland McGrath2014-06-231-0/+1
* Add generic HAVE_RM_CTX implementationWilco Dijkstra2014-06-231-19/+96
* Add fallback file for elide.hAndi Kleen2014-06-141-0/+25
* Remove second argument from TLS_INIT_TP macroAndreas Schwab2014-05-271-4/+3
* Clean up __exit_thread.Roland McGrath2014-05-131-0/+28
* More fixes for unsafe compiler optimizationAdhemerval Zanella2014-04-301-0/+1
* Add fenv test support for targets which don't have FP traps.Wilco2014-04-171-0/+11
* Factor mmap/munmap of PT_LOAD segments out of _dl_map_object_from_fd et al.Roland McGrath2014-04-031-3/+1
* S390: Define SIZE_MAX as unsigned long (BZ #16712).Stefan Liebler2014-03-241-1/+5
* Revert "Fix HP_SMALL_TIMING_AVAIL -Wundef warnings"Will Newton2014-03-171-2/+2
* Revert "Fix HAVE_RM_CTX -Wundef warnings"Will Newton2014-03-171-1/+1
* Fix HAVE_RM_CTX -Wundef warningsWill Newton2014-03-171-1/+1
* Fix HP_SMALL_TIMING_AVAIL -Wundef warningsWill Newton2014-03-171-2/+2
* BZ #16613: Support TLS in audit libraries.Carlos O'Donell2014-02-251-0/+3
* Combine __USE_BSD and __USE_SVID into __USE_MISC.Joseph Myers2014-02-121-2/+2
* Avoid comma operator warnings.Roland McGrath2014-02-071-1/+1
* Revert "Patch [1/4] async-signal safe TLS."Allan McRae2014-02-061-5/+0