Age | Commit message (Expand) | Author |
2012-06-15 | exec.c: remove duplicate attribute_hidden | Peter S. Mazinger |
2012-06-15 | vax/statfs.h: common one is good for vax | Peter S. Mazinger |
2012-06-15 | vax/machine-gmon.h: remove, unneeded | Peter S. Mazinger |
2012-06-15 | e1/bits/unistd.h: remove unneeded bits | Peter S. Mazinger |
2012-06-15 | xstatconv: cleanup includes | Peter S. Mazinger |
2012-06-15 | use open_not_cancel_2 instead of open_not_cancel | 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 | wrapsyscall.c: add cancellable fcntl64 | Peter S. Mazinger |
2012-06-15 | nptl: remove sigaction, sigprocmask, and sigfillset from libpthread | Austin Foxley |
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 | fork: do not add fork() to libpthread | Peter S. Mazinger |
2012-06-15 | make NPTL's getpid behave similar to the common one | 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 | ptfork.c: use strong_alias for vfork | 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 | endian.h: add some handy macros to be used in syscalls | Peter S. Mazinger |
2012-06-15 | cancel.h: add generic file to ease cancellation support | 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 |