about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Split __kernel_standard* functions (fixes bug 17724).Joseph Myers2014-12-223-90/+154
* Call libc_fetestexcept_aarch64.Wilco Dijkstra2014-12-221-7/+2
* Call libc_fesetround_aarch64.Wilco Dijkstra2014-12-221-20/+5
* Fix resolver bind, getsockname namespace (bug 17733).Joseph Myers2014-12-222-4/+0
* tile: separate ffsll from ffsChris Metcalf2014-12-212-11/+33
* tile: remove localplt.data and use generic one again.Chris Metcalf2014-12-211-18/+0
* Add hidden __tls_get_addr/___tls_get_addr aliasH.J. Lu2014-12-215-15/+10
* m68k: remove @PLTPC from _dl_init callAndreas Schwab2014-12-211-1/+1
* Remove @PLT from "call _dl_init@PLT" in _dl_start_userH.J. Lu2014-12-212-2/+2
* tile: provide localplt.data with __tls_get_addr optionalChris Metcalf2014-12-201-0/+18
* tilegx: fix strstr to build and link betterChris Metcalf2014-12-191-1/+2
* Remove trailing white space.Steve Ellcey2014-12-191-1/+0
* 2014-12-19 Steve Ellcey <sellcey@imgtec.com>Steve Ellcey2014-12-196-0/+182
* 2014-12-19 Steve Ellcey <sellcey@imgtec.com>Steve Ellcey2014-12-192-4/+16
* Fix soft-fp build warning on sparc about strict aliasing.David S. Miller2014-12-191-6/+11
* Replace -Wno-error with -fno-builtin-lroundH.J. Lu2014-12-191-2/+2
* i386: Move futex functions from lowlevellock.h to lowlevellock-futex.h.Torvald Riegel2014-12-192-110/+157
* Use generic lowlevellock-futex.h in x86_64 lowlevellock.h.Torvald Riegel2014-12-192-120/+24
* sh: Remove custom lowlevellock, barrier, condvar, and rwlock implementations.Torvald Riegel2014-12-1919-5572/+0
* Compile s_llround.c with -Wno-error for x32 buildH.J. Lu2014-12-191-0/+6
* Replace 1L with (mp_limb_t) 1H.J. Lu2014-12-191-1/+1
* NPTL: Move fork state variables to initializer files.Roland McGrath2014-12-171-8/+0
* NPTL: Remove gratuitous Linuxisms from gai_misc.h.Roland McGrath2014-12-171-6/+6
* Fix profil_counter namespace (bug 17725).Joseph Myers2014-12-1714-20/+29
* Use PTR_MANGLE on libgcc unwinder function pointers.Roland McGrath2014-12-161-3/+12
* Revert "Use pragmas rather than makefiles for necessary options for unwind co...Roland McGrath2014-12-164-6/+2
* Use pragmas rather than makefiles for necessary options for unwind code.Roland McGrath2014-12-164-2/+6
* Fix x86_64 memrchr namespace (bug 17719).Joseph Myers2014-12-161-3/+3
* Fix resolver if_* namespace (bug 17717).Joseph Myers2014-12-162-15/+26
* Add comments for the generic lowlevellock implementation.Torvald Riegel2014-12-151-9/+82
* Remove custom pthread_once implementation on s390.Torvald Riegel2014-12-151-110/+0
* NPTL: Refactor named semaphore code to use shm-directory.hRoland McGrath2014-12-128-7/+61
* Refactor shm_{open,unlink} code to separate Linux-specific directory choice f...Roland McGrath2014-12-118-282/+276
* * Fix SH specific compiler warnings which are for integer-pointerKaz Kojima2014-12-124-5/+5
* Move semaphore.h to sysdeps/pthread/.Joseph Myers2014-12-111-0/+78
* tile: add inhibit_loop_to_libcall to string functionsChris Metcalf2014-12-113-3/+3
* * sysdeps/mips/dl-trampoline.c: Modify switch expression to haveSteve Ellcey2014-12-111-1/+1
* S/390: Get rid of assembler warning value truncated.Stefan Liebler2014-12-111-1/+1
* powerpc: Fix lgammal_r overflow warningsAdhemerval Zanella2014-12-111-1/+9
* Properly handle forced elision in pthread_mutex_trylock (bug 16657)Andreas Schwab2014-12-112-10/+0
* Fix MIPS waitid build.Joseph Myers2014-12-101-0/+7
* Fix MIPS sigaction build.Joseph Myers2014-12-101-0/+12
* Fix strftime wcschr namespace (bug 17634).Joseph Myers2014-12-107-15/+34
* Don't touch user-controlled stdio locks in forked child (bug 12847)Andreas Schwab2014-12-101-1/+2
* [AArch64] Fix strchrnul clobbering v15Richard Earnshaw2014-12-101-1/+1
* Remove custom pthread_once implementation on sh.Torvald Riegel2014-12-091-257/+0
* Fix pthreads getrlimit, gettimeofday namespace (bug 17682).Joseph Myers2014-12-062-1/+2
* Fix getifaddrs, freeifaddrs namespace (bug 17668).Joseph Myers2014-12-022-8/+12
* mips: Do not use jal to reach __libc_start_mainPetar Jovanovic2014-12-021-2/+6
* powerpc: Add powerpc64 strpbrk optimizationAdhemerval Zanella2014-12-026-147/+25