aboutsummaryrefslogtreecommitdiff
path: root/bsd-user/elfload.c
AgeCommit message (Expand)Author
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
2008-10-26Preliminary BSD user emulator supportblueswir1