summaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)Author
2014-12-19Replace -Wno-error with -fno-builtin-lroundH.J. Lu
2014-12-19i386: Move futex functions from lowlevellock.h to lowlevellock-futex.h.Torvald Riegel
2014-12-19Use generic lowlevellock-futex.h in x86_64 lowlevellock.h.Torvald Riegel
2014-12-19sh: Remove custom lowlevellock, barrier, condvar, and rwlock implementations.Torvald Riegel
2014-12-19Compile s_llround.c with -Wno-error for x32 buildH.J. Lu
2014-12-19Replace 1L with (mp_limb_t) 1H.J. Lu
2014-12-17NPTL: Move fork state variables to initializer files.Roland McGrath
2014-12-17NPTL: Remove gratuitous Linuxisms from gai_misc.h.Roland McGrath
2014-12-17Fix profil_counter namespace (bug 17725).Joseph Myers
2014-12-16Use PTR_MANGLE on libgcc unwinder function pointers.Roland McGrath
2014-12-16Revert "Use pragmas rather than makefiles for necessary options for unwind co...Roland McGrath
2014-12-16Use pragmas rather than makefiles for necessary options for unwind code.Roland McGrath
2014-12-16Fix x86_64 memrchr namespace (bug 17719).Joseph Myers
2014-12-16Fix resolver if_* namespace (bug 17717).Joseph Myers
2014-12-15Add comments for the generic lowlevellock implementation.Torvald Riegel
2014-12-15Remove custom pthread_once implementation on s390.Torvald Riegel
2014-12-12NPTL: Refactor named semaphore code to use shm-directory.hRoland McGrath
2014-12-11Refactor shm_{open,unlink} code to separate Linux-specific directory choice f...Roland McGrath
2014-12-12* Fix SH specific compiler warnings which are for integer-pointerKaz Kojima
2014-12-11Move semaphore.h to sysdeps/pthread/.Joseph Myers
2014-12-11tile: add inhibit_loop_to_libcall to string functionsChris Metcalf
2014-12-11 * sysdeps/mips/dl-trampoline.c: Modify switch expression to haveSteve Ellcey
2014-12-11S/390: Get rid of assembler warning value truncated.Stefan Liebler
2014-12-11powerpc: Fix lgammal_r overflow warningsAdhemerval Zanella
2014-12-11Properly handle forced elision in pthread_mutex_trylock (bug 16657)Andreas Schwab
2014-12-10Fix MIPS waitid build.Joseph Myers
2014-12-10Fix MIPS sigaction build.Joseph Myers
2014-12-10Fix strftime wcschr namespace (bug 17634).Joseph Myers
2014-12-10Don't touch user-controlled stdio locks in forked child (bug 12847)Andreas Schwab
2014-12-10[AArch64] Fix strchrnul clobbering v15Richard Earnshaw
2014-12-09Remove custom pthread_once implementation on sh.Torvald Riegel
2014-12-06Fix pthreads getrlimit, gettimeofday namespace (bug 17682).Joseph Myers
2014-12-02Fix getifaddrs, freeifaddrs namespace (bug 17668).Joseph Myers
2014-12-02mips: Do not use jal to reach __libc_start_mainPetar Jovanovic
2014-12-02powerpc: Add powerpc64 strpbrk optimizationAdhemerval Zanella
2014-12-02powerpc: Add powerpc64 strcspn optimizationAdhemerval Zanella
2014-12-02powerpc: Add powerpc64 strspn optimizationAdhemerval Zanella
2014-12-01powerpc: strtok{_r} optimization for powerpc64Rajalakshmi Srinivasaraghavan
2014-11-27Recognize recent x86 CPUs in string.hJ. Brown
2014-11-26Fix sysdeps/mips/__longjmp.c warning.Joseph Myers
2014-11-26Fix sysdeps/unix/sysv/linux/arm/libc-do-syscall.S warning.Joseph Myers
2014-11-26FIx ldbl-128ibm frexpl for 32-bit systems (bug 16619, bug 16740).Joseph Myers
2014-11-26powerpc: Fix missing barriers in atomic_exchange_and_add_{acq,rel}Adhemerval Zanella
2014-11-25powerpc: Fix __arch_compare_and_exchange_bool_64_relAnton Blanchard
2014-11-24sysdeps/x86_64/start.S doesn't have a .size elf directive for _start.Brooks Moses
2014-11-24Define CLOCK_TAI on Linux (bug 17608)Ryan Cumming
2014-11-24Remove NOT_IN_libcSiddhesh Poyarekar
2014-11-24Remove IS_IN_rtldSiddhesh Poyarekar
2014-11-24Remove IS_IN_libmSiddhesh Poyarekar
2014-11-24Remove IS_IN_libpthreadSiddhesh Poyarekar