aboutsummaryrefslogtreecommitdiffstats
path: root/bsd-user
AgeCommit message (Expand)AuthorFilesLines
2012-01-10elf: Improve symbol lookup (optimize, fix for bsd-user)Stefan Weil1-7/+4
2011-12-14Merge remote-tracking branch 'stefanha/trivial-patches-next' into stagingAnthony Liguori1-1/+1
2011-12-14Fix spelling in comments, documentation and messagesStefan Weil1-1/+1
2011-12-10bsd_user: Fix potential null pointer dereferenceStefan Weil2-4/+3
2011-08-20Use glib memory allocation and free functionsAnthony Liguori2-10/+10
2011-08-05Avoid allocating TCG resources in non-TCG modeJan Kiszka1-1/+2
2011-07-30user: Restore debug usage message for '-d ?' in user mode emulationPeter Maydell1-3/+5
2011-06-28user: Fix -d debug logging for usermode emulationEdgar E. Iglesias1-1/+1
2011-06-26Remove exec-all.h include directivesBlue Swirl1-1/+1
2011-06-15Command line support for altering the log file locationMatthew Fernandez1-18/+28
2011-06-08Fix compilation warning due to missing header for sigaction (followup)Alexandre Raymond1-1/+0
2011-05-08Fix spelling in comments (intruction -> instruction)Stefan Weil1-1/+1
2011-05-08Fix typos in comments (neccessary -> necessary)Stefan Weil1-1/+1
2011-01-17bsd-user: Fix possible memory leaks and wrong realloc callStefan Weil1-6/+31
2011-01-07Remove dead code for ARM semihosting commandline handlingWolfgang Schildbach2-3/+0
2010-10-05Add new user mode option -ignore-environmentStefan Weil1-0/+6
2010-10-03Replace most gcc format attributes by macro GCC_FMT_ATTR (format checking)Stefan Weil1-1/+1
2010-06-10rename CONFIG_QEMU_PREFIXPaolo Bonzini1-1/+1
2010-05-21tcg: Initialize the prologue after GUEST_BASE is fixed.Richard Henderson1-1/+8
2010-03-30Fix i386-bsd-user buildBlue Swirl1-1/+1
2010-03-30Fix bsd-user qemu_vmalloc() host page protection codeJuergen Lock1-3/+2
2010-03-23Fix bsd-user broken by commit b5ec5ce0e39d6e7ea707d5604a5f6d567dfd2f48Juergen Lock1-0/+4
2010-01-31bsd/darwin-user: mmap_frag() users only check for -1 errorBlue Swirl1-1/+1
2009-11-07user: move CPU reset call to main.c for x86/PPC/SparcBlue Swirl1-0/+3
2009-10-18bsd-user: fix breakage by 78cfb07fe0dc556cae662a0fab5fe1bd33daabdbBlue Swirl1-0/+1
2009-10-18bsd-user: FreeBSD updateJuergen Lock8-29/+437
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 Swirl3-0/+70
2009-08-15bsd-user: Add generic env variable handlingBlue Swirl1-16/+35
2009-08-15user: compile path.c only onceBlue Swirl2-165/+0
2009-08-01Fix Sparse warning about missing prototypeBlue Swirl2-2/+3
2009-08-01More NULL pointer fixesBlue Swirl2-2/+2
2009-07-27rename USE_NPTL to CONFIG_USE_NPTLJuan Quintela2-4/+4
2009-07-27rename HAVE_GPROF to TARGET_GPROFJuan Quintela1-3/+3
2009-07-17bsd-users: fix straceChristoph Egger1-2/+2
2009-07-17fix build warningsChristoph Egger2-2/+2
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl4-12/+4
2009-07-09consolidate user cpu_{in, out}[bwl] into ioport-user.cIsaku Yamahata1-33/+0
2009-07-01Fix missing strnlen problemsBlue Swirl1-11/+0
2009-06-13Avoid collision with system NGROUPS definitionBlue Swirl1-3/+3
2009-04-11BSD user: initial support for i386 and x86_64 targetsblueswir15-2/+671
2009-04-05Add new command line option -singlestep for tcg single stepping.aurel321-0/+5
2009-03-07Fix BSD user: there is no NPTLblueswir12-0/+39
2009-02-28Flush stdout after printing usage()blueswir11-2/+2
2009-01-28Fix qemu_malloc.malc1-0/+2
2009-01-24Fix bsd-user compile like r6412blueswir11-0/+13
2009-01-20Fix user emulator breakage, based on patch by Riku Voipioblueswir11-13/+15
2009-01-15Convert references to logfile/loglevel to use qemu_log*() macrosaliguori2-16/+14