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
/
flatload.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-10
osdep: add wrappers for socket functions
Daniel P. Berrange
1
-1
/
+0
2016-01-29
linux-user: Clean up includes
Peter Maydell
1
-4
/
+1
2015-09-28
linux-user: remove MAX_ARG_PAGES limit
Stefan BrĂ¼ns
1
-1
/
+1
2014-01-10
linux-user: Remove regs parameter of load_elf_binary and load_flt_binary
Will Newton
1
-2
/
+1
2013-11-29
flatload: fix non-GOT relocations
Corey J. Boyle
1
-1
/
+1
2012-08-14
flatload: fix bss clearing
Mike Frysinger
1
-1
/
+1
2011-12-02
fix spelling in linux-user sub directory
Dong Xu Wang
1
-1
/
+1
2011-06-21
flatload: memp was a write-only variable
Juan Quintela
1
-3
/
+0
2011-06-21
flatload: end_code was only used in a debug message
Juan Quintela
1
-3
/
+2
2011-02-09
linux-user/FLAT: allow targets to override FLAT processing
Mike Frysinger
1
-16
/
+11
2011-02-09
linux-user/FLAT: fix auto-stack sizing
Mike Frysinger
1
-2
/
+9
2010-09-18
linux-user: improve flatload error checking
Blue Swirl
1
-1
/
+2
2010-06-16
Usermode exec-stack fix
Paul Brook
1
-0
/
+1
2010-05-28
linux-user: Fix compilation with DEBUG defined
Riccardo Magliocchetti
1
-1
/
+1
2009-07-16
Update to a hopefully more future proof FSF address
Blue Swirl
1
-3
/
+1
2009-05-13
Replace gcc variadic macro extension with C99 version
Blue Swirl
1
-2
/
+2
2009-01-05
Fix more FSF addresses
blueswir1
1
-1
/
+2
2008-10-26
Fix undeclared symbol warnings from sparse
blueswir1
1
-3
/
+3
2008-07-16
Fix a bunch of type mismatch-related warnings (Jan Kiszka).
balrog
1
-3
/
+3
2007-11-16
suppressed tgetx and tputx (initial patch by Thayne Harbaugh)
bellard
1
-10
/
+21
2007-11-11
Linux user memory access API change (initial patch by Thayne Harbaugh)
bellard
1
-1
/
+1
2007-10-14
Support for 32 bit ABI on 64 bit targets (only enabled Sparc64)
blueswir1
1
-46
/
+46
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
-12
/
+12
2007-04-15
bFLT loader alignment fix.
pbrook
1
-8
/
+11
2007-03-15
Align stack when loading bFLT binaries.
pbrook
1
-0
/
+7
2006-12-26
bFLT loader commandline fix.
pbrook
1
-1
/
+1
2006-06-17
Respond to qOffsets gdb packet (for debugging bFLT binaries).
pbrook
1
-0
/
+3
2006-06-11
bFLT loader (for uClinux binaries).
pbrook
1
-0
/
+790