Age | Commit message (Expand) | Author |
2012-06-15 | include pthreadP.h for SIGCANCEL | Peter S. Mazinger |
2012-06-15 | sigset-cvt-mask.h: add a guard to allow including it twice | Peter S. Mazinger |
2012-06-15 | signal: remove sigblock, siggetmask and sigsetmask | Peter S. Mazinger |
2012-06-15 | bits/types.h: remove thread types, users should include pthread.h | Peter S. Mazinger |
2012-06-15 | error.c: no need for __error and __error_at_line | Peter S. Mazinger |
2012-06-15 | fts.c: add a comment about wrong usage of _lfs_64.h | Peter S. Mazinger |
2012-06-15 | sigqueue.c: rewrite a bit | Peter S. Mazinger |
2012-06-15 | add posix_madvise.c | Peter S. Mazinger |
2012-06-15 | change _NSIG / 8 to __SYSCALL_SIGSET_T_SIZE in common code | Peter S. Mazinger |
2012-06-15 | make arch specific cacheflush, readahead and sysmips LINUX_SPECIFIC dependent | Peter S. Mazinger |
2012-06-15 | shm.c: do not use __libc_X internally | Peter S. Mazinger |
2012-06-15 | sigqueue.c: do not use __libc_X name internally | Peter S. Mazinger |
2012-06-15 | sigpause.c: provide the X/Open variant, since the BSD version is deprecated | Peter S. Mazinger |
2012-06-15 | socketcalls.c: rewrite to use cancel.h | Peter S. Mazinger |
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 | 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 |