summaryrefslogtreecommitdiff
path: root/bsd-user/elfload.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-09bsd-user: Change thread_env to CPUStateAndreas Färber1-2/+4
2013-05-02target-i386: Replace cpuid_*features fields with a feature word arrayEduardo Habkost1-1/+1
2012-12-19build: kill libdis, move disassemblers to disas/Paolo Bonzini1-1/+1
2012-01-10elf: Improve symbol lookup (optimize, fix for bsd-user)Stefan Weil1-7/+4
2011-12-10bsd_user: Fix potential null pointer dereferenceStefan Weil1-3/+2
2011-01-17bsd-user: Fix possible memory leaks and wrong realloc callStefan Weil1-6/+31
2009-10-18bsd-user: FreeBSD updateJuergen Lock1-1/+9
2009-10-04bsd-user: fix "#if 0"'d printf()Paul Bolle1-1/+1
2009-09-30elfload: fix coding style nitMichael S. Tsirkin1-1/+1
2009-09-27BSD user: suppress a warningBlue Swirl1-2/+2
2009-09-27BSD user: implement GUEST_BASEBlue Swirl1-0/+23
2009-08-01Fix Sparse warning about missing prototypeBlue Swirl1-2/+0
2009-08-01More NULL pointer fixesBlue Swirl1-1/+1
2009-07-17fix build warningsChristoph Egger1-1/+1
2009-01-15Convert references to logfile/loglevel to use qemu_log*() macrosaliguori1-1/+1
2009-01-14Remove all traces of __powerpc__malc1-1/+1
2008-10-26Preliminary BSD user emulator supportblueswir11-0/+1523