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
/
mmap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Include qemu-common.h in order to get prototypes for qemu_malloc etc.
blueswir1
2008-10-02
1
-0
/
+1
*
Prevent guest reusing host memory allocations.
pbrook
2008-06-09
1
-0
/
+46
*
Multithreaded locking fixes.
pbrook
2008-06-07
1
-0
/
+16
*
Multithreaded locking for mmap().
pbrook
2008-06-02
1
-27
/
+73
*
Mark host brk() area as reserved.
pbrook
2008-05-31
1
-0
/
+16
*
Teach mmap to not overwrite reserved pages and fix brk return value (Richard ...
balrog
2008-04-26
1
-1
/
+12
*
Cope with arch-specific page protection flags in mmap (Richard Purdie).
balrog
2008-04-24
1
-2
/
+1
*
Use TARGET_FMT_lx.
edgar_igl
2008-03-14
1
-2
/
+1
*
Mark host pages as reserved (Magnus Damm).
balrog
2007-12-12
1
-1
/
+1
*
fixed target_mmap() if host page size < TARGET_PAGE_SIZE
bellard
2007-11-14
1
-138
/
+126
*
Fix compiler warnings, by Stefan Weil.
ths
2007-11-02
1
-21
/
+23
*
Support for 32 bit ABI on 64 bit targets (only enabled Sparc64)
blueswir1
2007-10-14
1
-19
/
+19
*
Fix mmap to handle differing host/target page sizes, by Edgar E. Iglesias.
ths
2007-09-30
1
-37
/
+65
*
memset string pages to zero to avoid putting random data on the stack
j_mayer
2007-09-27
1
-3
/
+3
*
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...
ths
2007-09-17
1
-9
/
+9
*
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
ths
2007-09-16
1
-24
/
+24
*
Add __mips__to mmap specialcase.
ths
2007-06-03
1
-3
/
+3
*
ColdFire target.
pbrook
2006-10-22
1
-1
/
+1
*
Avoid accessing guest memory directly in usermode emulation.
pbrook
2006-03-25
1
-76
/
+88
*
Make target_mmap always return -1 on failure.
pbrook
2006-02-04
1
-6
/
+12
*
ia64 host support (David Mosberger)
bellard
2005-04-07
1
-2
/
+4
*
Darwin patch (initial patch by Pierre d'Herbemont)
bellard
2004-07-05
1
-28
/
+28
*
amd64 port (Jocelyn Mayer)
bellard
2004-04-26
1
-2
/
+7
*
initial x86-64 host support (Gwenole Beauchesne)
bellard
2004-03-17
1
-1
/
+1
*
avoid unaligned file offset in anonymous mapping
bellard
2003-06-09
1
-2
/
+7
*
alpha fix
bellard
2003-06-05
1
-0
/
+6
*
fixed small page handling
bellard
2003-05-13
1
-6
/
+17
*
mmap emulation
bellard
2003-05-13
1
-0
/
+370