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
2018-02-18
linux-user: Fix sched_getaffinity mask size
Samuel Thibault
1
-1
/
+3
2018-02-18
linux-user: Implement ioctl cmd TIOCGPTPEER
Andreas Schwab
1
-0
/
+9
2018-02-09
Clean up includes
Markus Armbruster
1
-1
/
+0
2018-02-05
Drop remaining bits of ia64 host support
Peter Maydell
1
-6
/
+1
2018-01-23
linux-user: implement renameat2
Andreas Schwab
1
-0
/
+34
2018-01-23
linux-user: Add getcpu() support
Samuel Thibault
1
-0
/
+19
2018-01-23
linux-user: Fix sched_get/setaffinity conversion
Samuel Thibault
1
-8
/
+73
2018-01-23
linux-user: Translate flags argument to dup3 syscall
Peter Maydell
1
-1
/
+9
2018-01-23
linux-user: Don't use CMSG_ALIGN(sizeof struct cmsghdr)
Peter Maydell
1
-2
/
+2
2018-01-23
linux-user: Fix length calculations in host_to_target_cmsg()
Peter Maydell
1
-7
/
+22
2017-11-07
linux-user: Handle rt_sigaction correctly for SPARC
Peter Maydell
1
-4
/
+23
2017-11-07
linux-user: return EINVAL from prctl(PR_*_SECCOMP)
James Cowgill
1
-0
/
+6
2017-11-07
linux-user: fix 'finshed' typo in comment
Emilio G. Cota
1
-1
/
+1
2017-11-07
linux-user/syscall.c: Handle SH4's exceptional alignment for p{read, write}64
James Clarke
1
-11
/
+25
2017-11-07
linux-user: Handle TARGET_MAP_STACK and TARGET_MAP_HUGETLB
Helge Deller
1
-11
/
+20
2017-10-24
tcg: enable multiple TCG contexts in softmmu
Emilio G. Cota
1
-0
/
+1
2017-10-19
Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20171018' int...
Peter Maydell
1
-0
/
+3
2017-10-16
linux-user: Add some random ioctls
Marco A L Barbosa
1
-0
/
+1
2017-10-16
linux-user: remove duplicate break in syscall
Carlo Marcelo Arenas Belón
1
-1
/
+0
2017-10-16
linux-user: remove duplicate break in syscall
Carlo Marcelo Arenas Belón
1
-1
/
+0
2017-10-16
linux-user: fix O_TMPFILE handling
Riku Voipio
1
-0
/
+3
2017-08-08
Revert "rcu: do not create thread in pthread_atfork callback"
Paolo Bonzini
1
-1
/
+0
2017-07-31
Revert "syscall: fix dereference of undefined pointer"
Peter Maydell
1
-1
/
+0
2017-07-31
syscall: check inotify() and eventfd() return value
Philippe Mathieu-Daudé
1
-4
/
+12
2017-07-31
syscall: fix use of uninitialized values
Philippe Mathieu-Daudé
1
-0
/
+1
2017-07-31
syscall: fix dereference of undefined pointer
Philippe Mathieu-Daudé
1
-0
/
+1
2017-07-14
qom/cpu: remove host_tid field
Alex Bennée
1
-1
/
+0
2017-05-29
linux-user: add support for rt_tgsigqueueinfo() system call
Miloš Stojanović
1
-0
/
+16
2017-05-29
linux-user: fix argument type declaration of rt_sigqueinfo() syscall
Miloš Stojanović
1
-1
/
+1
2017-05-29
linux-user: fix mismatch of lock/unlock_user() invocations in rt_sigqueinfo()...
Miloš Stojanović
1
-1
/
+1
2017-05-29
linux-user: fix ssetmask() system call
Miloš Stojanović
1
-9
/
+1
2017-05-29
linux-user: remove all traces of qemu from /proc/self/cmdline
Andreas Schwab
1
-40
/
+7
2017-05-29
linux-user: allocate heap memory for execve arguments
Prasad J Pandit
1
-2
/
+5
2017-05-29
linux-user: fix inotify
Laurent Vivier
1
-0
/
+29
2017-05-29
linux-user: fix fadvise64_64() on ppc
Laurent Vivier
1
-0
/
+10
2017-05-29
linux-user: fix eventfd
Laurent Vivier
1
-2
/
+24
2017-05-29
linux-user: call fd_trans_target_to_host_data() for write()
Laurent Vivier
1
-1
/
+11
2017-02-27
syscall: fixed mincore(2) not failing with ENOMEM
Franklin \"Snaipe\" Mathieu
1
-3
/
+8
2017-02-27
linux-user: Add sockopts for IPv6 ping and IPv6 traceroute
Helge Deller
1
-1
/
+131
2017-02-27
linux-user: fix fork()
Laurent Vivier
1
-2
/
+3
2017-02-16
linux-user: fix settime old value location
Marc-André Lureau
1
-2
/
+6
2017-02-14
linux-user: manage two new IFLA host message types
Laurent Vivier
1
-0
/
+2
2017-02-14
linux-user: Fix mq_open
Lena Djokic
1
-3
/
+8
2017-02-14
linux-user: Fix readahead
Lena Djokic
1
-1
/
+1
2017-02-14
linux-user: Fix inotify_init1 support
Lena Djokic
1
-1
/
+2
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
[next]