index
:
~jwrdegoede/qemu-kvm
master
qemu-kvm-0.14.0-spice
Hans' Fedora 15 qemu-kvm patches git repo
jwrdegoede
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux-user
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-25
__thread should be before real type
Juan Quintela
1
-1
/
+1
2009-09-25
static and inline should came before the type of the functions
Juan Quintela
1
-1
/
+1
2009-09-21
Export tables properly to avoid a Sparse warning
Blue Swirl
1
-3
/
+4
2009-09-21
Fix Sparse warnings about using plain integer as NULL pointer
Blue Swirl
1
-1
/
+1
2009-09-20
Compile loader only once
Blue Swirl
1
-2
/
+2
2009-09-13
Revert "Fix Sparc/Linux host breakage by df70204db53e3611af986f434e74a882bce1...
Blue Swirl
1
-21
/
+0
2009-09-13
Fix Sparc/Linux host breakage by df70204db53e3611af986f434e74a882bce190ca
Blue Swirl
1
-0
/
+21
2009-09-12
Fix text relocations in linux-user targets
Kirill A. Shutemov
1
-26
/
+0
2009-09-12
Fix sys-queue.h conflict for good
Blue Swirl
2
-15
/
+15
2009-09-10
F_DUPFD_CLOEXEC is not universally available
malc
1
-0
/
+2
2009-09-05
Fix Sparse warnings: add "static"
Blue Swirl
1
-1
/
+1
2009-08-25
linux-user: Rewrite mmap_find_vma() to work fine on 64-bit hosts with 32-bit ...
Kirill A. Shutemov
1
-36
/
+43
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
2
-12
/
+29
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
m68k, linux-user: add setup_rt_frame
Laurent Vivier
1
-3
/
+202
2009-08-25
m68k,linux-user: add setup_frame
Laurent Vivier
1
-0
/
+183
2009-08-25
linux-user: add eventfd support
Riku Voipio
1
-0
/
+15
2009-08-16
Replace local ADDRX/PADDRX macros with TARGET_FMT_lx/plx
Blue Swirl
1
-3
/
+3
2009-08-15
linux-user: compile envlist.c only once
Blue Swirl
2
-269
/
+0
2009-08-15
user: compile path.c only once
Blue Swirl
2
-161
/
+0
2009-08-10
Fix symfind.
Laurent Desnogues
1
-1
/
+1
2009-08-04
Sparc64: replace tsptr with helper routine
Igor Kovalenko
1
-1
/
+1
2009-08-03
linux-user: make FUTEX_* calls honor timeout parameter
Nathan Froyd
1
-8
/
+16
2009-08-03
linux-user: handle POWERPC_EXCP_STCX
Nathan Froyd
1
-0
/
+68
2009-08-01
More NULL pointer fixes
Blue Swirl
2
-2
/
+2
2009-07-27
rename USE_NPTL to CONFIG_USE_NPTL
Juan Quintela
4
-18
/
+18
2009-07-27
rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN
Juan Quintela
2
-4
/
+4
2009-07-27
rename HAVE_GPROF to TARGET_GPROF
Juan Quintela
1
-3
/
+3
2009-07-20
Fix most warnings (errors with -Werror) when debugging is enabled
Blue Swirl
3
-10
/
+12
2009-07-18
Use correct byteswap routine for elf_note
malc
1
-3
/
+3
2009-07-18
Avoid name clashes with symbols that leak from system headers
malc
2
-41
/
+41
2009-07-17
ELF codedump build failures
Laurent Desnogues
1
-29
/
+30
2009-07-17
Userspace guest address offsetting
Paul Brook
3
-0
/
+71
2009-07-16
Update to a hopefully more future proof FSF address
Blue Swirl
8
-23
/
+8
2009-07-15
Avoid SIGSEGV when dumping cpu state without enabled logging
malc
1
-1
/
+2
2009-07-09
consolidate user cpu_{in, out}[bwl] into ioport-user.c
Isaku Yamahata
1
-33
/
+0
2009-07-09
Merge commit 'linux-user/linux-user-for-upstream' into tmp-staging
Anthony Liguori
3
-82
/
+110
2009-07-09
MIPS signal handling fix
Paul Brook
1
-0
/
+2
2009-07-09
MIPS atomic instructions
Paul Brook
1
-0
/
+60
2009-07-09
Fix MIPS sys_clone
Paul Brook
1
-1
/
+1
2009-07-08
getrlimit conversion mix-up
Ulrich Hecht
1
-2
/
+2
2009-07-08
wrap path for access syscall
Ulrich Hecht
1
-1
/
+1
2009-07-08
64-bit clean socketcall syscall
Ulrich Hecht
1
-65
/
+65
2009-07-08
pipe argument should not be signed
Ulrich Hecht
1
-1
/
+1
2009-07-08
linux-user/syscall.c: remove warning: ‘array’ may be used uninitialized i...
vibi sreenivasan
1
-1
/
+1
2009-07-08
linux-user: check some parameters for some socket syscalls.
Arnaud Patard
1
-8
/
+34
[next]