summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* 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
* add pipe2()Bernhard Reutner-Fischer2011-05-114-1/+39
* socketcalls: add stubsBernhard Reutner-Fischer2011-05-111-0/+94
* accept4: Implement cancellationBernhard Reutner-Fischer2011-05-112-0/+16
* getcwd: Fix memory-leak in error pathBernhard Reutner-Fischer2011-05-101-1/+2
* */crtn.S: Remove .size directive for _init and _finiBernhard Reutner-Fischer2011-05-1014-28/+0
* posix_fadvise64: fix x86 implementationTimo Teräs2011-05-071-1/+3
* i386: fix .size of _init/_finiBernhard Reutner-Fischer2011-05-051-2/+2
* x86_64: fix .size of _init/_finiBernhard Reutner-Fischer2011-05-051-2/+2
* Revert "*/crt?.S: remove .size directives"Bernhard Reutner-Fischer2011-05-0524-0/+39