index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux-user
/
syscall.c
Age
Commit message (
Expand
)
Author
2016-06-08
Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20160608' int...
Peter Maydell
2016-06-08
linux-user: Special-case ERESTARTSYS in target_strerror()
Peter Maydell
2016-06-08
linux-user: Make target_strerror() return 'const char *'
Peter Maydell
2016-06-08
linux-user: Use safe_syscall wrapper for ioctl
Peter Maydell
2016-06-08
linux-user: Use safe_syscall wrapper for accept and accept4 syscalls
Peter Maydell
2016-06-08
linux-user: Use safe_syscall wrapper for semop
Peter Maydell
2016-06-08
linux-user: Use safe_syscall wrapper for epoll_wait syscalls
Peter Maydell
2016-06-08
linux-user: Use safe_syscall wrapper for poll and ppoll syscalls
Peter Maydell
2016-06-08
linux-user: Use safe_syscall wrapper for sleep syscalls
Peter Maydell
2016-06-08
linux-user: Use safe_syscall wrapper for rt_sigtimedwait syscall
Peter Maydell
2016-06-08
linux-user: Use safe_syscall wrapper for flock
Peter Maydell
2016-06-08
linux-user: Use safe_syscall wrapper for mq_timedsend and mq_timedreceive
Peter Maydell
2016-06-08
linux-user: Use safe_syscall wrapper for msgsnd and msgrcv
Peter Maydell
2016-06-08
linux-user: Use safe_syscall wrapper for send* and recv* syscalls
Peter Maydell
2016-06-08
linux-user: Use safe_syscall wrapper for connect syscall
Peter Maydell
2016-06-08
linux-user: Use safe_syscall wrapper for readv and writev syscalls
Peter Maydell
2016-06-08
linux-user: Fix error conversion in 64-bit fadvise syscall
Peter Maydell
2016-06-08
linux-user: Fix NR_fadvise64 and NR_fadvise64_64 for 32-bit guests
Peter Maydell
2016-06-08
linux-user: Fix handling of arm_fadvise64_64 syscall
Peter Maydell
2016-06-07
linux-user: Use DIV_ROUND_UP
Laurent Vivier
2016-06-07
linux-user: Restart fork() if signals pending
Timothy E Baldwin
2016-06-07
linux-user: Use safe_syscall for kill, tkill and tgkill syscalls
Peter Maydell
2016-06-07
linux-user: Restart exit() if signal pending
Timothy E Baldwin
2016-06-07
linux-user: pause() should not pause if signal pending
Timothy E Baldwin
2016-06-07
linux-user: Fix race between multiple signals
Peter Maydell
2016-06-07
linux-user: Use safe_syscall for sigsuspend syscalls
Peter Maydell
2016-06-07
linux-user: Define macro for size of host kernel sigset_t
Peter Maydell
2016-06-07
linux-user: check if NETLINK_ROUTE is available
Laurent Vivier
2016-06-07
linux-user: add netlink audit
Laurent Vivier
2016-06-07
linux-user: support netlink protocol NETLINK_KOBJECT_UEVENT
Laurent Vivier
2016-06-07
linux-user: add rtnetlink(7) support
Laurent Vivier
2016-05-27
linux-user: Use direct syscalls for setuid(), etc
Peter Maydell
2016-05-27
linux-user: Use g_try_malloc() in do_msgrcv()
Peter Maydell
2016-05-27
linux-user: Handle msgrcv error case correctly
Peter Maydell
2016-05-27
linux-user: Handle negative values in timespec conversion
Peter Maydell
2016-05-27
linux-user: Use safe_syscall for futex syscall
Peter Maydell
2016-05-27
linux-user: Use safe_syscall for pselect, select syscalls
Peter Maydell
2016-05-27
linux-user: Use safe_syscall for execve syscall
Timothy E Baldwin
2016-05-27
linux-user: Use safe_syscall for wait system calls
Timothy E Baldwin
2016-05-27
linux-user: Use safe_syscall for open and openat system calls
Timothy E Baldwin
2016-05-27
linux-user: Use safe_syscall for read and write system calls
Timothy E Baldwin
2016-05-27
linux-user: Provide safe_syscall for fixing races between signals and syscalls
Timothy E Baldwin
2016-05-27
linux-user: Add debug code to exercise restarting system calls
Timothy E Baldwin
2016-05-27
linux-user: Support for restarting system calls for x86 targets
Timothy E Baldwin
2016-05-27
linux-user: Consistently return host errnos from do_openat()
Peter Maydell
2016-05-27
linux-user: Check array bounds in errno conversion
Timothy E Baldwin
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
2016-02-24
linux-user: add getrandom() syscall
Laurent Vivier
2016-02-23
linux-user: remove unavailable syscalls from aarch64
Riku Voipio
2016-02-23
linux-user: Don't assert if guest tries shmdt(0)
Peter Maydell
[next]