Sign in
qemu
/
qemu
/
adf7d8fb44a47e3b4d7cdbf1f1c229b853ad97ed
/
linux-user
/
mmap.c
17e2377
Prevent guest reusing host memory allocations.
by pbrook
· 17 years ago
d597536
Multithreaded locking fixes.
by pbrook
· 17 years ago
c8a706f
Multithreaded locking for mmap().
by pbrook
· 17 years ago
0776590
Mark host brk() area as reserved.
by pbrook
· 17 years ago
7ab240a
Teach mmap to not overwrite reserved pages and fix brk return value (Richard Purdie).
by balrog
· 17 years ago
171cd1c
Cope with arch-specific page protection flags in mmap (Richard Purdie).
by balrog
· 17 years ago
2e0ded9
Use TARGET_FMT_lx.
by edgar_igl
· 17 years ago
50a9569
Mark host pages as reserved (Magnus Damm).
by balrog
· 17 years ago
a03e2d4
fixed target_mmap() if host page size < TARGET_PAGE_SIZE
by bellard
· 17 years ago
80210bc
Fix compiler warnings, by Stefan Weil.
by ths
· 17 years ago
992f48a
Support for 32 bit ABI on 64 bit targets (only enabled Sparc64)
by blueswir1
· 17 years ago
a5b85f7
Fix mmap to handle differing host/target page sizes, by Edgar E. Iglesias.
by ths
· 17 years ago
4118a97
memset string pages to zero to avoid putting random data on the stack
by j_mayer
· 17 years ago
3b46e62
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
by ths
· 17 years ago
5fafdf2
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
by ths
· 17 years ago
6b078df
Add __mips__to mmap specialcase.
by ths
· 18 years ago
e6e5906
ColdFire target.
by pbrook
· 18 years ago
53a5960
Avoid accessing guest memory directly in usermode emulation.
by pbrook
· 19 years ago
e89f07d
Make target_mmap always return -1 on failure.
by pbrook
· 19 years ago
b8076a7
ia64 host support (David Mosberger)
by bellard
· 20 years ago
83fb7ad
Darwin patch (initial patch by Pierre d'Herbemont)
by bellard
· 21 years ago
4f2ac23
amd64 port (Jocelyn Mayer)
by bellard
· 21 years ago
bc51c5c
initial x86-64 host support (Gwenole Beauchesne)
by bellard
· 21 years ago
4a585cc
avoid unaligned file offset in anonymous mapping
by bellard
· 22 years ago
917f95f
alpha fix
by bellard
· 22 years ago
d418c81
fixed small page handling
by bellard
· 22 years ago
5493600
mmap emulation
by bellard
· 22 years ago