aboutsummaryrefslogtreecommitdiff
path: root/linux-user/linuxload.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-30linux-user: Replace bprm->fd with bprm->src.fdRichard Henderson1-3/+2
2023-10-30linux-user: Tidy loader_execRichard Henderson1-19/+19
2023-10-30linux-user: Introduce imgsrc_read, imgsrc_read_allocRichard Henderson1-0/+90
2022-05-23linux-user: Clean up arg_start/arg_end confusionRichard Henderson1-2/+10
2021-09-13linux-user: Split linux-user internals out of qemu.hPeter Maydell1-0/+1
2021-09-13linux-user: Split loader-related prototypes into loader.hPeter Maydell1-0/+1
2021-07-07linux-user: Fix style problems in linuxload.cRichard Henderson1-22/+20
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini1-7/+7
2019-01-11remove space-tab sequencesPaolo Bonzini1-1/+1
2016-01-29linux-user: Clean up includesPeter Maydell1-7/+1
2015-09-28linux-user: remove MAX_ARG_PAGES limitStefan Brüns1-7/+0
2014-03-13cpu: Move opaque field from CPU_COMMON to CPUStateAndreas Färber1-2/+1
2014-01-10linux-user: Remove regs parameter of load_elf_binary and load_flt_binaryWill Newton1-2/+2
2013-09-24linux-user: add support of binfmt_misc 'O' flagLaurent Vivier1-6/+2
2013-07-09linux-user: Change thread_env to CPUStateAndreas Färber1-1/+2
2012-10-12linux-user: If loading fails, print error as string, not numberPeter Maydell1-4/+4
2011-11-11linux-user/elfload.c: Don't memset(NULL..) if malloc() failedPeter Maydell1-1/+1
2011-06-21linuxload: id_change was a write only variableJuan Quintela1-24/+1
2011-01-07Remove dead code for ARM semihosting commandline handlingWolfgang Schildbach1-2/+0
2010-07-29linux-user: Reduce lseek+reads while loading elf files.Richard Henderson1-10/+7
2010-04-25linux-user: Remove ELFLOAD32.Richard Henderson1-5/+1
2009-10-16linux-user: don't zero a buffer twicePaul Bolle1-1/+0
2009-08-01More NULL pointer fixesBlue Swirl1-1/+1
2009-06-16linux-user: implemented ELF coredump support for ARM targetMika Westerberg1-24/+26
2007-11-16suppressed tgetx and tputx (initial patch by Thayne Harbaugh)bellard1-7/+18
2007-11-11Linux user memory access API change (initial patch by Thayne Harbaugh)bellard1-3/+6
2007-10-14 Support for 32 bit ABI on 64 bit targets (only enabled Sparc64)blueswir11-6/+6
2007-10-09 Support for executing 32 bit SPARC32PLUS files for Sparc64 user emulatorblueswir11-0/+4
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-1/+1
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-2/+2
2007-06-03Fix typo in comment.ths1-1/+1
2006-11-19Arm semihosted commandline support (Wolfgang Schildbach).pbrook1-0/+2
2006-06-11bFLT loader (for uClinux binaries).pbrook1-0/+195