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
/
linuxload.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-29
linux-user: Clean up includes
Peter Maydell
1
-7
/
+1
2015-09-28
linux-user: remove MAX_ARG_PAGES limit
Stefan Brüns
1
-7
/
+0
2014-03-13
cpu: Move opaque field from CPU_COMMON to CPUState
Andreas Färber
1
-2
/
+1
2014-01-10
linux-user: Remove regs parameter of load_elf_binary and load_flt_binary
Will Newton
1
-2
/
+2
2013-09-24
linux-user: add support of binfmt_misc 'O' flag
Laurent Vivier
1
-6
/
+2
2013-07-09
linux-user: Change thread_env to CPUState
Andreas Färber
1
-1
/
+2
2012-10-12
linux-user: If loading fails, print error as string, not number
Peter Maydell
1
-4
/
+4
2011-11-11
linux-user/elfload.c: Don't memset(NULL..) if malloc() failed
Peter Maydell
1
-1
/
+1
2011-06-21
linuxload: id_change was a write only variable
Juan Quintela
1
-24
/
+1
2011-01-07
Remove dead code for ARM semihosting commandline handling
Wolfgang Schildbach
1
-2
/
+0
2010-07-29
linux-user: Reduce lseek+reads while loading elf files.
Richard Henderson
1
-10
/
+7
2010-04-25
linux-user: Remove ELFLOAD32.
Richard Henderson
1
-5
/
+1
2009-10-16
linux-user: don't zero a buffer twice
Paul Bolle
1
-1
/
+0
2009-08-01
More NULL pointer fixes
Blue Swirl
1
-1
/
+1
2009-06-16
linux-user: implemented ELF coredump support for ARM target
Mika Westerberg
1
-24
/
+26
2007-11-16
suppressed tgetx and tputx (initial patch by Thayne Harbaugh)
bellard
1
-7
/
+18
2007-11-11
Linux user memory access API change (initial patch by Thayne Harbaugh)
bellard
1
-3
/
+6
2007-10-14
Support for 32 bit ABI on 64 bit targets (only enabled Sparc64)
blueswir1
1
-6
/
+6
2007-10-09
Support for executing 32 bit SPARC32PLUS files for Sparc64 user emulator
blueswir1
1
-0
/
+4
2007-09-17
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...
ths
1
-1
/
+1
2007-09-16
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
ths
1
-2
/
+2
2007-06-03
Fix typo in comment.
ths
1
-1
/
+1
2006-11-19
Arm semihosted commandline support (Wolfgang Schildbach).
pbrook
1
-0
/
+2
2006-06-11
bFLT loader (for uClinux binaries).
pbrook
1
-0
/
+195