Age | Commit message (Expand) | Author |
2012-06-15 | NPTL: rename __new_sem_* to sem_* | Peter S. Mazinger |
2012-06-15 | linuxthreads.old: remove __old_sem_* and rename __new_sem_* to sem_* | 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 | 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 |