index
:
qemu/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-10.0
stable-10.1
stable-10.2
stable-11.0
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-10.0
staging-10.1
staging-10.2
staging-11.0
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
tracing
QEMU main repository
QEMU Owners
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux-user
/
flatload.c
Age
Commit message (
Expand
)
Author
2025-04-23
include/exec: Split out mmap-lock.h
Richard Henderson
2024-12-20
accel/tcg: Declare mmap_[un]lock() in 'exec/page-protection.h'
Philippe Mathieu-Daudé
2024-10-08
linux-user/flatload: Take mmap_lock in load_flt_binary()
Philippe Mathieu-Daudé
2024-04-25
linux-user/flatload.c: Remove unused bFLT shared-library and ZFLAT code
Peter Maydell
2023-10-30
linux-user: Replace bprm->fd with bprm->src.fd
Richard Henderson
2023-10-06
linux-user/flatload: clean up local variable shadowing
Laurent Vivier
2023-08-31
accel/tcg: spelling fixes
Michael Tokarev
2023-08-06
linux-user: Properly set image_info.brk in flatload
Richard Henderson
2023-03-28
linux-user: Pass last not end to probe_guest_base
Richard Henderson
2022-07-28
linux-user/flatload.c: Fix setting of image_info::end_code
Peter Maydell
2021-09-13
linux-user: Split linux-user internals out of qemu.h
Peter Maydell
2021-09-13
linux-user: Split mmap prototypes into user-mmap.h
Peter Maydell
2021-09-13
linux-user: Split loader-related prototypes into loader.h
Peter Maydell
2021-02-16
exec: Use cpu_untagged_addr in g2h; split out g2h_untagged
Richard Henderson
2020-09-17
linux-user/: fix some comment spelling errors
zhaolichang
2020-05-15
linux-user: completely re-write init_guest_space
Alex Bennée
2020-04-14
linux-user/flatload.c: Use "" for include of QEMU header target_flat.h
Peter Maydell
2018-10-30
linux-user/flatload: fix initial stack pointer alignment
Max Filippov
2018-10-19
linux-user: xtensa: enable bFLT support
Max Filippov
2018-06-11
linux-user: Use is_error() to avoid warnings and make the code clearer
Philippe Mathieu-Daudé
2016-09-21
linux-user: Fix error handling in flatload.c target_pread()
Peter Maydell
2016-07-12
Use #include "..." for our own headers, <...> for others
Markus Armbruster
2016-06-16
os-posix: include sys/mman.h
Paolo Bonzini
2016-03-10
osdep: add wrappers for socket functions
Daniel P. Berrange
2016-01-29
linux-user: Clean up includes
Peter Maydell
2015-09-28
linux-user: remove MAX_ARG_PAGES limit
Stefan Brüns
2014-01-10
linux-user: Remove regs parameter of load_elf_binary and load_flt_binary
Will Newton
2013-11-29
flatload: fix non-GOT relocations
Corey J. Boyle
2012-08-14
flatload: fix bss clearing
Mike Frysinger
2011-12-02
fix spelling in linux-user sub directory
Dong Xu Wang
2011-06-21
flatload: memp was a write-only variable
Juan Quintela
2011-06-21
flatload: end_code was only used in a debug message
Juan Quintela
2011-02-09
linux-user/FLAT: allow targets to override FLAT processing
Mike Frysinger
2011-02-09
linux-user/FLAT: fix auto-stack sizing
Mike Frysinger
2010-09-18
linux-user: improve flatload error checking
Blue Swirl
2010-06-16
Usermode exec-stack fix
Paul Brook
2010-05-28
linux-user: Fix compilation with DEBUG defined
Riccardo Magliocchetti
2009-07-16
Update to a hopefully more future proof FSF address
Blue Swirl
2009-05-13
Replace gcc variadic macro extension with C99 version
Blue Swirl
2009-01-05
Fix more FSF addresses
blueswir1
2008-10-26
Fix undeclared symbol warnings from sparse
blueswir1
2008-07-16
Fix a bunch of type mismatch-related warnings (Jan Kiszka).
balrog
2007-11-16
suppressed tgetx and tputx (initial patch by Thayne Harbaugh)
bellard
2007-11-11
Linux user memory access API change (initial patch by Thayne Harbaugh)
bellard
2007-10-14
Support for 32 bit ABI on 64 bit targets (only enabled Sparc64)
blueswir1
2007-09-17
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...
ths
2007-09-16
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
ths
2007-04-15
bFLT loader alignment fix.
pbrook
2007-03-15
Align stack when loading bFLT binaries.
pbrook
2006-12-26
bFLT loader commandline fix.
pbrook
[next]