aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/generic
AgeCommit message (Expand)AuthorFilesLines
2015-12-22Harmonize generic stdio-lock support with nptlSamuel Thibault1-5/+18
2015-11-24Replace MUTEX_INITIALIZER with _LIBC_LOCK_INITIALIZER in generic codeFlorian Weimer1-1/+0
2015-11-06Simplify the abilist formatFlorian Weimer10-20/+0
2015-10-17malloc: Rewrite with explicit TLS access using __threadFlorian Weimer1-7/+0
2015-10-15Mark _dl_catch_error hiddenH.J. Lu1-0/+12
2015-10-15Mark internal _itoa functions hiddenH.J. Lu1-2/+3
2015-10-15Mark internal _dl_XXX functions hiddenH.J. Lu2-19/+25
2015-10-15Mark _wordcopy_XXX functions hiddenH.J. Lu1-4/+8
2015-10-15Always enable pointer guard [BZ #18928]Florian Weimer1-3/+0
2015-10-09Fix lrint, llrint, lround, llround missing exceptions for MIPS (bug 16399).Joseph Myers1-0/+31
2015-10-05Work around powerpc32 integer 0 converting to -0 (bug 887, bug 19049, bug 190...Joseph Myers1-0/+27
2015-09-28Fix clog, clog10 inaccuracy (bug 19016).Joseph Myers1-2/+2
2015-09-23Refactor code forcing underflow exceptions.Joseph Myers1-0/+52
2015-09-18Avoid excess range overflowing results from cosh, sinh, lgamma (bug 18980).Joseph Myers1-0/+24
2015-09-11Move bits/atomic.h to atomic-machine.h (bug 14912).Joseph Myers1-0/+42
2015-09-10Fix lgamma (negative) inaccuracy (bug 2542, bug 2543, bug 2558).Joseph Myers1-0/+16
2015-09-08Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers4-3/+143
2015-09-04Rename bits/linkmap.h to linkmap.h (bug 14912).Joseph Myers1-0/+4
2015-09-04Rename bits/stdio-lock.h to stdio-lock.h (bug 14912).Joseph Myers1-0/+57
2015-09-03Rename bits/libc-tsd.h to libc-tsd.h (bug 14912).Joseph Myers1-0/+60
2015-08-26Adjust _Unwind_Word in unwind.h to version in libgcc.Stefan Liebler1-2/+2
2015-07-14Factor file identity rules out of generic rtld code.Roland McGrath1-0/+46
2015-05-14Refactoring of START for conditions in individual testsAndrew Senkevich1-0/+24
2015-03-31Add ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA to x86H.J. Lu1-1/+11
2015-03-04Define ETH_ALEN in generic <netinet/if_ether.h>.Roland McGrath1-3/+3
2015-02-13Add placeholder c++-types.data and *.abilist files.Roland McGrath11-0/+22
2015-01-21Fix recursive dlopen.Carlos O'Donell1-2/+2
2015-01-08Clean up allocrtsig code.Roland McGrath1-27/+0
2015-01-07Fix libm feupdateenv namespace (bug 17748).Joseph Myers1-3/+3
2015-01-07Fix libm fesetround namespace (bug 17748).Joseph Myers1-4/+4
2015-01-06Fix libm fesetenv namespace (bug 17748).Joseph Myers1-2/+2
2015-01-05ARM: Consolidate with generic unwinder wrapper codeRoland McGrath1-0/+33
2015-01-05Fix libm feholdexcept namespace (bug 17748).Joseph Myers1-2/+2
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers81-81/+81
2014-12-31Fix libm fegetenv namespace (bug 17748).Joseph Myers1-2/+2
2014-12-21Add hidden __tls_get_addr/___tls_get_addr aliasH.J. Lu1-4/+3
2014-12-17Fix profil_counter namespace (bug 17725).Joseph Myers1-1/+1
2014-11-24Remove NOT_IN_libcSiddhesh Poyarekar2-3/+3
2014-11-24Remove IS_IN_rtldSiddhesh Poyarekar3-8/+8
2014-11-06Run check-localpltk/textrel/execstack over ld.so.Carlos O'Donell1-0/+9
2014-11-05Remove INTDEF / INTUSE / INTVARDEF (bug 14132).Joseph Myers1-3/+1
2014-11-05Don't use INTDEF/INTUSE with _dl_mcount (bug 14132).Joseph Myers1-2/+1
2014-11-04Don't use INTDEF/INTUSE with _dl_argv (bug 14132).Joseph Myers1-8/+2
2014-10-28Don't use INTDEF/INTUSE in unwind-dw2-fde.c (bug 14132).Joseph Myers1-15/+18
2014-07-31Add __safe_fatal and use it in __pthread_unwind forwarder fallback.Roland McGrath1-0/+37
2014-07-31Use __builtin_trap for ABORT_INSTRUCTION.Roland McGrath1-1/+30
2014-07-09Fix Wundef warning for __cplusplusSiddhesh Poyarekar1-1/+1
2014-07-05Add comment for MEMCPY_OK_FOR_FWD_MEMMOVESiddhesh Poyarekar1-0/+3
2014-07-03Rely on HP_TIMING_AVAIL implies HP_SMALL_TIMING_AVAILRichard Henderson1-1/+1
2014-07-03Always provide HP_SMALL_TIMING_AVAILRichard Henderson1-0/+1