COMMITS
/ bsd-user/elfload.c August 18, 2023
R
bsd-user: Remove image_info.start_brk
Richard Henderson committed
R
bsd-user: Remove image_info.mmap
Richard Henderson committed
R
bsd-user: Remove ELF_START_MMAP and image_info.start_mmap
Richard Henderson committed
May 3, 2023
R
disas: Remove target_ulong from the interface
Richard Henderson committed
November 23, 2022
M
Drop more useless casts from void * to pointer
Markus Armbruster committed
March 23, 2022
M
Replace qemu_real_host_page variables with inlined functions
Marc-André Lureau committed
August 6, 2021
W
bsd-user: Refactor load_elf_sections and is_target_elf_binary
Warner Losh committed
W
bsd-user: elfload.c style catch up patch
Warner Losh committed
W
bsd-user: add stubbed out core dump support
Warner Losh committed
W
bsd-user: Remove dead #ifdefs from elfload.c
Warner Losh committed
W
bsd-user: add copyright header to elfload.c
Warner Losh committed
August 4, 2021
W
bsd-user: elf cleanup
Warner Losh committed
W
bsd-user: pull in target_arch_thread.h update target_arch_elf.h
Warner Losh committed
August 7, 2021
W
bsd-user: Add system independent stack, data and text limiting
Warner Losh committed
August 3, 2021
W
bsd-user: elfload: simplify bswap a bit.
Warner Losh committed
April 30, 2021
W
bsd-user: remove a.out support
Warner Losh committed
W
bsd-user: Eliminate elf personality
Warner Losh committed
April 29, 2021
W
bsd-user: move arch specific defines out of elfload.c
Warner Losh committed
W
bsd-user: Remove all non-x86 code from elfload.c
Warner Losh committed
W
bsd-user: rename linux_binprm to bsd_binprm
Warner Losh committed
April 23, 2021
W
bsd-user: whitespace changes
Warner Losh committed
February 12, 2021
R
exec: Use cpu_untagged_addr in g2h; split out g2h_untagged
Richard Henderson committed
December 13, 2018
P
avoid TABs in files that only contain a few
Paolo Bonzini committed
July 18, 2017
P
bsd-user/elfload.c: Fix set-but-not-used warnings
Peter Maydell committed
June 6, 2016
P
os-posix: include sys/mman.h
Paolo Bonzini committed
March 20, 2016
V
util: move declarations out of qemu-common.h
Veronia Bahaa committed
January 29, 2016
P
bsd-user: Clean up includes
Peter Maydell committed
December 2, 2015
P
translate-all: ensure host page mask is always extended with 1's
Paolo Bonzini committed
August 26, 2015
D
maint: avoid useless "if (foo) free(foo)" pattern
Daniel P. Berrange committed
August 23, 2015
L
linux-user: remove --enable-guest-base/--disable-guest-base
Laurent Vivier committed
January 20, 2015
P
bsd-user/elfload.c: Don't use ldl() or ldq_raw()
Peter Maydell committed
June 2, 2014
P
Revert "bsd-user: replace fprintf(stderr, ...) with error_report()"
Peter Maydell committed
May 9, 2014
L
bsd-user: replace fprintf(stderr, ...) with error_report()
Le Tan committed
June 9, 2013
A
bsd-user: Change thread_env to CPUState
Andreas Färber committed
April 22, 2013
E
target-i386: Replace cpuid_*features fields with a feature word array
Eduardo Habkost committed
October 24, 2012
P
build: kill libdis, move disassemblers to disas/
Paolo Bonzini committed
January 5, 2012
S
elf: Improve symbol lookup (optimize, fix for bsd-user)
Stefan Weil committed
November 21, 2011
S
bsd_user: Fix potential null pointer dereference
Stefan Weil committed
January 16, 2011
S
bsd-user: Fix possible memory leaks and wrong realloc call
Stefan Weil committed
October 16, 2009
J
bsd-user: FreeBSD update
Juergen Lock committed
October 4, 2009
P
bsd-user: fix "#if 0"'d printf()
Paul Bolle committed
September 30, 2009
M
elfload: fix coding style nit
Michael S. Tsirkin committed
September 27, 2009
B
BSD user: suppress a warning
Blue Swirl committed
B
BSD user: implement GUEST_BASE
Blue Swirl committed
August 1, 2009
B
Fix Sparse warning about missing prototype
Blue Swirl committed
B
More NULL pointer fixes
Blue Swirl committed
July 17, 2009
C
fix build warnings
Christoph Egger committed
January 15, 2009
A
Convert references to logfile/loglevel to use qemu_log*() macros
aliguori committed
January 14, 2009
M
Remove all traces of __powerpc__
malc committed
October 26, 2008
B
Preliminary BSD user emulator support
blueswir1 committed