Sign in
qemu
/
qemu
/
0032dbdb415093160e0b979a8ff66ae5ac0ca3e2
/
linux-user
/
linuxload.c
7d37435
avoid TABs in files that only contain a few
by Paolo Bonzini
· 6 years ago
72e21db
remove space-tab sequences
by Paolo Bonzini
· 6 years ago
d39594e
linux-user: Clean up includes
by Peter Maydell
· 9 years ago
59baae9
linux-user: remove MAX_ARG_PAGES limit
by Stefan Brüns
· 9 years ago
0429a97
cpu: Move opaque field from CPU_COMMON to CPUState
by Andreas Färber
· 11 years ago
f0116c5
linux-user: Remove regs parameter of load_elf_binary and load_flt_binary
by Will Newton
· 11 years ago
03cfd8f
linux-user: add support of binfmt_misc 'O' flag
by Laurent Vivier
· 11 years ago
a2247f8
linux-user: Change thread_env to CPUState
by Andreas Färber
· 12 years ago
885c1d1
linux-user: If loading fails, print error as string, not number
by Peter Maydell
· 12 years ago
7dd4766
linux-user/elfload.c: Don't memset(NULL..) if malloc() failed
by Peter Maydell
· 13 years ago
331c23b
linuxload: id_change was a write only variable
by Juan Quintela
· 14 years ago
67af42a
Remove dead code for ARM semihosting commandline handling
by Wolfgang Schildbach
· 14 years ago
9955ffa
linux-user: Reduce lseek+reads while loading elf files.
by Richard Henderson
· 14 years ago
6495a04
linux-user: Remove ELFLOAD32.
by Richard Henderson
· 15 years ago
e2cc3f6
linux-user: don't zero a buffer twice
by Paul Bolle
· 15 years ago
7cba04f
More NULL pointer fixes
by Blue Swirl
· 15 years ago
edf8e2a
linux-user: implemented ELF coredump support for ARM target
by Mika Westerberg
· 16 years ago
2f61969
suppressed tgetx and tputx (initial patch by Thayne Harbaugh)
by bellard
· 17 years ago
579a97f
Linux user memory access API change (initial patch by Thayne Harbaugh)
by bellard
· 17 years ago
992f48a
Support for 32 bit ABI on 64 bit targets (only enabled Sparc64)
by blueswir1
· 17 years ago
cb33da5
Support for executing 32 bit SPARC32PLUS files for Sparc64 user emulator
by blueswir1
· 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
0458df2
Fix typo in comment.
by ths
· 18 years ago
38d0662
Arm semihosted commandline support (Wolfgang Schildbach).
by pbrook
· 18 years ago
e5fe0c5
bFLT loader (for uClinux binaries).
by pbrook
· 19 years ago