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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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_defs.h
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-16
linux-user: Add FICLONE and FICLONERANGE ioctls
Helge Deller
1
-0
/
+4
2017-01-24
nios2: Add usermode binaries emulation
Marek Vasut
1
-3
/
+5
2017-01-23
linux-user: Add HPPA definitions to syscall_defs.h
Richard Henderson
1
-1
/
+130
2017-01-23
linux-user: Add some hppa ioctls
Helge Deller
1
-0
/
+15
2017-01-22
linux-user: Add SIOCGPGRP, SIOCGSTAMP, SIOCGSTAMPNS
Helge Deller
1
-0
/
+4
2017-01-22
Revert "Remove remainders of HPPA backend"
Richard Henderson
1
-2
/
+2
2016-10-21
linux-user: Fix definition of target_sigevent for 32-bit guests
Peter Maydell
1
-6
/
+10
2016-10-21
linux-user: Fix syslog() syscall support
Aleksandar Markovic
1
-0
/
+25
2016-10-21
linux-user: Fix socketcall() syscall support
Aleksandar Markovic
1
-20
/
+22
2016-10-21
linux-user: Add support for adjtimex() syscall
Aleksandar Markovic
1
-0
/
+28
2016-09-23
linux-user: Fix structure target_flock definition for Mips
Aleksandar Markovic
1
-0
/
+6
2016-09-23
linux-user: Fix TARGET_F_GETOWN definition for Mips
Aleksandar Markovic
1
-1
/
+1
2016-09-23
linux-user: Fix TARGET_SIOCATMARK definition for Mips
Aleksandar Markovic
1
-0
/
+4
2016-09-21
linux-user: Check for bad event numbers in epoll_wait
Peter Maydell
1
-0
/
+3
2016-09-21
linux-user: Implement FS_IOC_GETFLAGS and FS_IOC_SETFLAGS ioctls
Peter Maydell
1
-0
/
+6
2016-09-15
Remove remainders of HPPA backend
Thomas Huth
1
-2
/
+2
2016-07-19
linux-user: Add some new blk ioctls
Peter Maydell
1
-0
/
+11
2016-07-19
linux-user: Add loop control ioctls
Peter Maydell
1
-0
/
+4
2016-07-12
linux-user: Fix broken header guard in syscall_defs.h
Markus Armbruster
1
-4
/
+3
2016-06-26
linux-user: add socketcall() strace
Laurent Vivier
1
-4
/
+18
2016-06-26
linux-user: Support F_GETPIPE_SZ and F_SETPIPE_SZ fcntls
Peter Maydell
1
-0
/
+2
2016-06-08
linux-user: Correct signedness of target_flock l_start and l_len fields
Peter Maydell
1
-17
/
+17
2016-06-07
linux-user: Use both si_code and si_signo when converting siginfo_t
Peter Maydell
1
-0
/
+15
2016-05-27
linux-user: x86_64: Don't use 16-bit UIDs
Peter Maydell
1
-1
/
+2
2016-01-11
linux-user: Add SOCKOP_sendmmsg and SOCKOP_recvmmsg socket call, wire them up.
John Paul Adrian Glaubitz
1
-0
/
+2
2016-01-08
linux-user: correctly align target_epoll_event
Laurent Vivier
1
-8
/
+11
2015-10-07
linux-user/syscall_defs.h: Sync the latest si_code from Linux kernel
Chen Gang
1
-0
/
+11
2015-09-28
linux-user: fix cmsg conversion in case of multiple headers
Jonathan Neuschäfer
1
-5
/
+9
2015-09-15
linux-user: Support tilegx architecture in linux-user
Chen Gang
1
-5
/
+9
2015-09-11
typofixes - v4
Veres Lajos
1
-2
/
+2
2015-02-13
linux-user: correct stat structure in MIPS N32
Leon Alrae
1
-67
/
+19
2015-02-10
linux-user: wrong TARGET_SI_PAD_SIZE value for some targets.
Maxim Ostapenko
1
-1
/
+8
2014-11-11
linux-user: Fix up timer id handling
Alexander Graf
1
-4
/
+1
2014-07-15
linux-user: handle AF_PACKET sockaddrs in target_to_host_sockaddr
Joakim Tjernlund
1
-0
/
+10
2014-06-29
linux-user: support the SIOCGIFINDEX ioctl
Paul Burton
1
-0
/
+1
2014-06-29
linux-user: support the KDSIGACCEPT ioctl
Paul Burton
1
-0
/
+1
2014-06-29
linux-user: respect timezone for settimeofday
Paul Burton
1
-0
/
+5
2014-06-29
linux-user: fix struct target_epoll_event layout for MIPS
Paul Burton
1
-1
/
+1
2014-05-02
linux-user: avoid using glibc internals in _syscall5 and in definition of tar...
Natanael Copa
1
-1
/
+15
2014-03-17
linux-user: Implement capget, capset
Peter Maydell
1
-0
/
+11
2014-03-17
linux-user: implement F_[GS]ETOWN_EX
Andreas Schwab
1
-0
/
+7
2014-03-03
linux-user: Implement sendmmsg syscall
Alexander Graf
1
-0
/
+4
2014-03-03
linux-user: Don't use UID16 on AArch64
Andreas Schwab
1
-1
/
+2
2014-02-19
linux-user: Implement BLKPG ioctl
Andreas Färber
1
-0
/
+1
2014-01-10
linux-user: Support the accept4 socketcall
André Hentschel
1
-0
/
+1
2013-11-29
linux-user: Add target struct defs needed for POSIX timer syscalls.
Erik de Castro Lopo
1
-0
/
+25
2013-11-07
linux-user: Fix stat64 syscall for SPARC64
Stefan Weil
1
-0
/
+14
2013-09-24
linux-user: Add setsockopt(SO_ATTACH_FILTER)
Laurent Vivier
1
-0
/
+12
2013-09-10
linux-user: Fix up AArch64 syscall handlers
Alexander Graf
1
-2
/
+26
2013-07-23
linux-user: Fix epoll on ARM hosts
Alexander Graf
1
-1
/
+4
[next]