index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux-user
/
syscall.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-14
Rename cpu_reset() to cpu_state_reset()
Andreas Färber
1
-1
/
+1
2012-02-10
linux-user: brk() debugging
Paul Brook
1
-7
/
+9
2012-02-10
linux-user: fail execve() if env/args too big
Ulrich Hecht
1
-0
/
+9
2012-02-02
linux-user: Implement *listxattr syscalls
Peter Maydell
1
-1
/
+35
2012-02-02
linux-user/syscall.c: Implement f and l versions of set/get/removexattr
Peter Maydell
1
-9
/
+70
2012-02-02
linux-user: Allow NULL value pointer in setxattr and getxattr
Peter Maydell
1
-6
/
+18
2012-02-02
linux-user: fix wait* syscall status returns
Alexander Graf
1
-2
/
+2
2012-02-02
linux-user: fix QEMU_STRACE=1 segfault
Alexander Graf
1
-0
/
+3
2012-02-02
linux-user: add SO_PEERCRED support for getsockopt
Akos PASZTORY
1
-1
/
+33
2012-02-02
linux-user: fake /proc/self/auxv
Alexander Graf
1
-0
/
+30
2012-02-02
linux-user: fake /proc/self/stat
Alexander Graf
1
-0
/
+26
2012-02-02
linux-user: fake /proc/self/maps
Alexander Graf
1
-0
/
+15
2012-02-02
linux-user: add open() hijack infrastructure
Alexander Graf
1
-3
/
+49
2011-12-06
linux-user/syscall.c: Don't skip stracing for fcntl64 failure case
Peter Maydell
1
-2
/
+4
2011-12-06
fix typo: delete redundant semicolon
Dong Xu Wang
1
-1
/
+1
2011-11-09
configure: fix detection for xattr.h on modern distributions
Avi Kivity
1
-1
/
+1
2011-10-27
linux-user: implement reboot syscall
Alexander Graf
1
-1
/
+7
2011-10-27
linux-user: fix openat
Alexander Graf
1
-13
/
+1
2011-10-27
linux-user: fix abi_(u)long, target_ulong mismatch
Matthias Braun
1
-124
/
+126
2011-09-26
Merge remote-tracking branch 'riku/linux-user-for-upstream' into staging
Anthony Liguori
1
-3
/
+60
2011-09-16
Remove blanks before \n in output strings
Stefan Weil
1
-1
/
+1
2011-09-09
Fix include statements for qemu-common.h
Stefan Weil
1
-2
/
+1
2011-09-09
linux-user: Implement setxattr/getxattr/removexattr syscalls
An-Cheng Huang
1
-3
/
+51
2011-09-09
linux-user: Fix initialization of the heap contents when allocating new pages
Cédric VINCENT
1
-0
/
+9
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
1
-4
/
+4
2011-07-25
Wrap recv to avoid warnings
Blue Swirl
1
-1
/
+1
2011-07-13
linux-user: make MIPS and ARM eabi use same argument reordering
Riku Voipio
1
-20
/
+18
2011-07-12
mips: rlimit codes are not the same
Wesley W. Terpstra
1
-3
/
+42
2011-07-12
mips: rlimit incorrectly converts values
Wesley W. Terpstra
1
-5
/
+17
2011-07-11
linux-user/syscall.c: Enforce pselect6 sigset size restrictions
Peter Maydell
1
-0
/
+5
2011-07-11
linux-user: Implement prlimit64 syscall
Peter Maydell
1
-0
/
+43
2011-06-21
linux-user: Fix sync_file_range on 32bit mips
Riku Voipio
1
-0
/
+5
2011-06-21
linux-user: Bump do_syscall() up to 8 syscall arguments
Peter Maydell
1
-3
/
+5
2011-06-21
linux-user: syscall should use sanitized arg1
Juan Quintela
1
-2
/
+2
2011-06-21
syscall: really return ret code
Juan Quintela
1
-4
/
+4
2011-06-21
linux-user: add pselect6 syscall support
Mike Frysinger
1
-19
/
+130
2011-06-21
linux-user: Fix the computation of the requested heap size
vincent
1
-8
/
+29
2011-06-21
linux-user: Don't use MAP_FIXED in do_brk()
Peter Maydell
1
-9
/
+20
2011-05-20
s390x: s390x-linux-user support
Ulrich Hecht
1
-4
/
+12
2011-05-08
linux-user: Replace deprecated function
Stefan Weil
1
-1
/
+1
2011-05-02
Don't zero out buffer in sched_getaffinity
Mike McCormack
1
-12
/
+1
2011-05-02
Fix buffer overrun in sched_getaffinity
Mike McCormack
1
-1
/
+1
2011-04-26
linux-user: untie syscalls from UID16
Riku Voipio
1
-9
/
+39
2011-04-26
linux-user: add s390x to llseek list
Alexander Graf
1
-1
/
+2
2011-04-26
linux-user: add ioctl(SIOCGIWNAME, ...) support.
Laurent Vivier
1
-1
/
+1
2011-04-26
linux-user: convert ioctl(SIOCGIFCONF, ...) result.
Laurent Vivier
1
-1
/
+95
2011-04-26
[v2] linux-user: bigger default stack
Riku Voipio
1
-5
/
+2
2011-03-22
linux-user: Fix unlock_user() call in return from poll()
Peter Maydell
1
-3
/
+1
2011-03-06
linux-user: Fix large seeks by 32 bit guest on 64 bit host
Peter Maydell
1
-6
/
+10
2011-02-17
linux-user: Support the epoll syscalls
Peter Maydell
1
-0
/
+107
[next]