Stefan Weil
|
61dea8e914
linux-user: Remove redundant null check and replace free by g_free
|
13 years ago |
Dmitry V. Levin
|
333858b77c
linux-user: fix emulation of getdents
|
13 years ago |
Jim Meyering
|
0d07fe47d4
linux-user: do_msgrcv: don't leak host_mb upon TARGET_EFAULT failure
|
13 years ago |
Jing Huang
|
aebf5bc727
linux-user: make host_to_target_cmsg support SO_TIMESTAMP cmsg_type
|
13 years ago |
Jing Huang
|
920394db81
linux-user: make do_setsockopt support SOL_RAW ICMP_FILTER socket option
|
13 years ago |
Jing Huang
|
ca6190673c
linux-user: pass sockaddr from host to target
|
13 years ago |
Peter Maydell
|
dd6e957a14
linux-user: Move target_to_host_errno_table[] setup out of ioctl loop
|
13 years ago |
Richard Henderson
|
95c098286b
alpha-linux-user: Fix the getpriority syscall
|
13 years ago |
Richard Henderson
|
0229f5a30e
alpha-linux-user: Properly handle the non-rt sigprocmask syscall.
|
13 years ago |
Richard Henderson
|
e7ea6cbefd
linux-user: Translate pipe2 flags; add to strace
|
13 years ago |
Richard Henderson
|
afc8763f9d
linux-user: Handle O_SYNC, O_NOATIME, O_CLOEXEC, O_PATH
|
13 years ago |
Richard Henderson
|
6e06d515d4
alpha-linux-user: Handle TARGET_SSI_IEEE_RAISE_EXCEPTION properly
|
13 years ago |
Jia Liu
|
d962783e98
target-or32: Add linux user support
|
13 years ago |
Andreas Färber
|
ff18b7625f
linux-user: Use cpu_reset() after cpu_init() / cpu_copy()
|
13 years ago |
Alexander Graf
|
1a49ef2ad3
linux-user: fix emulation of /proc/self/maps
|
13 years ago |
Andreas Färber
|
209c484918
linux-user: Clean up interim solution for exit syscall
|
13 years ago |
Andreas Färber
|
11ea409052
linux-user: Fix exit syscall with QOM CPU
|
13 years ago |
Peter Maydell
|
db9526b10a
linux-user: Add support for prctl PR_GET_NAME and PR_SET_NAME
|
13 years ago |
Peter Maydell
|
1e6722f8b0
linux-user/syscall.c: Fix indentation in prctl handling
|
13 years ago |
Alexander Graf
|
20249ae189
linux-user: fix fallocate
|
13 years ago |
Alexander Graf
|
56e904ecb2
linux-user: implement device mapper ioctls
|
13 years ago |
Fabio Erculiani
|
e0e65bee16
linux-user: improve fake /proc/self/stat making `ps` not segfault.
|
13 years ago |
Andreas Färber
|
9349b4f9fd
Rename CPUState -> CPUArchState
|
13 years ago |
Andreas Färber
|
1bba0dc932
Rename cpu_reset() to cpu_state_reset()
|
13 years ago |
Paul Brook
|
3a0c6c4ad6
linux-user: brk() debugging
|
13 years ago |
Ulrich Hecht
|
a6f79cc9a5
linux-user: fail execve() if env/args too big
|
13 years ago |
Peter Maydell
|
fb5590f7f5
linux-user: Implement *listxattr syscalls
|
13 years ago |
Peter Maydell
|
30297b55f7
linux-user/syscall.c: Implement f and l versions of set/get/removexattr
|
13 years ago |
Peter Maydell
|
e3c33ec6b0
linux-user: Allow NULL value pointer in setxattr and getxattr
|
13 years ago |
Alexander Graf
|
5379557b8d
linux-user: fix wait* syscall status returns
|
13 years ago |