Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *: silence some warnings | Bernhard Reutner-Fischer | 2012-01-26 | 18 | -68/+111 |
* | syscall: flag ia64 syscall error path as unlikely | Bernhard Reutner-Fischer | 2012-01-26 | 1 | -2/+2 |
* | arm: tweak comment | Bernhard Reutner-Fischer | 2012-01-26 | 1 | -2/+2 |
* | i386/sigaction.c: slightly more readable form of [rt_]sigreturn definitions | Denys Vlasenko | 2012-01-18 | 1 | -5/+4 |
* | stubs: mark stubs as used | Bernhard Reutner-Fischer | 2012-01-18 | 1 | -0/+1 |
* | mips/dlfcn.h: Disable RTLD_DEEPBIND | Khem Raj | 2012-01-16 | 1 | -0/+2 |
* | x86_64: add PLT bypass for __sigsetjmp | Mike Frysinger | 2011-12-03 | 3 | -2/+7 |
* | buildsys: s/CROSS/CROSS_COMPILE/g | Carmelo Amoroso | 2011-11-25 | 1 | -3/+3 |
* | libc: do not rely upon ulimit kernel syscall. | Carmelo Amoroso | 2011-11-23 | 1 | -8/+0 |
* | Add a C6X-specific ipc.h. | Bernd Schmidt | 2011-11-14 | 1 | -0/+55 |
* | libc: flesh out linux scheduler functions | Henning Heinold | 2011-11-07 | 9 | -17/+277 |
* | ldso: support RTLD_NOLOAD | Timo Teräs | 2011-11-07 | 1 | -2/+2 |
* | powerpc: Fix typo in clone() | Bernhard Reutner-Fischer | 2011-11-04 | 1 | -1/+1 |
* | Add stub for eventfd. | Jean-Christian de Rivaz | 2011-11-04 | 1 | -0/+4 |
* | libm: implement a generic sincos(). | William Pitcock | 2011-11-04 | 1 | -1/+1 |
* | setegid: use setresgid conditionally | Bernhard Reutner-Fischer | 2011-11-02 | 1 | -0/+6 |
* | stubs: remove leftover undefs | Bernhard Reutner-Fischer | 2011-11-02 | 1 | -61/+0 |
* | stubs: handle linux module functions | Bernhard Reutner-Fischer | 2011-11-02 | 2 | -4/+5 |
* | stubs: handle linux-specific | Bernhard Reutner-Fischer | 2011-11-02 | 2 | -19/+184 |
* | stubs: fix inverted socket logic | Bernhard Reutner-Fischer | 2011-11-02 | 1 | -19/+19 |
* | stubs: undef linux specific unless they were asked for | Bernhard Reutner-Fischer | 2011-11-02 | 1 | -0/+34 |
* | Add eventfd support. | Jean-Christian de Rivaz | 2011-10-31 | 3 | -1/+68 |
* | sparc: fix build for linuxthreads.old | Rob Landley | 2011-10-27 | 1 | -1/+1 |
* | sh: fix build for SH in !NPTL case | Rob Landley | 2011-10-27 | 1 | -1/+1 |
* | microblaze mmu/elf/shared lib support | Ryan Flux | 2011-10-06 | 3 | -1/+40 |
* | microblaze linux has no SDA support | Steve Bennett | 2011-10-06 | 2 | -8/+0 |
* | microblaze can be either big or little endian | Steve Bennett | 2011-10-06 | 1 | -1/+8 |
* | Use the generic bits/select.h for microblaze | Steve Bennett | 2011-10-06 | 1 | -58/+0 |
* | ctor/dtor nptl: Fix init and fini function compilation | Khem Raj | 2011-06-13 | 1 | -15/+0 |
* | ARM: remove EABI/OABI selection | Yann E. MORIN | 2011-06-11 | 2 | -4/+9 |
* | ARM: detect BX availibility at build time | Yann E. MORIN | 2011-06-11 | 1 | -1/+8 |
* | ARM: #include <bits/arm_asm.h> where __USE_BX__ is used | Yann E. MORIN | 2011-06-11 | 1 | -0/+1 |
* | Fix __libc_epoll_pwait compile failure on x86 | Phil Blundell | 2011-06-10 | 1 | -2/+3 |
* | libc: make common longjmp usable with NPTL | Filippo Arcidiacono | 2011-05-27 | 1 | -2/+2 |
* | sh: use the common implementation for longjmp | Filippo Arcidiacono | 2011-05-27 | 3 | -62/+2 |
* | sh: fix build in !NPTL case | Filippo Arcidiacono | 2011-05-27 | 2 | -1/+5 |
* | unwind.h: Move to libc/sysdeps from nptl sysdeps | Khem Raj | 2011-05-13 | 2 | -0/+499 |
* | epoll: redo cancellation to match master | Bernhard Reutner-Fischer | 2011-05-13 | 1 | -15/+32 |
* | epoll.c: add cancellation to epoll_[p]wait() | Peter S. Mazinger | 2011-05-13 | 1 | -4/+21 |
* | NPTL: needs madvise internally | Bernhard Reutner-Fischer | 2011-05-12 | 1 | -4/+3 |
* | socket: fix stubs | Bernhard Reutner-Fischer | 2011-05-12 | 1 | -19/+19 |
* | epoll: unify epoll.h | Bernhard Reutner-Fischer | 2011-05-11 | 2 | -146/+24 |
* | commentary typo fix | Bernhard Reutner-Fischer | 2011-05-11 | 1 | -3/+3 |
* | Implement epoll_create1 and epoll_pwait system calls. | Thierry Reding | 2011-05-11 | 3 | -5/+87 |
* | add pipe2() | Bernhard Reutner-Fischer | 2011-05-11 | 4 | -1/+39 |
* | socketcalls: add stubs | Bernhard Reutner-Fischer | 2011-05-11 | 1 | -0/+94 |
* | accept4: Implement cancellation | Bernhard Reutner-Fischer | 2011-05-11 | 2 | -0/+16 |
* | getcwd: Fix memory-leak in error path | Bernhard Reutner-Fischer | 2011-05-10 | 1 | -1/+2 |
* | */crtn.S: Remove .size directive for _init and _fini | Bernhard Reutner-Fischer | 2011-05-10 | 14 | -28/+0 |
* | posix_fadvise64: fix x86 implementation | Timo Teräs | 2011-05-07 | 1 | -1/+3 |