summaryrefslogtreecommitdiffstats
path: root/bsd-user/elfload.c
Commit message (Expand)AuthorAgeFilesLines
* Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau2022-04-061-1/+1
* bsd-user: Refactor load_elf_sections and is_target_elf_binaryWarner Losh2021-09-101-186/+158Star
* bsd-user: elfload.c style catch up patchWarner Losh2021-09-101-104/+104
* bsd-user: add stubbed out core dump supportWarner Losh2021-09-101-2/+20
* bsd-user: Remove dead #ifdefs from elfload.cWarner Losh2021-09-101-20/+0Star
* bsd-user: elf cleanupWarner Losh2021-09-101-167/+24Star
* bsd-user: Add system independent stack, data and text limitingWarner Losh2021-09-101-1/+1
* bsd-user: pull in target_arch_thread.h update target_arch_elf.hWarner Losh2021-09-101-1/+3
* bsd-user: elfload: simplify bswap a bit.Warner Losh2021-09-101-50/+47Star
* bsd-user: remove a.out supportWarner Losh2021-09-101-86/+19Star
* bsd-user: Eliminate elf personalityWarner Losh2021-09-101-87/+0Star
* bsd-user: move arch specific defines out of elfload.cWarner Losh2021-09-101-79/+2Star
* bsd-user: Remove all non-x86 code from elfload.cWarner Losh2021-09-071-345/+2Star
* bsd-user: add copyright header to elfload.cWarner Losh2021-09-071-1/+18
* bsd-user: rename linux_binprm to bsd_binprmWarner Losh2021-05-111-2/+2
* bsd-user: whitespace changesWarner Losh2021-05-111-163/+163
* exec: Use cpu_untagged_addr in g2h; split out g2h_untaggedRichard Henderson2021-02-161-1/+1
* avoid TABs in files that only contain a fewPaolo Bonzini2019-01-111-1/+1
* bsd-user/elfload.c: Fix set-but-not-used warningsPeter Maydell2017-07-211-6/+4Star
* os-posix: include sys/mman.hPaolo Bonzini2016-06-161-1/+0Star
* util: move declarations out of qemu-common.hVeronia Bahaa2016-03-221-0/+1
* bsd-user: Clean up includesPeter Maydell2016-02-041-7/+1Star
* translate-all: ensure host page mask is always extended with 1'sPaolo Bonzini2015-12-021-2/+1Star
* maint: avoid useless "if (foo) free(foo)" patternDaniel P. Berrange2015-09-111-3/+1Star
* linux-user: remove --enable-guest-base/--disable-guest-baseLaurent Vivier2015-08-241-2/+0Star
* bsd-user/elfload.c: Don't use ldl() or ldq_raw()Peter Maydell2015-01-201-4/+7
* Revert "bsd-user: replace fprintf(stderr, ...) with error_report()"Peter Maydell2014-06-021-1/+1
* bsd-user: replace fprintf(stderr, ...) with error_report()Le Tan2014-05-261-1/+1
* bsd-user: Change thread_env to CPUStateAndreas Färber2013-07-091-2/+4
* target-i386: Replace cpuid_*features fields with a feature word arrayEduardo Habkost2013-05-021-1/+1
* build: kill libdis, move disassemblers to disas/Paolo Bonzini2012-12-191-1/+1
* elf: Improve symbol lookup (optimize, fix for bsd-user)Stefan Weil2012-01-101-7/+4Star
* bsd_user: Fix potential null pointer dereferenceStefan Weil2011-12-101-3/+2Star
* bsd-user: Fix possible memory leaks and wrong realloc callStefan Weil2011-01-171-6/+31
* bsd-user: FreeBSD updateJuergen Lock2009-10-181-1/+9
* bsd-user: fix "#if 0"'d printf()Paul Bolle2009-10-041-1/+1
* elfload: fix coding style nitMichael S. Tsirkin2009-09-301-1/+1
* BSD user: suppress a warningBlue Swirl2009-09-271-2/+2
* BSD user: implement GUEST_BASEBlue Swirl2009-09-271-0/+23
* Fix Sparse warning about missing prototypeBlue Swirl2009-08-011-2/+0Star
* More NULL pointer fixesBlue Swirl2009-08-011-1/+1
* fix build warningsChristoph Egger2009-07-171-1/+1
* Convert references to logfile/loglevel to use qemu_log*() macrosaliguori2009-01-151-1/+1
* Remove all traces of __powerpc__malc2009-01-141-1/+1
* Preliminary BSD user emulator supportblueswir12008-10-261-0/+1523