summaryrefslogtreecommitdiffstats
path: root/linux-user/linuxload.c
Commit message (Expand)AuthorAgeFilesLines
* linux-user: remove MAX_ARG_PAGES limitStefan Brüns2015-09-281-7/+0
* cpu: Move opaque field from CPU_COMMON to CPUStateAndreas Färber2014-03-131-2/+1
* 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/+2
* 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/+1
* Remove dead code for ARM semihosting commandline handlingWolfgang Schildbach2011-01-071-2/+0
* linux-user: Reduce lseek+reads while loading elf files.Richard Henderson2010-07-291-10/+7
* linux-user: Remove ELFLOAD32.Richard Henderson2010-04-251-5/+1
* linux-user: don't zero a buffer twicePaul Bolle2009-10-161-1/+0
* 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
OpenPOWER on IntegriCloud