aboutsummaryrefslogtreecommitdiff
path: root/bsd-user/elfload.c
AgeCommit message (Expand)Author
2024-04-25hw/elf_ops: Rename elf_ops.h -> elf_ops.h.incPhilippe Mathieu-Daudé
2023-08-28bsd-user: Remove image_info.start_brkRichard Henderson
2023-08-28bsd-user: Remove image_info.mmapRichard Henderson
2023-08-28bsd-user: Remove ELF_START_MMAP and image_info.start_mmapRichard Henderson
2023-05-11disas: Remove target_ulong from the interfaceRichard Henderson
2022-12-14Drop more useless casts from void * to pointerMarkus Armbruster
2022-04-06Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau
2021-09-10bsd-user: Refactor load_elf_sections and is_target_elf_binaryWarner Losh
2021-09-10bsd-user: elfload.c style catch up patchWarner Losh
2021-09-10bsd-user: add stubbed out core dump supportWarner Losh
2021-09-10bsd-user: Remove dead #ifdefs from elfload.cWarner Losh
2021-09-10bsd-user: elf cleanupWarner Losh
2021-09-10bsd-user: Add system independent stack, data and text limitingWarner Losh
2021-09-10bsd-user: pull in target_arch_thread.h update target_arch_elf.hWarner Losh
2021-09-10bsd-user: elfload: simplify bswap a bit.Warner Losh
2021-09-10bsd-user: remove a.out supportWarner Losh
2021-09-10bsd-user: Eliminate elf personalityWarner Losh
2021-09-10bsd-user: move arch specific defines out of elfload.cWarner Losh
2021-09-07bsd-user: Remove all non-x86 code from elfload.cWarner Losh
2021-09-07bsd-user: add copyright header to elfload.cWarner Losh
2021-05-11bsd-user: rename linux_binprm to bsd_binprmWarner Losh
2021-05-11bsd-user: whitespace changesWarner Losh
2021-02-16exec: Use cpu_untagged_addr in g2h; split out g2h_untaggedRichard Henderson
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini
2017-07-21bsd-user/elfload.c: Fix set-but-not-used warningsPeter Maydell
2016-06-16os-posix: include sys/mman.hPaolo Bonzini
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-02-04bsd-user: Clean up includesPeter Maydell
2015-12-02translate-all: ensure host page mask is always extended with 1'sPaolo Bonzini
2015-09-11maint: avoid useless "if (foo) free(foo)" patternDaniel P. Berrange
2015-08-24linux-user: remove --enable-guest-base/--disable-guest-baseLaurent Vivier
2015-01-20bsd-user/elfload.c: Don't use ldl() or ldq_raw()Peter Maydell
2014-06-02Revert "bsd-user: replace fprintf(stderr, ...) with error_report()"Peter Maydell
2014-05-26bsd-user: replace fprintf(stderr, ...) with error_report()Le Tan
2013-07-09bsd-user: Change thread_env to CPUStateAndreas Färber
2013-05-02target-i386: Replace cpuid_*features fields with a feature word arrayEduardo Habkost
2012-12-19build: kill libdis, move disassemblers to disas/Paolo Bonzini
2012-01-10elf: Improve symbol lookup (optimize, fix for bsd-user)Stefan Weil
2011-12-10bsd_user: Fix potential null pointer dereferenceStefan Weil
2011-01-17bsd-user: Fix possible memory leaks and wrong realloc callStefan Weil
2009-10-18bsd-user: FreeBSD updateJuergen Lock
2009-10-04bsd-user: fix "#if 0"'d printf()Paul Bolle
2009-09-30elfload: fix coding style nitMichael S. Tsirkin
2009-09-27BSD user: suppress a warningBlue Swirl
2009-09-27BSD user: implement GUEST_BASEBlue Swirl
2009-08-01Fix Sparse warning about missing prototypeBlue Swirl
2009-08-01More NULL pointer fixesBlue Swirl
2009-07-17fix build warningsChristoph Egger
2009-01-15Convert references to logfile/loglevel to use qemu_log*() macrosaliguori
2009-01-14Remove all traces of __powerpc__malc