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-09-09
linux-user: Implement setxattr/getxattr/removexattr syscalls
An-Cheng Huang
1
-3
/
+51
2011-09-09
linux-user: Fix initialization of the heap contents when allocating new pages
Cédric VINCENT
1
-0
/
+9
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
1
-4
/
+4
2011-07-25
Wrap recv to avoid warnings
Blue Swirl
1
-1
/
+1
2011-07-13
linux-user: make MIPS and ARM eabi use same argument reordering
Riku Voipio
1
-20
/
+18
2011-07-12
mips: rlimit codes are not the same
Wesley W. Terpstra
1
-3
/
+42
2011-07-12
mips: rlimit incorrectly converts values
Wesley W. Terpstra
1
-5
/
+17
2011-07-11
linux-user/syscall.c: Enforce pselect6 sigset size restrictions
Peter Maydell
1
-0
/
+5
2011-07-11
linux-user: Implement prlimit64 syscall
Peter Maydell
1
-0
/
+43
2011-06-21
linux-user: Fix sync_file_range on 32bit mips
Riku Voipio
1
-0
/
+5
2011-06-21
linux-user: Bump do_syscall() up to 8 syscall arguments
Peter Maydell
1
-3
/
+5
2011-06-21
linux-user: syscall should use sanitized arg1
Juan Quintela
1
-2
/
+2
2011-06-21
syscall: really return ret code
Juan Quintela
1
-4
/
+4
2011-06-21
linux-user: add pselect6 syscall support
Mike Frysinger
1
-19
/
+130
2011-06-21
linux-user: Fix the computation of the requested heap size
vincent
1
-8
/
+29
2011-06-21
linux-user: Don't use MAP_FIXED in do_brk()
Peter Maydell
1
-9
/
+20
2011-05-20
s390x: s390x-linux-user support
Ulrich Hecht
1
-4
/
+12
2011-05-08
linux-user: Replace deprecated function
Stefan Weil
1
-1
/
+1
2011-05-02
Don't zero out buffer in sched_getaffinity
Mike McCormack
1
-12
/
+1
2011-05-02
Fix buffer overrun in sched_getaffinity
Mike McCormack
1
-1
/
+1
2011-04-26
linux-user: untie syscalls from UID16
Riku Voipio
1
-9
/
+39
2011-04-26
linux-user: add s390x to llseek list
Alexander Graf
1
-1
/
+2
2011-04-26
linux-user: add ioctl(SIOCGIWNAME, ...) support.
Laurent Vivier
1
-1
/
+1
2011-04-26
linux-user: convert ioctl(SIOCGIFCONF, ...) result.
Laurent Vivier
1
-1
/
+95
2011-04-26
[v2] linux-user: bigger default stack
Riku Voipio
1
-5
/
+2
2011-03-22
linux-user: Fix unlock_user() call in return from poll()
Peter Maydell
1
-3
/
+1
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
[prev]
[next]