summaryrefslogtreecommitdiffstats
path: root/linux-user/linuxload.c
Commit message (Expand)AuthorAgeFilesLines
* linux-user: Clean up arg_start/arg_end confusionRichard Henderson2022-05-231-2/+10
* linux-user: Split linux-user internals out of qemu.hPeter Maydell2021-09-131-0/+1
* linux-user: Split loader-related prototypes into loader.hPeter Maydell2021-09-131-0/+1
* linux-user: Fix style problems in linuxload.cRichard Henderson2021-07-071-22/+20Star
* avoid TABs in files that only contain a fewPaolo Bonzini2019-01-111-7/+7
* remove space-tab sequencesPaolo Bonzini2019-01-111-1/+1
* linux-user: Clean up includesPeter Maydell2016-01-291-7/+1Star
* linux-user: remove MAX_ARG_PAGES limitStefan Brüns2015-09-281-7/+0Star
* cpu: Move opaque field from CPU_COMMON to CPUStateAndreas Färber2014-03-131-2/+1Star
* linux-user: Remove regs parameter of load_elf_binary and load_flt_binaryWill Newton2014-01-101-2/+2
* linux-user: add support of binfmt_misc 'O' flagLaurent Vivier2013-09-241-6/+2Star
* linux-user: Change thread_env to CPUStateAndreas Färber2013-07-091-1/+2
* linux-user: If loading fails, print error as string, not numberPeter Maydell2012-10-121-4/+4
* linux-user/elfload.c: Don't memset(NULL..) if malloc() failedPeter Maydell2011-11-111-1/+1
* linuxload: id_change was a write only variableJuan Quintela2011-06-211-24/+1Star
* Remove dead code for ARM semihosting commandline handlingWolfgang Schildbach2011-01-071-2/+0Star
* linux-user: Reduce lseek+reads while loading elf files.Richard Henderson2010-07-291-10/+7Star
* linux-user: Remove ELFLOAD32.Richard Henderson2010-04-251-5/+1Star
* linux-user: don't zero a buffer twicePaul Bolle2009-10-161-1/+0Star
* More NULL pointer fixesBlue Swirl2009-08-011-1/+1
* linux-user: implemented ELF coredump support for ARM targetMika Westerberg2009-06-161-24/+26
* suppressed tgetx and tputx (initial patch by Thayne Harbaugh)bellard2007-11-161-7/+18
* Linux user memory access API change (initial patch by Thayne Harbaugh)bellard2007-11-111-3/+6
* Support for 32 bit ABI on 64 bit targets (only enabled Sparc64)blueswir12007-10-141-6/+6
* Support for executing 32 bit SPARC32PLUS files for Sparc64 user emulatorblueswir12007-10-091-0/+4
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-1/+1
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-2/+2
* Fix typo in comment.ths2007-06-031-1/+1
* Arm semihosted commandline support (Wolfgang Schildbach).pbrook2006-11-191-0/+2
* bFLT loader (for uClinux binaries).pbrook2006-06-111-0/+195