Age | Commit message (Expand) | Author |
2012-06-15 | xstatconv: cleanup includes | Peter S. Mazinger |
2012-06-15 | not-cancel.h: update common version and make sure we use this one | Peter S. Mazinger |
2012-06-15 | pause.c: add back usage of pause syscall | Peter S. Mazinger |
2012-06-15 | not-cancel.h: use the non-cancellable functions in libc instead of inlining code | Peter S. Mazinger |
2012-06-15 | pread_write.c: make all archs use common code | Peter S. Mazinger |
2012-06-15 | add cancellation to generic pread_write | Peter S. Mazinger |
2012-06-15 | enable the common code for NPTL | Peter S. Mazinger |
2012-06-15 | poll, ppoll: use cancel.h | Peter S. Mazinger |
2012-06-15 | rework cancellation for sigwait, sigtimedwait and sigwaitinfo | Peter S. Mazinger |
2012-06-15 | lseek, lseek64: add cancellation for all THREADS | Peter S. Mazinger |
2012-06-15 | sigsuspend.c: add cancellation support independently of rt_sigsuspend | Peter S. Mazinger |
2012-06-15 | pselect.c: avoid handling cancellation twice | Peter S. Mazinger |
2012-06-15 | ioctl.c: use cancel.h | Peter S. Mazinger |
2012-06-15 | nanosleep.c: use cancel.h | Peter S. Mazinger |
2012-06-15 | wait.c: use cancel.h | Peter S. Mazinger |
2012-06-15 | fcntl: add cancellation to fcntl64, use cancel.h | Peter S. Mazinger |
2012-06-15 | waitid.c: use cancel.h | Peter S. Mazinger |
2012-06-15 | readv, writev: rewrite to use cancel.h | Peter S. Mazinger |
2012-06-15 | waitpid.c: provide __waitpid_nocancel, use cancel.h | Peter S. Mazinger |
2012-06-15 | open.c: add cancellation using cancel.h | Peter S. Mazinger |
2012-06-15 | open64.c: no need for separate cancellation, open handles it already | Peter S. Mazinger |
2012-06-15 | adapt fdatasync, fsync, msync to use cancel.h | Peter S. Mazinger |
2012-06-15 | creat*.c: add LIBC_CANCEL_HANDLED to know that it is cancellable (handled by ... | Peter S. Mazinger |
2012-06-15 | pause.c: use cancel.h, provide __libc_pause only for LT_OLD | Peter S. Mazinger |
2012-06-15 | select: adapt cancelation to use cancel.h | Peter S. Mazinger |
2012-06-15 | fork: provide __libc_fork only if THREADS are enabled | Peter S. Mazinger |
2012-06-15 | add cancellation for read, write, close | Peter S. Mazinger |
2012-06-15 | wait4.c: provide hidden __wait4_nocancel independent of any guards | Peter S. Mazinger |
2012-06-15 | vfork: make all archs consistent | Peter S. Mazinger |
2012-06-15 | utime[s]: avoid circular dependency | Peter S. Mazinger |
2012-06-15 | ustat.c: always_inline syscall | Peter S. Mazinger |
2012-06-15 | uname.c,unlink.c: whitespace only | Peter S. Mazinger |
2012-06-15 | umount: make umount2 depend on UCLIBC_LINUX_SPECIFIC | Peter S. Mazinger |
2012-06-15 | mount.c: whitespace only | Peter S. Mazinger |
2012-06-15 | times.c: whitespace only | Peter S. Mazinger |
2012-06-15 | umask.c: umask always succeeds, use _syscall_noerr1 | Peter S. Mazinger |
2012-06-15 | time.c: move included header for fallback case | Peter S. Mazinger |
2012-06-15 | gettimeofday.c: use the same type as in header | Peter S. Mazinger |
2012-06-15 | provide sysinfo stub | Peter S. Mazinger |
2012-06-15 | syscalls.h: remove unused headers | Peter S. Mazinger |
2012-06-15 | nanosleep.c, fsync.c: do not inline syscall, it is used twice | Peter S. Mazinger |
2012-06-15 | brk.c: remove libc_hidden_proto, always_inline syscall | Peter S. Mazinger |
2012-06-15 | sigsuspend.c: make build fail, if rt_sigsuspend is not available and NPTL is ... | Peter S. Mazinger |
2012-06-15 | symlink.c: Compile only if syscall is available | Peter S. Mazinger |
2012-06-15 | update acct.h | Peter S. Mazinger |
2012-06-15 | sync.c: simplify code | Peter S. Mazinger |
2012-06-15 | provide stime and settimeofday functions if at least one of the syscalls is a... | Peter S. Mazinger |
2012-06-15 | setuid.c: always_inline syscall | Peter S. Mazinger |
2012-06-15 | setsid.c: whitespace only | Peter S. Mazinger |
2012-06-15 | setpgrp.c: remove unneeded header | Peter S. Mazinger |