Age | Commit message (Expand) | Author |
2011-06-11 | ARM: #include <bits/arm_asm.h> where __USE_BX__ is used | Yann E. MORIN |
2011-06-10 | Fix __libc_epoll_pwait compile failure on x86 | Phil Blundell |
2011-05-27 | libc: make common longjmp usable with NPTL | Filippo Arcidiacono |
2011-05-27 | sh: use the common implementation for longjmp | Filippo Arcidiacono |
2011-05-27 | sh: fix build in !NPTL case | Filippo Arcidiacono |
2011-05-13 | unwind.h: Move to libc/sysdeps from nptl sysdeps | Khem Raj |
2011-05-13 | epoll: redo cancellation to match master | Bernhard Reutner-Fischer |
2011-05-13 | epoll.c: add cancellation to epoll_[p]wait() | Peter S. Mazinger |
2011-05-12 | NPTL: needs madvise internally | Bernhard Reutner-Fischer |
2011-05-12 | socket: fix stubs | Bernhard Reutner-Fischer |
2011-05-11 | epoll: unify epoll.h | Bernhard Reutner-Fischer |
2011-05-11 | commentary typo fix | Bernhard Reutner-Fischer |
2011-05-11 | Implement epoll_create1 and epoll_pwait system calls. | Thierry Reding |
2011-05-11 | add pipe2() | Bernhard Reutner-Fischer |
2011-05-11 | socketcalls: add stubs | Bernhard Reutner-Fischer |
2011-05-11 | accept4: Implement cancellation | Bernhard Reutner-Fischer |
2011-05-10 | getcwd: Fix memory-leak in error path | Bernhard Reutner-Fischer |
2011-05-10 | */crtn.S: Remove .size directive for _init and _fini | Bernhard Reutner-Fischer |
2011-05-07 | posix_fadvise64: fix x86 implementation | Timo Teräs |
2011-05-05 | i386: fix .size of _init/_fini | Bernhard Reutner-Fischer |
2011-05-05 | x86_64: fix .size of _init/_fini | Bernhard Reutner-Fischer |
2011-05-05 | Revert "*/crt?.S: remove .size directives" | Bernhard Reutner-Fischer |
2011-05-04 | */crt?.S: remove .size directives | Bernhard Reutner-Fischer |
2011-05-03 | buildsys: prettify ssp.c handling | Bernhard Reutner-Fischer |
2011-05-03 | madvise is LINUX_SPECIFIC | Bernhard Reutner-Fischer |
2011-04-29 | __rt_sigwaitinfo: depends on HAS_REALTIME | Bernhard Reutner-Fischer |
2011-04-27 | buildsys: minor fixes in Makefile.arch for C6X | Carmelo Amoroso |
2011-04-27 | buildsys: minor fixes in Makefile.arch for microblaze | Carmelo Amoroso |
2011-04-22 | sparc: don't access fp registers when configured for no fpu | Austin Foxley |
2011-04-14 | buildsys: do_rm ARCH_HEADERS | Bernhard Reutner-Fischer |
2011-04-13 | buildsys: fix GNU make v3.80 compatibility again | Kevin Cernekee |
2011-03-26 | cris: add provide arch-specific vfork implementation | Thorsten Glaser |
2011-03-19 | lutimes.c, stubs.c: fix compiling lutimes, if __NR_utimensat is not defined | Peter S. Mazinger |
2011-03-14 | arm/bits/atomic.h: Include common/bit/atomic.h for thumb1 | Khem Raj |
2011-03-10 | nanosleep.c: remove duplicated libc_hidden_proto | Peter S. Mazinger |
2011-03-09 | Add a missing macro to C6X syscalls.h. | Bernd Schmidt |
2011-03-09 | cleanup hardcoded syscall numbers | Mark Salter |
2011-03-09 | support c6x kernel using generic stat.h | Mark Salter |
2011-03-09 | support generic kernel posix_types.h | Mark Salter |
2011-03-09 | use clone syscall for vfork | Mark Salter |
2011-03-09 | remove unused vfork.c | Mark Salter |
2011-03-09 | Add C6X-specific sys/ptrace.h | Bernd Schmidt |
2011-03-09 | regcomp.c, aeabi_mb_cur_max.c: use unconditionally MB_CUR_MAX from stdlib.h | Peter S. Mazinger |
2011-03-09 | remove trailing ';' from _syscallX() | Peter S. Mazinger |
2011-03-09 | bits/statvfs.h: update, adding ST_RELATIME | Peter S. Mazinger |
2011-03-09 | add bits/atomic.h for hppa | Peter S. Mazinger |
2011-03-09 | bits/statvfs.h: the common one is good for alpha and sparc | Peter S. Mazinger |
2011-03-09 | bits/kernel_stat.h: no need for _LIBC guard, the file is not installed on target | Peter S. Mazinger |
2011-03-09 | bits/kernel_stat.h: use the same guard on all archs | Peter S. Mazinger |
2011-03-09 | types.h: remove __ipc_pid_t | Peter S. Mazinger |