index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
linux-user
/
syscall.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
linux-user: make do_setsockopt support SOL_RAW ICMP_FILTER socket option
Jing Huang
2012-08-14
1
-0
/
+20
*
linux-user: pass sockaddr from host to target
Jing Huang
2012-08-14
1
-3
/
+13
*
linux-user: Move target_to_host_errno_table[] setup out of ioctl loop
Peter Maydell
2012-08-13
1
-5
/
+6
*
alpha-linux-user: Fix the getpriority syscall
Richard Henderson
2012-08-04
1
-5
/
+15
*
alpha-linux-user: Properly handle the non-rt sigprocmask syscall.
Richard Henderson
2012-08-04
1
-2
/
+1
*
linux-user: Translate pipe2 flags; add to strace
Richard Henderson
2012-08-04
1
-1
/
+2
*
linux-user: Handle O_SYNC, O_NOATIME, O_CLOEXEC, O_PATH
Richard Henderson
2012-08-04
1
-1
/
+14
*
alpha-linux-user: Handle TARGET_SSI_IEEE_RAISE_EXCEPTION properly
Richard Henderson
2012-08-04
1
-10
/
+51
*
target-or32: Add linux user support
Jia Liu
2012-07-27
1
-1
/
+1
*
linux-user: Use cpu_reset() after cpu_init() / cpu_copy()
Andreas Färber
2012-06-04
1
-1
/
+1
*
linux-user: fix emulation of /proc/self/maps
Alexander Graf
2012-05-03
1
-1
/
+41
*
linux-user: Clean up interim solution for exit syscall
Andreas Färber
2012-05-03
1
-4
/
+0
*
linux-user: Fix exit syscall with QOM CPU
Andreas Färber
2012-04-15
1
-0
/
+4
*
linux-user: Add support for prctl PR_GET_NAME and PR_SET_NAME
Peter Maydell
2012-04-06
1
-0
/
+24
*
linux-user/syscall.c: Fix indentation in prctl handling
Peter Maydell
2012-04-06
1
-14
/
+15
*
linux-user: fix fallocate
Alexander Graf
2012-04-06
1
-0
/
+5
*
linux-user: implement device mapper ioctls
Alexander Graf
2012-04-06
1
-0
/
+226
*
linux-user: improve fake /proc/self/stat making `ps` not segfault.
Fabio Erculiani
2012-04-06
1
-4
/
+15
*
Rename CPUState -> CPUArchState
Andreas Färber
2012-03-14
1
-14
/
+14
*
Rename cpu_reset() to cpu_state_reset()
Andreas Färber
2012-03-14
1
-1
/
+1
*
linux-user: brk() debugging
Paul Brook
2012-02-10
1
-7
/
+9
*
linux-user: fail execve() if env/args too big
Ulrich Hecht
2012-02-10
1
-0
/
+9
*
linux-user: Implement *listxattr syscalls
Peter Maydell
2012-02-02
1
-1
/
+35
*
linux-user/syscall.c: Implement f and l versions of set/get/removexattr
Peter Maydell
2012-02-02
1
-9
/
+70
*
linux-user: Allow NULL value pointer in setxattr and getxattr
Peter Maydell
2012-02-02
1
-6
/
+18
*
linux-user: fix wait* syscall status returns
Alexander Graf
2012-02-02
1
-2
/
+2
*
linux-user: fix QEMU_STRACE=1 segfault
Alexander Graf
2012-02-02
1
-0
/
+3
*
linux-user: add SO_PEERCRED support for getsockopt
Akos PASZTORY
2012-02-02
1
-1
/
+33
*
linux-user: fake /proc/self/auxv
Alexander Graf
2012-02-02
1
-0
/
+30
*
linux-user: fake /proc/self/stat
Alexander Graf
2012-02-02
1
-0
/
+26
*
linux-user: fake /proc/self/maps
Alexander Graf
2012-02-02
1
-0
/
+15
*
linux-user: add open() hijack infrastructure
Alexander Graf
2012-02-02
1
-3
/
+49
*
linux-user/syscall.c: Don't skip stracing for fcntl64 failure case
Peter Maydell
2011-12-06
1
-2
/
+4
*
fix typo: delete redundant semicolon
Dong Xu Wang
2011-12-06
1
-1
/
+1
*
configure: fix detection for xattr.h on modern distributions
Avi Kivity
2011-11-09
1
-1
/
+1
*
linux-user: implement reboot syscall
Alexander Graf
2011-10-27
1
-1
/
+7
*
linux-user: fix openat
Alexander Graf
2011-10-27
1
-13
/
+1
*
linux-user: fix abi_(u)long, target_ulong mismatch
Matthias Braun
2011-10-27
1
-124
/
+126
*
Merge remote-tracking branch 'riku/linux-user-for-upstream' into staging
Anthony Liguori
2011-09-26
1
-3
/
+60
|
\
|
*
linux-user: Implement setxattr/getxattr/removexattr syscalls
An-Cheng Huang
2011-09-09
1
-3
/
+51
|
*
linux-user: Fix initialization of the heap contents when allocating new pages
Cédric VINCENT
2011-09-09
1
-0
/
+9
*
|
Remove blanks before \n in output strings
Stefan Weil
2011-09-16
1
-1
/
+1
*
|
Fix include statements for qemu-common.h
Stefan Weil
2011-09-09
1
-2
/
+1
|
/
*
Use glib memory allocation and free functions
Anthony Liguori
2011-08-21
1
-4
/
+4
*
Wrap recv to avoid warnings
Blue Swirl
2011-07-25
1
-1
/
+1
*
linux-user: make MIPS and ARM eabi use same argument reordering
Riku Voipio
2011-07-13
1
-20
/
+18
*
mips: rlimit codes are not the same
Wesley W. Terpstra
2011-07-12
1
-3
/
+42
*
mips: rlimit incorrectly converts values
Wesley W. Terpstra
2011-07-12
1
-5
/
+17
*
linux-user/syscall.c: Enforce pselect6 sigset size restrictions
Peter Maydell
2011-07-11
1
-0
/
+5
*
linux-user: Implement prlimit64 syscall
Peter Maydell
2011-07-11
1
-0
/
+43
[prev]
[next]