index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux-user
/
mmap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-11-02
Fix compiler warnings, by Stefan Weil.
ths
1
-21
/
+23
2007-10-14
Support for 32 bit ABI on 64 bit targets (only enabled Sparc64)
blueswir1
1
-19
/
+19
2007-09-30
Fix mmap to handle differing host/target page sizes, by Edgar E. Iglesias.
ths
1
-37
/
+65
2007-09-27
memset string pages to zero to avoid putting random data on the stack
j_mayer
1
-3
/
+3
2007-09-17
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...
ths
1
-9
/
+9
2007-09-16
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
ths
1
-24
/
+24
2007-06-03
Add __mips__to mmap specialcase.
ths
1
-3
/
+3
2006-10-22
ColdFire target.
pbrook
1
-1
/
+1
2006-03-25
Avoid accessing guest memory directly in usermode emulation.
pbrook
1
-76
/
+88
2006-02-04
Make target_mmap always return -1 on failure.
pbrook
1
-6
/
+12
2005-04-07
ia64 host support (David Mosberger)
bellard
1
-2
/
+4
2004-07-05
Darwin patch (initial patch by Pierre d'Herbemont)
bellard
1
-28
/
+28
2004-04-26
amd64 port (Jocelyn Mayer)
bellard
1
-2
/
+7
2004-03-17
initial x86-64 host support (Gwenole Beauchesne)
bellard
1
-1
/
+1
2003-06-09
avoid unaligned file offset in anonymous mapping
bellard
1
-2
/
+7
2003-06-05
alpha fix
bellard
1
-0
/
+6
2003-05-13
fixed small page handling
bellard
1
-6
/
+17
2003-05-13
mmap emulation
bellard
1
-0
/
+370