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
2011-03-06
linux-user: Fix large seeks by 32 bit guest on 64 bit host
Peter Maydell
1
-6
/
+10
2011-02-17
linux-user: Support the epoll syscalls
Peter Maydell
1
-0
/
+107
2011-02-09
linux-user: implement sched_{g,s}etaffinity
Mike Frysinger
1
-0
/
+67
2011-02-09
linux-user: add ppoll syscall support
Mike Frysinger
1
-2
/
+55
2011-02-09
linux-user: fix sizeof handling for getsockopt
Mike Frysinger
1
-2
/
+2
2011-01-12
linux-user: Add configure check for linux/fiemap.h and IOC_FS_FIEMAP
Peter Maydell
1
-0
/
+4
2011-01-07
linux-user: Implement FS_IOC_FIEMAP ioctl
Peter Maydell
1
-0
/
+88
2011-01-07
linux-user: Support ioctls whose parameter size is not constant
Peter Maydell
1
-3
/
+15
2011-01-07
linux-user: Implement sync_file_range{,2} syscalls
Peter Maydell
1
-0
/
+23
2010-12-03
linux-user: fix compiler error on nptl
Riku Voipio
1
-1
/
+2
2010-12-03
linux-user: Translate getsockopt level option
Jamie Lentin
1
-10
/
+61
2010-12-03
linux-user: fix memory leaks with NPTL emulation
Nathan Froyd
1
-4
/
+7
2010-09-18
linux-user: fix socklen_t comparisons
Blue Swirl
1
-7
/
+13
2010-06-16
Usermode exec-stack fix
Paul Brook
1
-0
/
+11
2010-06-11
s390x: Avoid _llseek.
Richard Henderson
1
-2
/
+2
2010-05-21
linux-user: do not warn for missing pselect6
Riku Voipio
1
-0
/
+4
2010-05-21
alpha-linux-user: Fix sigprocmask.
Richard Henderson
1
-3
/
+34
2010-05-21
alpha-linux-user: Fix sigsuspend parameters.
Richard Henderson
1
-0
/
+5
2010-05-21
alpha-linux-user: Fix getxpid.
Richard Henderson
1
-3
/
+8
2010-05-21
alpha-linux-user: Fix pipe return mechanism.
Richard Henderson
1
-12
/
+18
2010-05-21
alpha-linux-user: Fix brk error return.
Richard Henderson
1
-2
/
+10
2010-05-18
linux-user: rlimit conversion between host and target.
takasi-y@ops.dti.ne.jp
1
-8
/
+22
2010-04-27
target-alpha: Enable NPTL.
Richard Henderson
1
-1
/
+1
2010-04-26
linux-user: Fix sparc32plus stat64 syscalls.
Richard Henderson
1
-1
/
+1
2010-04-14
linux-user: do_shmdt(): Fix page_set_flags's 2nd arg.
takasi-y@ops.dti.ne.jp
1
-1
/
+1
2010-04-01
Fix compilation with missing inotify_init1
Stefan Weil
1
-0
/
+2
2010-04-01
linux-user/ia64: workaround ia64 strangenesses
Aurelien Jarno
1
-1
/
+5
2010-03-26
linux-user: add inotify_init1 syscall support
Riku Voipio
1
-0
/
+14
2010-03-06
linux-user: Fix syscall pipe2() retval on sh4
takasi-y@ops.dti.ne.jp
1
-3
/
+6
2010-02-28
alpha-linux-user: Implement signals.
Richard Henderson
1
-7
/
+54
2010-02-06
linux-user: adapt uname machine to emulated CPU
Loïc Minier
1
-1
/
+2
2010-01-14
alpha: fix stat64 issue
Vince Weaver
1
-1
/
+1
2009-12-13
target-alpha: Fixes for alpha-linux syscalls.
Richard Henderson
1
-10
/
+127
2009-11-07
(x86/Sparc/PPC)-user: fix cpu_copy
Blue Swirl
1
-0
/
+3
2009-10-17
Re: linux-user/syscall.c - don't add GUEST_BASE to NULL pointer
Jan-Simon Möller
1
-2
/
+6
2009-10-17
linux-user: KD/VT/FB ioctls
Ulrich Hecht
1
-0
/
+2
2009-10-15
linux-user: getpriority errno fix
Ulrich Hecht
1
-1
/
+1
2009-10-15
implementations of dup3 and fallocate that are good enough to fool LTP
Ulrich Hecht
1
-0
/
+10
2009-10-01
Revert "Get rid of _t suffix"
Anthony Liguori
1
-18
/
+18
2009-10-01
Get rid of _t suffix
malc
1
-18
/
+18
2009-09-30
linux-user: fix coding style nit
Michael S. Tsirkin
1
-1
/
+1
2009-09-10
F_DUPFD_CLOEXEC is not universally available
malc
1
-0
/
+2
2009-08-25
linux-user: zero fstat buffer to initialize nsec fields
Ulrich Hecht
1
-0
/
+1
2009-08-25
linux-user: fadvise64 implementation
Ulrich Hecht
1
-3
/
+14
2009-08-25
linux-user: enable getdents for > 32-bit systems
Ulrich Hecht
1
-5
/
+1
2009-08-25
linux-user: fcntl fixes for LTP
Ulrich Hecht
1
-12
/
+22
2009-08-25
linux-user: fix mq_* compilation problems
Nathan Froyd
1
-2
/
+5
2009-08-25
m68k, linux-user: enable sigaltstack()
Laurent Vivier
1
-1
/
+2
2009-08-25
linux-user: add eventfd support
Riku Voipio
1
-0
/
+15
2009-08-03
linux-user: make FUTEX_* calls honor timeout parameter
Nathan Froyd
1
-8
/
+16
[next]