summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux
Commit message (Expand)AuthorAgeFilesLines
* lstat/stat/fstat: Use 64bit version of syscall if availablemasterKhem Raj2012-02-053-13/+42
* Declare __err and pass it to INTERNAL_SYSCALL_NCS so subsequent macros can us...Khem Raj2012-02-051-2/+2
* tmpnam, tempnam are obsolete in SUSV4Bernhard Reutner-Fischer2012-01-292-1/+5
* *: if !HAS_THREADS strong alias sigactionBernhard Reutner-Fischer2012-01-288-2/+45
* buildsys: fixup sigaction handlingBernhard Reutner-Fischer2012-01-285-19/+5
* libc_arm: avoid multiple version of __aeabi_unwind_cpp_pr dummy codeCarmelo Amoroso2012-01-271-2/+1
* *: silence some warningsBernhard Reutner-Fischer2012-01-2618-68/+111
* syscall: flag ia64 syscall error path as unlikelyBernhard Reutner-Fischer2012-01-261-2/+2
* arm: tweak commentBernhard Reutner-Fischer2012-01-261-2/+2
* i386/sigaction.c: slightly more readable form of [rt_]sigreturn definitionsDenys Vlasenko2012-01-181-5/+4
* stubs: mark stubs as usedBernhard Reutner-Fischer2012-01-181-0/+1
* mips/dlfcn.h: Disable RTLD_DEEPBINDKhem Raj2012-01-161-0/+2
* x86_64: add PLT bypass for __sigsetjmpMike Frysinger2011-12-033-2/+7
* buildsys: s/CROSS/CROSS_COMPILE/gCarmelo Amoroso2011-11-251-3/+3
* libc: do not rely upon ulimit kernel syscall.Carmelo Amoroso2011-11-231-8/+0
* Add a C6X-specific ipc.h.Bernd Schmidt2011-11-141-0/+55
* libc: flesh out linux scheduler functionsHenning Heinold2011-11-079-17/+277
* ldso: support RTLD_NOLOADTimo Teräs2011-11-071-2/+2
* powerpc: Fix typo in clone()Bernhard Reutner-Fischer2011-11-041-1/+1
* Add stub for eventfd.Jean-Christian de Rivaz2011-11-041-0/+4
* libm: implement a generic sincos().William Pitcock2011-11-041-1/+1
* setegid: use setresgid conditionallyBernhard Reutner-Fischer2011-11-021-0/+6
* stubs: remove leftover undefsBernhard Reutner-Fischer2011-11-021-61/+0
* stubs: handle linux module functionsBernhard Reutner-Fischer2011-11-022-4/+5
* stubs: handle linux-specificBernhard Reutner-Fischer2011-11-022-19/+184
* stubs: fix inverted socket logicBernhard Reutner-Fischer2011-11-021-19/+19
* stubs: undef linux specific unless they were asked forBernhard Reutner-Fischer2011-11-021-0/+34
* Add eventfd support.Jean-Christian de Rivaz2011-10-313-1/+68
* sparc: fix build for linuxthreads.oldRob Landley2011-10-271-1/+1
* sh: fix build for SH in !NPTL caseRob Landley2011-10-271-1/+1
* microblaze mmu/elf/shared lib supportRyan Flux2011-10-063-1/+40
* microblaze linux has no SDA supportSteve Bennett2011-10-062-8/+0
* microblaze can be either big or little endianSteve Bennett2011-10-061-1/+8
* Use the generic bits/select.h for microblazeSteve Bennett2011-10-061-58/+0
* ctor/dtor nptl: Fix init and fini function compilationKhem Raj2011-06-131-15/+0
* ARM: remove EABI/OABI selectionYann E. MORIN2011-06-112-4/+9
* ARM: detect BX availibility at build timeYann E. MORIN2011-06-111-1/+8
* ARM: #include <bits/arm_asm.h> where __USE_BX__ is usedYann E. MORIN2011-06-111-0/+1
* Fix __libc_epoll_pwait compile failure on x86Phil Blundell2011-06-101-2/+3
* libc: make common longjmp usable with NPTLFilippo Arcidiacono2011-05-271-2/+2
* sh: use the common implementation for longjmpFilippo Arcidiacono2011-05-273-62/+2
* sh: fix build in !NPTL caseFilippo Arcidiacono2011-05-272-1/+5
* unwind.h: Move to libc/sysdeps from nptl sysdepsKhem Raj2011-05-132-0/+499
* epoll: redo cancellation to match masterBernhard Reutner-Fischer2011-05-131-15/+32
* epoll.c: add cancellation to epoll_[p]wait()Peter S. Mazinger2011-05-131-4/+21
* NPTL: needs madvise internallyBernhard Reutner-Fischer2011-05-121-4/+3
* socket: fix stubsBernhard Reutner-Fischer2011-05-121-19/+19
* epoll: unify epoll.hBernhard Reutner-Fischer2011-05-112-146/+24
* commentary typo fixBernhard Reutner-Fischer2011-05-111-3/+3
* Implement epoll_create1 and epoll_pwait system calls.Thierry Reding2011-05-113-5/+87