index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux-user
/
syscall.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-06
linux-user: fix "apt-get update" on linux-user hppa
Laurent Vivier
1
-1
/
+0
2017-01-22
linux-user: Handle ERFKILL and EHWPOISON
Richard Henderson
1
-0
/
+6
2017-01-22
linux-user: Handle TIOCSTART and TIOCSTOP
Helge Deller
1
-0
/
+6
2016-10-26
linux-user: enable parallel code generation on clone
Alex Bennée
1
-0
/
+8
2016-10-21
linux-user: added support for pwritev() system call.
Dejan Jovicevic
1
-0
/
+15
2016-10-21
linux-user: added support for preadv() system call.
Dejan Jovicevic
1
-0
/
+15
2016-10-21
linux-user: Add support for syncfs() syscall
Aleksandar Markovic
1
-0
/
+5
2016-10-21
linux-user: Add support for clock_adjtime() syscall
Aleksandar Markovic
1
-0
/
+18
2016-10-21
linux-user: Don't use alloca() for epoll_wait's epoll event array
Peter Maydell
1
-4
/
+13
2016-10-21
linux-user: add RTA_PRIORITY in netlink
Laurent Vivier
1
-0
/
+1
2016-10-21
linux-user: add kcmp() syscall
Laurent Vivier
1
-0
/
+10
2016-10-21
linux-user: Fix syslog() syscall support
Aleksandar Markovic
1
-6
/
+44
2016-10-21
linux-user: Fix socketcall() syscall support
Aleksandar Markovic
1
-57
/
+62
2016-10-21
linux-user: Fix msgrcv() and msgsnd() syscalls support
Aleksandar Markovic
1
-0
/
+3
2016-10-21
linux-user: Fix mq_open() syscall support
Aleksandar Markovic
1
-7
/
+9
2016-10-21
linux-user: Add support for adjtimex() syscall
Aleksandar Markovic
1
-1
/
+86
2016-10-10
Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...
Peter Maydell
1
-1
/
+1
2016-10-08
linux-user: include <poll.h> instead of <sys/poll.h>
Felix Janda
1
-1
/
+1
2016-10-04
linux-user/syscall: extend lock around cpu-list
Alex Bennée
1
-1
/
+6
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
[next]