index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
linux-user
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix Sparse warnings: add "static"
Blue Swirl
2009-09-05
1
-1
/
+1
*
linux-user: Rewrite mmap_find_vma() to work fine on 64-bit hosts with 32-bit ...
Kirill A. Shutemov
2009-08-25
1
-36
/
+43
*
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
2
-12
/
+29
*
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
*
m68k, linux-user: add setup_rt_frame
Laurent Vivier
2009-08-25
1
-3
/
+202
*
m68k,linux-user: add setup_frame
Laurent Vivier
2009-08-25
1
-0
/
+183
*
linux-user: add eventfd support
Riku Voipio
2009-08-25
1
-0
/
+15
*
Replace local ADDRX/PADDRX macros with TARGET_FMT_lx/plx
Blue Swirl
2009-08-16
1
-3
/
+3
*
linux-user: compile envlist.c only once
Blue Swirl
2009-08-15
2
-269
/
+0
*
user: compile path.c only once
Blue Swirl
2009-08-15
2
-161
/
+0
*
Fix symfind.
Laurent Desnogues
2009-08-10
1
-1
/
+1
*
Sparc64: replace tsptr with helper routine
Igor Kovalenko
2009-08-04
1
-1
/
+1
*
linux-user: make FUTEX_* calls honor timeout parameter
Nathan Froyd
2009-08-03
1
-8
/
+16
*
linux-user: handle POWERPC_EXCP_STCX
Nathan Froyd
2009-08-03
1
-0
/
+68
*
More NULL pointer fixes
Blue Swirl
2009-08-01
2
-2
/
+2
*
rename USE_NPTL to CONFIG_USE_NPTL
Juan Quintela
2009-07-27
4
-18
/
+18
*
rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN
Juan Quintela
2009-07-27
2
-4
/
+4
*
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
3
-10
/
+12
*
Use correct byteswap routine for elf_note
malc
2009-07-18
1
-3
/
+3
*
Avoid name clashes with symbols that leak from system headers
malc
2009-07-18
2
-41
/
+41
*
ELF codedump build failures
Laurent Desnogues
2009-07-17
1
-29
/
+30
*
Userspace guest address offsetting
Paul Brook
2009-07-17
3
-0
/
+71
*
Update to a hopefully more future proof FSF address
Blue Swirl
2009-07-16
8
-23
/
+8
*
Avoid SIGSEGV when dumping cpu state without enabled logging
malc
2009-07-15
1
-1
/
+2
*
consolidate user cpu_{in, out}[bwl] into ioport-user.c
Isaku Yamahata
2009-07-09
1
-33
/
+0
*
Merge commit 'linux-user/linux-user-for-upstream' into tmp-staging
Anthony Liguori
2009-07-09
3
-82
/
+110
|
\
|
*
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: increment MAX_ARG_PAGES
Arnaud Patard
2009-07-08
2
-4
/
+6
*
|
MIPS signal handling fix
Paul Brook
2009-07-09
1
-0
/
+2
*
|
MIPS atomic instructions
Paul Brook
2009-07-09
1
-0
/
+60
*
|
Fix MIPS sys_clone
Paul Brook
2009-07-09
1
-1
/
+1
|
/
*
Fix missing strnlen problems
Blue Swirl
2009-07-01
1
-11
/
+0
*
microblaze: Support the latest mmu-kernel stat64 ABI.
Edgar E. Iglesias
2009-06-23
1
-2
/
+3
*
linux-user: strace now handles guest stringscorrectly [v2]
Riku Voipio
2009-06-19
3
-2
/
+17
*
linux-user: remove duplicate tswap32() from do_getsockopt()
Laurent Vivier
2009-06-16
1
-1
/
+0
*
linux-user/syscall.c: define _ATFILE_SOURCE
Eduardo Habkost
2009-06-16
1
-0
/
+1
*
linux-user: initialize mmap_mutex properly
Nathan Froyd
2009-06-16
1
-1
/
+1
*
RFC: fix fcntl support in linux-user - new try
Arnaud Patard (Rtp)
2009-06-16
2
-24
/
+73
*
linux-user: add tee, splice and vmsplice
vibisreenivasan
2009-06-16
1
-0
/
+40
*
linux-user: implement pipe2 [v3]
Riku Voipio
2009-06-16
1
-18
/
+37
[next]