aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2014-12-21tile: remove localplt.data and use generic one again.Chris Metcalf1-18/+0
2014-12-21Add hidden __tls_get_addr/___tls_get_addr aliasH.J. Lu5-15/+10
2014-12-21m68k: remove @PLTPC from _dl_init callAndreas Schwab1-1/+1
2014-12-21Remove @PLT from "call _dl_init@PLT" in _dl_start_userH.J. Lu2-2/+2
2014-12-20tile: provide localplt.data with __tls_get_addr optionalChris Metcalf1-0/+18
2014-12-19tilegx: fix strstr to build and link betterChris Metcalf1-1/+2
2014-12-19Remove trailing white space.Steve Ellcey1-1/+0
2014-12-192014-12-19 Steve Ellcey <sellcey@imgtec.com>Steve Ellcey6-0/+182
2014-12-192014-12-19 Steve Ellcey <sellcey@imgtec.com>Steve Ellcey2-4/+16
2014-12-19Fix soft-fp build warning on sparc about strict aliasing.David S. Miller1-6/+11
2014-12-19Replace -Wno-error with -fno-builtin-lroundH.J. Lu1-2/+2
2014-12-19i386: Move futex functions from lowlevellock.h to lowlevellock-futex.h.Torvald Riegel2-110/+157
2014-12-19Use generic lowlevellock-futex.h in x86_64 lowlevellock.h.Torvald Riegel2-120/+24
2014-12-19sh: Remove custom lowlevellock, barrier, condvar, and rwlock implementations.Torvald Riegel19-5572/+0
2014-12-19Compile s_llround.c with -Wno-error for x32 buildH.J. Lu1-0/+6
2014-12-19Replace 1L with (mp_limb_t) 1H.J. Lu1-1/+1
2014-12-17NPTL: Move fork state variables to initializer files.Roland McGrath1-8/+0
2014-12-17NPTL: Remove gratuitous Linuxisms from gai_misc.h.Roland McGrath1-6/+6
2014-12-17Fix profil_counter namespace (bug 17725).Joseph Myers14-20/+29
2014-12-16Use PTR_MANGLE on libgcc unwinder function pointers.Roland McGrath1-3/+12
2014-12-16Revert "Use pragmas rather than makefiles for necessary options for unwind co...Roland McGrath4-6/+2
2014-12-16Use pragmas rather than makefiles for necessary options for unwind code.Roland McGrath4-2/+6
2014-12-16Fix x86_64 memrchr namespace (bug 17719).Joseph Myers1-3/+3
2014-12-16Fix resolver if_* namespace (bug 17717).Joseph Myers2-15/+26
2014-12-15Add comments for the generic lowlevellock implementation.Torvald Riegel1-9/+82
2014-12-15Remove custom pthread_once implementation on s390.Torvald Riegel1-110/+0
2014-12-12NPTL: Refactor named semaphore code to use shm-directory.hRoland McGrath8-7/+61
2014-12-11Refactor shm_{open,unlink} code to separate Linux-specific directory choice f...Roland McGrath8-282/+276
2014-12-12* Fix SH specific compiler warnings which are for integer-pointerKaz Kojima4-5/+5
2014-12-11Move semaphore.h to sysdeps/pthread/.Joseph Myers1-0/+78
2014-12-11tile: add inhibit_loop_to_libcall to string functionsChris Metcalf3-3/+3
2014-12-11 * sysdeps/mips/dl-trampoline.c: Modify switch expression to haveSteve Ellcey1-1/+1
2014-12-11S/390: Get rid of assembler warning value truncated.Stefan Liebler1-1/+1
2014-12-11powerpc: Fix lgammal_r overflow warningsAdhemerval Zanella1-1/+9
2014-12-11Properly handle forced elision in pthread_mutex_trylock (bug 16657)Andreas Schwab2-10/+0
2014-12-10Fix MIPS waitid build.Joseph Myers1-0/+7
2014-12-10Fix MIPS sigaction build.Joseph Myers1-0/+12
2014-12-10Fix strftime wcschr namespace (bug 17634).Joseph Myers7-15/+34
2014-12-10Don't touch user-controlled stdio locks in forked child (bug 12847)Andreas Schwab1-1/+2
2014-12-10[AArch64] Fix strchrnul clobbering v15Richard Earnshaw1-1/+1
2014-12-09Remove custom pthread_once implementation on sh.Torvald Riegel1-257/+0
2014-12-06Fix pthreads getrlimit, gettimeofday namespace (bug 17682).Joseph Myers2-1/+2
2014-12-02Fix getifaddrs, freeifaddrs namespace (bug 17668).Joseph Myers2-8/+12
2014-12-02mips: Do not use jal to reach __libc_start_mainPetar Jovanovic1-2/+6
2014-12-02powerpc: Add powerpc64 strpbrk optimizationAdhemerval Zanella6-147/+25
2014-12-02powerpc: Add powerpc64 strcspn optimizationAdhemerval Zanella6-145/+23
2014-12-02powerpc: Add powerpc64 strspn optimizationAdhemerval Zanella6-160/+27
2014-12-01powerpc: strtok{_r} optimization for powerpc64Rajalakshmi Srinivasaraghavan2-0/+250
2014-11-27Recognize recent x86 CPUs in string.hJ. Brown1-1/+6
2014-11-26Fix sysdeps/mips/__longjmp.c warning.Joseph Myers1-3/+1