summaryrefslogtreecommitdiffstats
path: root/linux-user/flatload.c
Commit message (Expand)AuthorAgeFilesLines
* linux-user/flatload.c: Fix setting of image_info::end_codePeter Maydell2022-07-281-1/+1
* linux-user: Split linux-user internals out of qemu.hPeter Maydell2021-09-131-0/+1
* linux-user: Split mmap prototypes into user-mmap.hPeter Maydell2021-09-131-0/+1
* linux-user: Split loader-related prototypes into loader.hPeter Maydell2021-09-131-0/+1
* exec: Use cpu_untagged_addr in g2h; split out g2h_untaggedRichard Henderson2021-02-161-1/+1
* linux-user/: fix some comment spelling errorszhaolichang2020-09-171-2/+2
* linux-user: completely re-write init_guest_spaceAlex Bennée2020-05-151-0/+6
* linux-user/flatload.c: Use "" for include of QEMU header target_flat.hPeter Maydell2020-04-141-1/+1
* linux-user/flatload: fix initial stack pointer alignmentMax Filippov2018-10-301-3/+3
* linux-user: xtensa: enable bFLT supportMax Filippov2018-10-201-1/+1
* linux-user: Use is_error() to avoid warnings and make the code clearerPhilippe Mathieu-Daudé2018-06-111-6/+9
* linux-user: Fix error handling in flatload.c target_pread()Peter Maydell2016-09-211-0/+6
* Use #include "..." for our own headers, <...> for othersMarkus Armbruster2016-07-121-1/+1
* os-posix: include sys/mman.hPaolo Bonzini2016-06-161-1/+0Star
* osdep: add wrappers for socket functionsDaniel P. Berrange2016-03-101-1/+0Star
* linux-user: Clean up includesPeter Maydell2016-01-291-4/+1Star
* linux-user: remove MAX_ARG_PAGES limitStefan Brüns2015-09-281-1/+1
* linux-user: Remove regs parameter of load_elf_binary and load_flt_binaryWill Newton2014-01-101-2/+1Star
* flatload: fix non-GOT relocationsCorey J. Boyle2013-11-291-1/+1
* flatload: fix bss clearingMike Frysinger2012-08-141-1/+1
* fix spelling in linux-user sub directoryDong Xu Wang2011-12-021-1/+1
* flatload: memp was a write-only variableJuan Quintela2011-06-211-3/+0Star
* flatload: end_code was only used in a debug messageJuan Quintela2011-06-211-3/+2Star
* linux-user/FLAT: allow targets to override FLAT processingMike Frysinger2011-02-091-16/+11Star
* linux-user/FLAT: fix auto-stack sizingMike Frysinger2011-02-091-2/+9
* linux-user: improve flatload error checkingBlue Swirl2010-09-181-1/+2
* Usermode exec-stack fixPaul Brook2010-06-161-0/+1
* linux-user: Fix compilation with DEBUG definedRiccardo Magliocchetti2010-05-281-1/+1
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-3/+1Star
* Replace gcc variadic macro extension with C99 versionBlue Swirl2009-05-131-2/+2
* Fix more FSF addressesblueswir12009-01-051-1/+2
* Fix undeclared symbol warnings from sparseblueswir12008-10-261-3/+3
* Fix a bunch of type mismatch-related warnings (Jan Kiszka).balrog2008-07-161-3/+3
* suppressed tgetx and tputx (initial patch by Thayne Harbaugh)bellard2007-11-161-10/+21
* Linux user memory access API change (initial patch by Thayne Harbaugh)bellard2007-11-111-1/+1
* Support for 32 bit ABI on 64 bit targets (only enabled Sparc64)blueswir12007-10-141-46/+46
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-9/+9
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-12/+12
* bFLT loader alignment fix.pbrook2007-04-151-8/+11
* Align stack when loading bFLT binaries.pbrook2007-03-151-0/+7
* bFLT loader commandline fix.pbrook2006-12-261-1/+1
* Respond to qOffsets gdb packet (for debugging bFLT binaries).pbrook2006-06-171-0/+3
* bFLT loader (for uClinux binaries).pbrook2006-06-111-0/+790