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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-16
os-posix: include sys/mman.h
Paolo Bonzini
6
-6
/
+0
2016-06-08
Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20160608' int...
Peter Maydell
7
-418
/
+1361
2016-06-08
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-0
/
+1
2016-06-08
linux-user: In fork_end(), remove correct CPUs from CPU list
Peter Maydell
1
-1
/
+1
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
3
-4
/
+4
2016-06-08
linux-user: Correct signedness of target_flock l_start and l_len fields
Peter Maydell
1
-17
/
+17
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
2016-06-08
linux-user: Use safe_syscall wrapper for sleep syscalls
Peter Maydell
1
-3
/
+10
2016-06-08
linux-user: Use safe_syscall wrapper for rt_sigtimedwait syscall
Peter Maydell
1
-1
/
+4
2016-06-08
linux-user: Use safe_syscall wrapper for flock
Peter Maydell
1
-1
/
+2
2016-06-08
linux-user: Use safe_syscall wrapper for mq_timedsend and mq_timedreceive
Peter Maydell
1
-6
/
+14
2016-06-08
linux-user: Use safe_syscall wrapper for msgsnd and msgrcv
Peter Maydell
1
-2
/
+30
2016-06-08
linux-user: Use safe_syscall wrapper for send* and recv* syscalls
Peter Maydell
1
-6
/
+13
2016-06-08
linux-user: Use safe_syscall wrapper for connect syscall
Peter Maydell
1
-1
/
+3
2016-06-08
linux-user: Use safe_syscall wrapper for readv and writev syscalls
Peter Maydell
1
-2
/
+4
2016-06-08
linux-user: Fix error conversion in 64-bit fadvise syscall
Peter Maydell
1
-2
/
+2
2016-06-08
linux-user: Fix NR_fadvise64 and NR_fadvise64_64 for 32-bit guests
Peter Maydell
1
-0
/
+40
2016-06-08
linux-user: Fix handling of arm_fadvise64_64 syscall
Peter Maydell
1
-11
/
+11
2016-06-08
linux-user: provide frame information in x86-64 safe_syscall
Peter Maydell
1
-0
/
+10
2016-06-08
linux-user: Avoid possible misalignment in target_to_host_siginfo()
Peter Maydell
1
-7
/
+12
2016-06-07
linux-user: Use DIV_ROUND_UP
Laurent Vivier
1
-2
/
+2
2016-06-07
linux-user: Use both si_code and si_signo when converting siginfo_t
Peter Maydell
2
-49
/
+131
2016-06-07
linux-user: Restart fork() if signals pending
Timothy E Baldwin
1
-0
/
+5
2016-06-07
linux-user: Use safe_syscall for kill, tkill and tgkill syscalls
Peter Maydell
1
-16
/
+7
2016-06-07
linux-user: Restart exit() if signal pending
Timothy E Baldwin
1
-2
/
+6
2016-06-07
linux-user: pause() should not pause if signal pending
Timothy E Baldwin
1
-1
/
+4
2016-06-07
linux-user: Block signals during sigaction() handling
Timothy E Baldwin
1
-3
/
+9
2016-06-07
linux-user: Queue synchronous signals separately
Timothy E Baldwin
2
-32
/
+43
2016-06-07
linux-user: Remove real-time signal queuing
Timothy E Baldwin
3
-74
/
+14
2016-06-07
linux-user: Remove redundant default action check in queue_signal()
Timothy E Baldwin
1
-37
/
+0
2016-06-07
linux-user: Fix race between multiple signals
Peter Maydell
3
-73
/
+213
2016-06-07
linux-user: Use safe_syscall for sigsuspend syscalls
Peter Maydell
1
-2
/
+3
2016-06-07
linux-user: Define macro for size of host kernel sigset_t
Peter Maydell
1
-2
/
+7
2016-06-07
linux-user: Factor out uses of do_sigprocmask() from sigreturn code
Peter Maydell
1
-23
/
+32
2016-06-07
linux-user: Fix stray tab-indent
Peter Maydell
1
-1
/
+2
2016-06-07
linux-user: Move handle_pending_signal() to avoid need for declaration
Peter Maydell
1
-23
/
+21
2016-06-07
linux-user: Factor out handle_signal code from process_pending_signals()
Peter Maydell
1
-11
/
+18
2016-06-07
Makefile: Derive "PKGVERSION" from "git describe" by default
Fam Zheng
1
-0
/
+1
2016-06-07
linux-user: check if NETLINK_ROUTE is available
Laurent Vivier
1
-4
/
+14
2016-06-07
linux-user: add netlink audit
Laurent Vivier
1
-1
/
+59
2016-06-07
linux-user: support netlink protocol NETLINK_KOBJECT_UEVENT
Laurent Vivier
1
-1
/
+5
2016-06-07
linux-user: add rtnetlink(7) support
Laurent Vivier
1
-6
/
+575
2016-05-27
linux-user,target-ppc: fix use of MSR_LE
Laurent Vivier
1
-3
/
+3
2016-05-27
linux-user/signal.c: Use s390 target space address instead of host space
Chen Gang
1
-2
/
+2
2016-05-27
linux-user/signal.c: Use target address instead of host address for microblaz...
Chen Gang
1
-1
/
+2
[next]