Sign in
qemu
/
qemu
/
60a3e17a469e444a7bc4d9a14c2ecf3bdb5ec094
/
linux-user
/
syscall.c
c0d472b
linux-user: Drop direct use of openat etc syscalls
by Peter Maydell
· 12 years ago
3307e23
linux-user: Allow getdents to be provided by getdents64
by Peter Maydell
· 12 years ago
d2d6b85
linux-user: Fix typo in comment
by Lei Li
· 12 years ago
e24fed4
fix /proc/self/maps output
by Christophe Lyon
· 12 years ago
7edd2cf
linux-user: fix compile error due to stray colon at end of #ifdef line
by Peter Maydell
· 12 years ago
03903ff
linux-user: fix setgroups/getgroups for non-UID16 archs
by Andreas Schwab
· 12 years ago
9ab709b
linux-user: fix undefined shift in copy_to_user_fdset
by Andreas Schwab
· 12 years ago
c7128c9
linux-user: change do_semop to return target errno when unsuccessful
by Petar Jovanovic
· 12 years ago
5947c69
linux-user: pass correct host flags to eventfd2 call
by Petar Jovanovic
· 12 years ago
e9a970a
linux-user/syscall.c: Don't warn about unimplemented get_robust_list
by Peter Maydell
· 12 years ago
a94b498
linux-user: Implement accept4
by Peter Maydell
· 12 years ago
a8fd1ab
linux-user: Implement sendfile and sendfile64
by Peter Maydell
· 12 years ago
dfae8e0
linux-user: make bogus negative iovec lengths fail EINVAL
by Peter Maydell
· 12 years ago
f2b79ce
linux-user: Support setgroups syscall with no groups
by Dillon Amburgey
· 12 years ago
cce246e
linux-user/syscall.c: handle FUTEX_WAIT_BITSET in do_futex
by John Rigby
· 12 years ago
0d34282
cpu: Move host_tid field to CPUState
by Andreas Färber
· 12 years ago
bd4bd24
Merge branch 'for-linux-user' of https://git.gitorious.org/qemu-m68k/qemu-m68k into staging
by Anthony Liguori
· 12 years ago
5c09953
cpu: do not use object_delete
by Paolo Bonzini
· 12 years ago
c07ecc6
linux-user: correct reboot()
by Laurent Vivier
· 12 years ago
1b09aeb
linux-user: correct setsockopt()
by Laurent Vivier
· 12 years ago
79dd77d
linux-user: correct msgrcv()
by Laurent Vivier
· 12 years ago
9468a5d
alpha-linux-user: Correct select
by Laurent Vivier
· 12 years ago
2ba7f73
alpha-linux-user: Translate fcntl l_type
by Laurent Vivier
· 12 years ago
586b0be
linux-user/syscall.c: remove forward declarations
by John Spencer
· 12 years ago
27dd773
Merge remote-tracking branch 'bonzini/header-dirs' into staging
by Anthony Liguori
· 12 years ago
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 12 years ago
c56dc77
linux-user/syscall.c: remove wrong forward decl of setgroups()
by John Spencer
· 12 years ago
24c35a5
linux-user: Merge pread/pwrite into pread64/pwrite64
by Peter Maydell
· 12 years ago
41a05a4
Merge branch 'linux-user-for-upstream' of git://git.linaro.org/people/rikuvoipio/qemu
by Aurelien Jarno
· 12 years ago
a5b3bdc
microblaze: Support setting of TLS ptr
by Edgar E. Iglesias
· 13 years ago
ae017a5
linux-user: register align p{read, write}64
by Alexander Graf
· 12 years ago
4a1def4
linux-user: ppc: mark as long long aligned
by Alexander Graf
· 12 years ago
a05c640
linux-user: Fix siginfo handling
by Richard Henderson
· 12 years ago
3d21d29
linux-user: Implement gethostname
by Richard Henderson
· 12 years ago
f287b2c
linux-user: Perform more checks on iovec lists
by Richard Henderson
· 12 years ago
1bdd7c7
linux-user: fix multi-threaded /proc/self/maps
by Alexander Graf
· 13 years ago
229d337
linux-user: fix statfs
by Alexander Graf
· 12 years ago
ad11ad7
linux-user: Remove redundant null check and replace free by g_free
by Stefan Weil
· 12 years ago
333858b
linux-user: fix emulation of getdents
by Dmitry V. Levin
· 13 years ago
0d07fe4
linux-user: do_msgrcv: don't leak host_mb upon TARGET_EFAULT failure
by Jim Meyering
· 13 years ago
aebf5bc
linux-user: make host_to_target_cmsg support SO_TIMESTAMP cmsg_type
by Jing Huang
· 13 years ago
920394d
linux-user: make do_setsockopt support SOL_RAW ICMP_FILTER socket option
by Jing Huang
· 13 years ago
ca61906
linux-user: pass sockaddr from host to target
by Jing Huang
· 13 years ago
dd6e957
linux-user: Move target_to_host_errno_table[] setup out of ioctl loop
by Peter Maydell
· 13 years ago
95c0982
alpha-linux-user: Fix the getpriority syscall
by Richard Henderson
· 13 years ago
0229f5a
alpha-linux-user: Properly handle the non-rt sigprocmask syscall.
by Richard Henderson
· 13 years ago
e7ea6cb
linux-user: Translate pipe2 flags; add to strace
by Richard Henderson
· 13 years ago
afc8763
linux-user: Handle O_SYNC, O_NOATIME, O_CLOEXEC, O_PATH
by Richard Henderson
· 13 years ago
6e06d51
alpha-linux-user: Handle TARGET_SSI_IEEE_RAISE_EXCEPTION properly
by Richard Henderson
· 13 years ago
d962783
target-or32: Add linux user support
by Jia Liu
· 13 years ago
ff18b76
linux-user: Use cpu_reset() after cpu_init() / cpu_copy()
by Andreas Färber
· 13 years ago
1a49ef2
linux-user: fix emulation of /proc/self/maps
by Alexander Graf
· 13 years ago
209c484
linux-user: Clean up interim solution for exit syscall
by Andreas Färber
· 13 years ago
11ea409
linux-user: Fix exit syscall with QOM CPU
by Andreas Färber
· 13 years ago
db9526b
linux-user: Add support for prctl PR_GET_NAME and PR_SET_NAME
by Peter Maydell
· 13 years ago
1e6722f
linux-user/syscall.c: Fix indentation in prctl handling
by Peter Maydell
· 13 years ago
20249ae
linux-user: fix fallocate
by Alexander Graf
· 13 years ago
56e904e
linux-user: implement device mapper ioctls
by Alexander Graf
· 13 years ago
e0e65be
linux-user: improve fake /proc/self/stat making `ps` not segfault.
by Fabio Erculiani
· 13 years ago
9349b4f
Rename CPUState -> CPUArchState
by Andreas Färber
· 13 years ago
1bba0dc
Rename cpu_reset() to cpu_state_reset()
by Andreas Färber
· 13 years ago
3a0c6c4
linux-user: brk() debugging
by Paul Brook
· 13 years ago
a6f79cc
linux-user: fail execve() if env/args too big
by Ulrich Hecht
· 13 years ago
fb5590f
linux-user: Implement *listxattr syscalls
by Peter Maydell
· 13 years ago
30297b5
linux-user/syscall.c: Implement f and l versions of set/get/removexattr
by Peter Maydell
· 13 years ago
e3c33ec
linux-user: Allow NULL value pointer in setxattr and getxattr
by Peter Maydell
· 13 years ago
5379557
linux-user: fix wait* syscall status returns
by Alexander Graf
· 13 years ago
962b289
linux-user: fix QEMU_STRACE=1 segfault
by Alexander Graf
· 13 years ago
583359a
linux-user: add SO_PEERCRED support for getsockopt
by Akos PASZTORY
· 13 years ago
257450e
linux-user: fake /proc/self/auxv
by Alexander Graf
· 13 years ago
480b8e7
linux-user: fake /proc/self/stat
by Alexander Graf
· 13 years ago
36c08d4
linux-user: fake /proc/self/maps
by Alexander Graf
· 13 years ago
3be14d0
linux-user: add open() hijack infrastructure
by Alexander Graf
· 13 years ago
31b6319
linux-user/syscall.c: Don't skip stracing for fcntl64 failure case
by Peter Maydell
· 13 years ago
3a93113
fix typo: delete redundant semicolon
by Dong Xu Wang
· 13 years ago
4f26f2b
configure: fix detection for xattr.h on modern distributions
by Avi Kivity
· 13 years ago
0f6b4d2
linux-user: implement reboot syscall
by Alexander Graf
· 13 years ago
f4c6901
linux-user: fix openat
by Alexander Graf
· 13 years ago
cbb21ee
linux-user: fix abi_(u)long, target_ulong mismatch
by Matthias Braun
· 14 years ago
11ddeea
Merge remote-tracking branch 'riku/linux-user-for-upstream' into staging
by Anthony Liguori
· 13 years ago
b2bedb2
Remove blanks before \n in output strings
by Stefan Weil
· 13 years ago
5a61cb6
Fix include statements for qemu-common.h
by Stefan Weil
· 13 years ago
a790ae3
linux-user: Implement setxattr/getxattr/removexattr syscalls
by An-Cheng Huang
· 14 years ago
70afc34
linux-user: Fix initialization of the heap contents when allocating new pages
by Cédric VINCENT
· 14 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 14 years ago
00aa004
Wrap recv to avoid warnings
by Blue Swirl
· 14 years ago
48e515d
linux-user: make MIPS and ARM eabi use same argument reordering
by Riku Voipio
· 14 years ago
e22b701
mips: rlimit codes are not the same
by Wesley W. Terpstra
· 14 years ago
95b33b2
mips: rlimit incorrectly converts values
by Wesley W. Terpstra
· 14 years ago
8f04eeb
linux-user/syscall.c: Enforce pselect6 sigset size restrictions
by Peter Maydell
· 14 years ago
163a05a
linux-user: Implement prlimit64 syscall
by Peter Maydell
· 14 years ago
bfcedc5
linux-user: Fix sync_file_range on 32bit mips
by Riku Voipio
· 14 years ago
5945cfc
linux-user: Bump do_syscall() up to 8 syscall arguments
by Peter Maydell
· 14 years ago
bc088ba
linux-user: syscall should use sanitized arg1
by Juan Quintela
· 14 years ago
1add869
syscall: really return ret code
by Juan Quintela
· 14 years ago
055e090
linux-user: add pselect6 syscall support
by Mike Frysinger
· 14 years ago
4d1de87
linux-user: Fix the computation of the requested heap size
by vincent
· 14 years ago
00faf08
linux-user: Don't use MAP_FIXED in do_brk()
by Peter Maydell
· 14 years ago
a4c075f
s390x: s390x-linux-user support
by Ulrich Hecht
· 16 years ago
67bd9ed
linux-user: Replace deprecated function
by Stefan Weil
· 14 years ago
Next »