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
2016-09-23
linux-user: Add missing TARGET_EDQUOT error code for Mips
Aleksandar Markovic
1
-0
/
+1
2016-09-23
linux-user: Fix certain argument alignment cases for Mips64
Aleksandar Markovic
1
-1
/
+1
2016-09-22
linux-user: fix TARGET_NR_select
Laurent Vivier
1
-17
/
+31
2016-09-21
linux-user: Sanity check clone flags
Peter Maydell
1
-3
/
+63
2016-09-21
linux-user: Remove unnecessary nptl_flags variable from do_fork()
Peter Maydell
1
-9
/
+7
2016-09-21
linux-user: Pass si_type information to queue_signal() explicitly
Peter Maydell
1
-2
/
+4
2016-09-21
linux-user: Use correct target SHMLBA in shmat()
Peter Maydell
1
-6
/
+39
2016-09-21
linux-user: Fix incorrect use of host errno in do_ioctl_dm()
Peter Maydell
1
-1
/
+1
2016-09-21
linux-user: Check lock_user() return value for NULL
Peter Maydell
1
-0
/
+9
2016-09-21
linux-user: Range check the nfds argument to ppoll syscall
Peter Maydell
1
-0
/
+5
2016-09-21
linux-user: Check for bad event numbers in epoll_wait
Peter Maydell
1
-0
/
+5
2016-09-21
linux-user: Use direct syscall for utimensat
Peter Maydell
1
-10
/
+1
2016-09-21
linux-user: Allow bad msg_name for recvfrom on connected socket
Peter Maydell
1
-2
/
+9
2016-09-21
linux-user: Fix errno for sendrecvmsg with large iovec length
Peter Maydell
1
-0
/
+9
2016-09-21
linux-user: Fix handling of iovec counts
Peter Maydell
1
-4
/
+4
2016-08-19
syscall.c: Redefine IFLA_* enums
Michal Privoznik
1
-109
/
+264
2016-08-19
Revert "syscall.c: Fix build with older linux-headers"
Michal Privoznik
1
-86
/
+0
2016-08-16
linux-user: Fix llseek with high bit of offset_low set
Peter Maydell
1
-1
/
+1
2016-08-16
syscall.c: Fix build with older linux-headers
Michal Privoznik
1
-0
/
+86
2016-08-04
linux-user: Handle brk() attempts with very large sizes
Peter Maydell
1
-1
/
+1
2016-08-04
linux-user: Fix target_semid_ds structure definition
Peter Maydell
1
-7
/
+10
2016-08-04
linux-user: Don't write off end of new_utsname buffer
Peter Maydell
1
-3
/
+5
2016-08-04
linux-user: Fix memchr() argument in open_self_cmdline()
Peter Maydell
1
-1
/
+1
2016-07-19
linux-user: Handle short lengths in host_to_target_sockaddr()
Peter Maydell
1
-2
/
+9
2016-07-19
linux-user: Check sigsetsize argument to syscalls
Peter Maydell
1
-1
/
+46
2016-07-19
linux-user: add nested netlink types
Laurent Vivier
1
-4
/
+316
2016-07-19
linux-user: convert sockaddr_ll from host to target
Laurent Vivier
1
-0
/
+5
2016-07-19
linux-user: add fd_trans helper in do_recvfrom()
Laurent Vivier
1
-0
/
+3
2016-07-19
linux-user: fix netlink memory corruption
Laurent Vivier
1
-8
/
+24
2016-07-19
linux-user: fd_trans_*_data() returns the length
Laurent Vivier
1
-4
/
+32
2016-06-30
linux-user: Fix compilation when F_SETPIPE_SZ isn't defined
Peter Maydell
1
-0
/
+2
2016-06-29
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...
Peter Maydell
1
-0
/
+2
2016-06-28
trace: [*-user] Add events to trace guest syscalls in syscall emulation mode
LluĂs Vilanova
1
-0
/
+2
2016-06-26
linux-user: don't swap NLMSG_DATA() fields
Laurent Vivier
1
-30
/
+42
2016-06-26
linux-user: fd_trans_host_to_target_data() must process only received data
Laurent Vivier
1
-1
/
+1
2016-06-26
linux-user: add missing return in netlink switch statement
Laurent Vivier
1
-0
/
+1
2016-06-26
linux-user: Support F_GETPIPE_SZ and F_SETPIPE_SZ fcntls
Peter Maydell
1
-0
/
+6
2016-06-26
linux-user: Fix wrong type used for argument to rt_sigqueueinfo
Peter Maydell
1
-1
/
+4
2016-06-26
linux-user: Don't use sigfillset() on uc->uc_sigmask
Peter Maydell
1
-5
/
+0
2016-06-26
linux-user: Use safe_syscall wrapper for fcntl
Peter Maydell
1
-11
/
+23
2016-06-26
linux-user: Use __get_user() and __put_user() to handle structs in do_fcntl()
Peter Maydell
1
-132
/
+166
2016-06-16
os-posix: include sys/mman.h
Paolo Bonzini
1
-1
/
+0
2016-06-08
Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20160608' int...
Peter Maydell
1
-138
/
+938
2016-06-08
linux-user: Special-case ERESTARTSYS in target_strerror()
Peter Maydell
1
-0
/
+7
2016-06-08
linux-user: Make target_strerror() return 'const char *'
Peter Maydell
1
-1
/
+1
2016-06-08
linux-user: Use safe_syscall wrapper for ioctl
Peter Maydell
1
-11
/
+16
2016-06-08
linux-user: Use safe_syscall wrapper for accept and accept4 syscalls
Peter Maydell
1
-19
/
+4
2016-06-08
linux-user: Use safe_syscall wrapper for semop
Peter Maydell
1
-1
/
+10
2016-06-08
linux-user: Use safe_syscall wrapper for epoll_wait syscalls
Peter Maydell
1
-8
/
+10
2016-06-08
linux-user: Use safe_syscall wrapper for poll and ppoll syscalls
Peter Maydell
1
-16
/
+31
[next]