summaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)Author
2012-06-15rework cancellation for sigwait, sigtimedwait and sigwaitinfoPeter S. Mazinger
2012-06-15lseek, lseek64: add cancellation for all THREADSPeter S. Mazinger
2012-06-15sigsuspend.c: add cancellation support independently of rt_sigsuspendPeter S. Mazinger
2012-06-15pselect.c: avoid handling cancellation twicePeter S. Mazinger
2012-06-15ioctl.c: use cancel.hPeter S. Mazinger
2012-06-15nanosleep.c: use cancel.hPeter S. Mazinger
2012-06-15wait.c: use cancel.hPeter S. Mazinger
2012-06-15fcntl: add cancellation to fcntl64, use cancel.hPeter S. Mazinger
2012-06-15waitid.c: use cancel.hPeter S. Mazinger
2012-06-15readv, writev: rewrite to use cancel.hPeter S. Mazinger
2012-06-15waitpid.c: provide __waitpid_nocancel, use cancel.hPeter S. Mazinger
2012-06-15open.c: add cancellation using cancel.hPeter S. Mazinger
2012-06-15open64.c: no need for separate cancellation, open handles it alreadyPeter S. Mazinger
2012-06-15adapt fdatasync, fsync, msync to use cancel.hPeter S. Mazinger
2012-06-15creat*.c: add LIBC_CANCEL_HANDLED to know that it is cancellable (handled by ...Peter S. Mazinger
2012-06-15pause.c: use cancel.h, provide __libc_pause only for LT_OLDPeter S. Mazinger
2012-06-15select: adapt cancelation to use cancel.hPeter S. Mazinger
2012-06-15fork: provide __libc_fork only if THREADS are enabledPeter S. Mazinger
2012-06-15add cancellation for read, write, closePeter S. Mazinger
2012-06-15wait4.c: provide hidden __wait4_nocancel independent of any guardsPeter S. Mazinger
2012-06-15vfork: make all archs consistentPeter S. Mazinger
2012-06-15utime[s]: avoid circular dependencyPeter S. Mazinger
2012-06-15ustat.c: always_inline syscallPeter S. Mazinger
2012-06-15uname.c,unlink.c: whitespace onlyPeter S. Mazinger
2012-06-15umount: make umount2 depend on UCLIBC_LINUX_SPECIFICPeter S. Mazinger
2012-06-15mount.c: whitespace onlyPeter S. Mazinger
2012-06-15times.c: whitespace onlyPeter S. Mazinger
2012-06-15umask.c: umask always succeeds, use _syscall_noerr1Peter S. Mazinger
2012-06-15time.c: move included header for fallback casePeter S. Mazinger
2012-06-15gettimeofday.c: use the same type as in headerPeter S. Mazinger
2012-06-15provide sysinfo stubPeter S. Mazinger
2012-06-15syscalls.h: remove unused headersPeter S. Mazinger
2012-06-15nanosleep.c, fsync.c: do not inline syscall, it is used twicePeter S. Mazinger
2012-06-15brk.c: remove libc_hidden_proto, always_inline syscallPeter S. Mazinger
2012-06-15sigsuspend.c: make build fail, if rt_sigsuspend is not available and NPTL is ...Peter S. Mazinger
2012-06-15symlink.c: Compile only if syscall is availablePeter S. Mazinger
2012-06-15update acct.hPeter S. Mazinger
2012-06-15sync.c: simplify codePeter S. Mazinger
2012-06-15provide stime and settimeofday functions if at least one of the syscalls is a...Peter S. Mazinger
2012-06-15setuid.c: always_inline syscallPeter S. Mazinger
2012-06-15setsid.c: whitespace onlyPeter S. Mazinger
2012-06-15setpgrp.c: remove unneeded headerPeter S. Mazinger
2012-06-15setgroups.c: move around some headers, always_inline syscallPeter S. Mazinger
2012-06-15pause.c: no need for __UCLIBC_HIDE_DEPRECATED__, the code does not use old fu...Peter S. Mazinger
2012-06-15correct sendfile for 32/64 bit archsPeter S. Mazinger
2012-06-15prctl.c: no need to include stdarg.h and externPeter S. Mazinger
2012-06-15sched_getaffinity.c: mark syscall as __always_inlinePeter S. Mazinger
2012-06-15sched_setaffinity.c: make use of the syscallPeter S. Mazinger
2012-06-15rename.c: simplify code, include only necessary headersPeter S. Mazinger
2012-06-15pivot_root.c: move prototype into guardPeter S. Mazinger