index
:
riscv-gnu-toolchain/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-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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bsd-user
/
elfload.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-28
bsd-user: Remove image_info.start_brk
Richard Henderson
1
-1
/
+1
2023-08-28
bsd-user: Remove image_info.mmap
Richard Henderson
1
-1
/
+0
2023-08-28
bsd-user: Remove ELF_START_MMAP and image_info.start_mmap
Richard Henderson
1
-1
/
+0
2023-05-11
disas: Remove target_ulong from the interface
Richard Henderson
1
-2
/
+3
2022-12-14
Drop more useless casts from void * to pointer
Markus Armbruster
1
-1
/
+1
2022-04-06
Replace qemu_real_host_page variables with inlined functions
Marc-André Lureau
1
-1
/
+1
2021-09-10
bsd-user: Refactor load_elf_sections and is_target_elf_binary
Warner Losh
1
-186
/
+158
2021-09-10
bsd-user: elfload.c style catch up patch
Warner Losh
1
-104
/
+104
2021-09-10
bsd-user: add stubbed out core dump support
Warner Losh
1
-2
/
+20
2021-09-10
bsd-user: Remove dead #ifdefs from elfload.c
Warner Losh
1
-20
/
+0
2021-09-10
bsd-user: elf cleanup
Warner Losh
1
-167
/
+24
2021-09-10
bsd-user: Add system independent stack, data and text limiting
Warner Losh
1
-1
/
+1
2021-09-10
bsd-user: pull in target_arch_thread.h update target_arch_elf.h
Warner Losh
1
-1
/
+3
2021-09-10
bsd-user: elfload: simplify bswap a bit.
Warner Losh
1
-50
/
+47
2021-09-10
bsd-user: remove a.out support
Warner Losh
1
-86
/
+19
2021-09-10
bsd-user: Eliminate elf personality
Warner Losh
1
-87
/
+0
2021-09-10
bsd-user: move arch specific defines out of elfload.c
Warner Losh
1
-79
/
+2
2021-09-07
bsd-user: Remove all non-x86 code from elfload.c
Warner Losh
1
-345
/
+2
2021-09-07
bsd-user: add copyright header to elfload.c
Warner Losh
1
-1
/
+18
2021-05-11
bsd-user: rename linux_binprm to bsd_binprm
Warner Losh
1
-2
/
+2
2021-05-11
bsd-user: whitespace changes
Warner Losh
1
-163
/
+163
2021-02-16
exec: Use cpu_untagged_addr in g2h; split out g2h_untagged
Richard Henderson
1
-1
/
+1
2019-01-11
avoid TABs in files that only contain a few
Paolo Bonzini
1
-1
/
+1
2017-07-21
bsd-user/elfload.c: Fix set-but-not-used warnings
Peter Maydell
1
-6
/
+4
2016-06-16
os-posix: include sys/mman.h
Paolo Bonzini
1
-1
/
+0
2016-03-22
util: move declarations out of qemu-common.h
Veronia Bahaa
1
-0
/
+1
2016-02-04
bsd-user: Clean up includes
Peter Maydell
1
-7
/
+1
2015-12-02
translate-all: ensure host page mask is always extended with 1's
Paolo Bonzini
1
-2
/
+1
2015-09-11
maint: avoid useless "if (foo) free(foo)" pattern
Daniel P. Berrange
1
-3
/
+1
2015-08-24
linux-user: remove --enable-guest-base/--disable-guest-base
Laurent Vivier
1
-2
/
+0
2015-01-20
bsd-user/elfload.c: Don't use ldl() or ldq_raw()
Peter Maydell
1
-4
/
+7
2014-06-02
Revert "bsd-user: replace fprintf(stderr, ...) with error_report()"
Peter Maydell
1
-1
/
+1
2014-05-26
bsd-user: replace fprintf(stderr, ...) with error_report()
Le Tan
1
-1
/
+1
2013-07-09
bsd-user: Change thread_env to CPUState
Andreas Färber
1
-2
/
+4
2013-05-02
target-i386: Replace cpuid_*features fields with a feature word array
Eduardo Habkost
1
-1
/
+1
2012-12-19
build: kill libdis, move disassemblers to disas/
Paolo Bonzini
1
-1
/
+1
2012-01-10
elf: Improve symbol lookup (optimize, fix for bsd-user)
Stefan Weil
1
-7
/
+4
2011-12-10
bsd_user: Fix potential null pointer dereference
Stefan Weil
1
-3
/
+2
2011-01-17
bsd-user: Fix possible memory leaks and wrong realloc call
Stefan Weil
1
-6
/
+31
2009-10-18
bsd-user: FreeBSD update
Juergen Lock
1
-1
/
+9
2009-10-04
bsd-user: fix "#if 0"'d printf()
Paul Bolle
1
-1
/
+1
2009-09-30
elfload: fix coding style nit
Michael S. Tsirkin
1
-1
/
+1
2009-09-27
BSD user: suppress a warning
Blue Swirl
1
-2
/
+2
2009-09-27
BSD user: implement GUEST_BASE
Blue Swirl
1
-0
/
+23
2009-08-01
Fix Sparse warning about missing prototype
Blue Swirl
1
-2
/
+0
2009-08-01
More NULL pointer fixes
Blue Swirl
1
-1
/
+1
2009-07-17
fix build warnings
Christoph Egger
1
-1
/
+1
2009-01-15
Convert references to logfile/loglevel to use qemu_log*() macros
aliguori
1
-1
/
+1
2009-01-14
Remove all traces of __powerpc__
malc
1
-1
/
+1
2008-10-26
Preliminary BSD user emulator support
blueswir1
1
-0
/
+1523