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
*
syscall: fixed mincore(2) not failing with ENOMEM
Franklin \"Snaipe\" Mathieu
2017-02-27
1
-3
/
+8
*
linux-user: Add sockopts for IPv6 ping and IPv6 traceroute
Helge Deller
2017-02-27
1
-1
/
+131
*
linux-user: fix fork()
Laurent Vivier
2017-02-27
1
-2
/
+3
*
linux-user: fix settime old value location
Marc-André Lureau
2017-02-16
1
-2
/
+6
*
linux-user: manage two new IFLA host message types
Laurent Vivier
2017-02-14
1
-0
/
+2
*
linux-user: Fix mq_open
Lena Djokic
2017-02-14
1
-3
/
+8
*
linux-user: Fix readahead
Lena Djokic
2017-02-14
1
-1
/
+1
*
linux-user: Fix inotify_init1 support
Lena Djokic
2017-02-14
1
-1
/
+2
*
linux-user: fix "apt-get update" on linux-user hppa
Laurent Vivier
2017-02-07
1
-1
/
+0
*
linux-user: Handle ERFKILL and EHWPOISON
Richard Henderson
2017-01-23
1
-0
/
+6
*
linux-user: Handle TIOCSTART and TIOCSTOP
Helge Deller
2017-01-23
1
-0
/
+6
*
linux-user: enable parallel code generation on clone
Alex Bennée
2016-10-26
1
-0
/
+8
*
linux-user: added support for pwritev() system call.
Dejan Jovicevic
2016-10-21
1
-0
/
+15
*
linux-user: added support for preadv() system call.
Dejan Jovicevic
2016-10-21
1
-0
/
+15
*
linux-user: Add support for syncfs() syscall
Aleksandar Markovic
2016-10-21
1
-0
/
+5
*
linux-user: Add support for clock_adjtime() syscall
Aleksandar Markovic
2016-10-21
1
-0
/
+18
*
linux-user: Don't use alloca() for epoll_wait's epoll event array
Peter Maydell
2016-10-21
1
-4
/
+13
*
linux-user: add RTA_PRIORITY in netlink
Laurent Vivier
2016-10-21
1
-0
/
+1
*
linux-user: add kcmp() syscall
Laurent Vivier
2016-10-21
1
-0
/
+10
*
linux-user: Fix syslog() syscall support
Aleksandar Markovic
2016-10-21
1
-6
/
+44
*
linux-user: Fix socketcall() syscall support
Aleksandar Markovic
2016-10-21
1
-57
/
+62
*
linux-user: Fix msgrcv() and msgsnd() syscalls support
Aleksandar Markovic
2016-10-21
1
-0
/
+3
*
linux-user: Fix mq_open() syscall support
Aleksandar Markovic
2016-10-21
1
-7
/
+9
*
linux-user: Add support for adjtimex() syscall
Aleksandar Markovic
2016-10-21
1
-1
/
+86
*
Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...
Peter Maydell
2016-10-10
1
-1
/
+1
|
\
|
*
linux-user: include <poll.h> instead of <sys/poll.h>
Felix Janda
2016-10-08
1
-1
/
+1
*
|
linux-user/syscall: extend lock around cpu-list
Alex Bennée
2016-10-04
1
-1
/
+6
|
/
*
linux-user: Add missing TARGET_EDQUOT error code for Mips
Aleksandar Markovic
2016-09-23
1
-0
/
+1
*
linux-user: Fix certain argument alignment cases for Mips64
Aleksandar Markovic
2016-09-23
1
-1
/
+1
*
linux-user: fix TARGET_NR_select
Laurent Vivier
2016-09-22
1
-17
/
+31
*
linux-user: Sanity check clone flags
Peter Maydell
2016-09-21
1
-3
/
+63
*
linux-user: Remove unnecessary nptl_flags variable from do_fork()
Peter Maydell
2016-09-21
1
-9
/
+7
*
linux-user: Pass si_type information to queue_signal() explicitly
Peter Maydell
2016-09-21
1
-2
/
+4
*
linux-user: Use correct target SHMLBA in shmat()
Peter Maydell
2016-09-21
1
-6
/
+39
*
linux-user: Fix incorrect use of host errno in do_ioctl_dm()
Peter Maydell
2016-09-21
1
-1
/
+1
*
linux-user: Check lock_user() return value for NULL
Peter Maydell
2016-09-21
1
-0
/
+9
*
linux-user: Range check the nfds argument to ppoll syscall
Peter Maydell
2016-09-21
1
-0
/
+5
*
linux-user: Check for bad event numbers in epoll_wait
Peter Maydell
2016-09-21
1
-0
/
+5
*
linux-user: Use direct syscall for utimensat
Peter Maydell
2016-09-21
1
-10
/
+1
*
linux-user: Allow bad msg_name for recvfrom on connected socket
Peter Maydell
2016-09-21
1
-2
/
+9
*
linux-user: Fix errno for sendrecvmsg with large iovec length
Peter Maydell
2016-09-21
1
-0
/
+9
*
linux-user: Fix handling of iovec counts
Peter Maydell
2016-09-21
1
-4
/
+4
*
syscall.c: Redefine IFLA_* enums
Michal Privoznik
2016-08-19
1
-109
/
+264
*
Revert "syscall.c: Fix build with older linux-headers"
Michal Privoznik
2016-08-19
1
-86
/
+0
*
linux-user: Fix llseek with high bit of offset_low set
Peter Maydell
2016-08-16
1
-1
/
+1
*
syscall.c: Fix build with older linux-headers
Michal Privoznik
2016-08-16
1
-0
/
+86
*
linux-user: Handle brk() attempts with very large sizes
Peter Maydell
2016-08-04
1
-1
/
+1
*
linux-user: Fix target_semid_ds structure definition
Peter Maydell
2016-08-04
1
-7
/
+10
*
linux-user: Don't write off end of new_utsname buffer
Peter Maydell
2016-08-04
1
-3
/
+5
*
linux-user: Fix memchr() argument in open_self_cmdline()
Peter Maydell
2016-08-04
1
-1
/
+1
[next]