index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
linux-user
/
syscall.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
linux-user: fix socklen_t comparisons
Blue Swirl
2010-09-18
1
-7
/
+13
*
Usermode exec-stack fix
Paul Brook
2010-06-16
1
-0
/
+11
*
s390x: Avoid _llseek.
Richard Henderson
2010-06-11
1
-2
/
+2
*
linux-user: do not warn for missing pselect6
Riku Voipio
2010-05-21
1
-0
/
+4
*
alpha-linux-user: Fix sigprocmask.
Richard Henderson
2010-05-21
1
-3
/
+34
*
alpha-linux-user: Fix sigsuspend parameters.
Richard Henderson
2010-05-21
1
-0
/
+5
*
alpha-linux-user: Fix getxpid.
Richard Henderson
2010-05-21
1
-3
/
+8
*
alpha-linux-user: Fix pipe return mechanism.
Richard Henderson
2010-05-21
1
-12
/
+18
*
alpha-linux-user: Fix brk error return.
Richard Henderson
2010-05-21
1
-2
/
+10
*
linux-user: rlimit conversion between host and target.
takasi-y@ops.dti.ne.jp
2010-05-18
1
-8
/
+22
*
target-alpha: Enable NPTL.
Richard Henderson
2010-04-27
1
-1
/
+1
*
linux-user: Fix sparc32plus stat64 syscalls.
Richard Henderson
2010-04-26
1
-1
/
+1
*
linux-user: do_shmdt(): Fix page_set_flags's 2nd arg.
takasi-y@ops.dti.ne.jp
2010-04-14
1
-1
/
+1
*
Fix compilation with missing inotify_init1
Stefan Weil
2010-04-01
1
-0
/
+2
*
linux-user/ia64: workaround ia64 strangenesses
Aurelien Jarno
2010-04-01
1
-1
/
+5
*
linux-user: add inotify_init1 syscall support
Riku Voipio
2010-03-26
1
-0
/
+14
*
linux-user: Fix syscall pipe2() retval on sh4
takasi-y@ops.dti.ne.jp
2010-03-06
1
-3
/
+6
*
alpha-linux-user: Implement signals.
Richard Henderson
2010-02-28
1
-7
/
+54
*
linux-user: adapt uname machine to emulated CPU
Loïc Minier
2010-02-06
1
-1
/
+2
*
alpha: fix stat64 issue
Vince Weaver
2010-01-14
1
-1
/
+1
*
target-alpha: Fixes for alpha-linux syscalls.
Richard Henderson
2009-12-13
1
-10
/
+127
*
(x86/Sparc/PPC)-user: fix cpu_copy
Blue Swirl
2009-11-07
1
-0
/
+3
*
Re: linux-user/syscall.c - don't add GUEST_BASE to NULL pointer
Jan-Simon Möller
2009-10-17
1
-2
/
+6
*
linux-user: KD/VT/FB ioctls
Ulrich Hecht
2009-10-17
1
-0
/
+2
*
linux-user: getpriority errno fix
Ulrich Hecht
2009-10-15
1
-1
/
+1
*
implementations of dup3 and fallocate that are good enough to fool LTP
Ulrich Hecht
2009-10-15
1
-0
/
+10
*
Revert "Get rid of _t suffix"
Anthony Liguori
2009-10-01
1
-18
/
+18
*
Get rid of _t suffix
malc
2009-10-01
1
-18
/
+18
*
linux-user: fix coding style nit
Michael S. Tsirkin
2009-09-30
1
-1
/
+1
*
F_DUPFD_CLOEXEC is not universally available
malc
2009-09-10
1
-0
/
+2
*
linux-user: zero fstat buffer to initialize nsec fields
Ulrich Hecht
2009-08-25
1
-0
/
+1
*
linux-user: fadvise64 implementation
Ulrich Hecht
2009-08-25
1
-3
/
+14
*
linux-user: enable getdents for > 32-bit systems
Ulrich Hecht
2009-08-25
1
-5
/
+1
*
linux-user: fcntl fixes for LTP
Ulrich Hecht
2009-08-25
1
-12
/
+22
*
linux-user: fix mq_* compilation problems
Nathan Froyd
2009-08-25
1
-2
/
+5
*
m68k, linux-user: enable sigaltstack()
Laurent Vivier
2009-08-25
1
-1
/
+2
*
linux-user: add eventfd support
Riku Voipio
2009-08-25
1
-0
/
+15
*
linux-user: make FUTEX_* calls honor timeout parameter
Nathan Froyd
2009-08-03
1
-8
/
+16
*
rename USE_NPTL to CONFIG_USE_NPTL
Juan Quintela
2009-07-27
1
-10
/
+10
*
rename HAVE_GPROF to TARGET_GPROF
Juan Quintela
2009-07-27
1
-3
/
+3
*
Fix most warnings (errors with -Werror) when debugging is enabled
Blue Swirl
2009-07-20
1
-1
/
+1
*
Update to a hopefully more future proof FSF address
Blue Swirl
2009-07-16
1
-3
/
+1
*
getrlimit conversion mix-up
Ulrich Hecht
2009-07-08
1
-2
/
+2
*
wrap path for access syscall
Ulrich Hecht
2009-07-08
1
-1
/
+1
*
64-bit clean socketcall syscall
Ulrich Hecht
2009-07-08
1
-65
/
+65
*
pipe argument should not be signed
Ulrich Hecht
2009-07-08
1
-1
/
+1
*
linux-user/syscall.c: remove warning: ‘array’ may be used uninitialized i...
vibi sreenivasan
2009-07-08
1
-1
/
+1
*
linux-user: check some parameters for some socket syscalls.
Arnaud Patard
2009-07-08
1
-8
/
+34
*
linux-user: strace now handles guest stringscorrectly [v2]
Riku Voipio
2009-06-19
1
-1
/
+0
*
linux-user: remove duplicate tswap32() from do_getsockopt()
Laurent Vivier
2009-06-16
1
-1
/
+0
[next]