]> git.proxmox.com Git - qemu.git/history - bsd-user
vnc: rename vnc-encoding-* vnc-enc-*
[qemu.git] / bsd-user /
2010-06-14 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-06-10 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-06-09 Paolo Bonzinirename CONFIG_QEMU_PREFIX
2010-05-24 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-05-24 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-05-21 Richard Hendersontcg: Initialize the prologue after GUEST_BASE is fixed.
2010-03-30 Blue SwirlFix i386-bsd-user build
2010-03-30 Juergen LockFix bsd-user qemu_vmalloc() host page protection code
2010-03-23 Juergen LockFix bsd-user broken by commit b5ec5ce0e39d6e7ea707d5604...
2010-01-31 Blue Swirlbsd/darwin-user: mmap_frag() users only check for ...
2009-11-07 Blue Swirluser: move CPU reset call to main.c for x86/PPC/Sparc
2009-10-21 Anthony LiguoriMerge commit 'linux-user/linux-user-for-upstream' into...
2009-10-18 Blue Swirlbsd-user: fix breakage by 78cfb07fe0dc556cae662a0fab5fe...
2009-10-18 Juergen Lockbsd-user: FreeBSD update
2009-10-04 Paul Bollebsd-user: fix "#if 0"'d printf()
2009-09-30 Michael S. Tsirkinelfload: fix coding style nit
2009-09-27 Blue SwirlBSD user: suppress a warning
2009-09-27 Blue SwirlBSD user: implement GUEST_BASE
2009-08-15 Blue Swirlbsd-user: Add generic env variable handling
2009-08-15 Blue Swirluser: compile path.c only once
2009-08-01 Blue SwirlFix Sparse warning about missing prototype
2009-08-01 Blue SwirlMore NULL pointer fixes
2009-07-27 Juan Quintelarename USE_NPTL to CONFIG_USE_NPTL
2009-07-27 Juan Quintelarename HAVE_GPROF to TARGET_GPROF
2009-07-17 Christoph Eggerbsd-users: fix strace
2009-07-17 Christoph Eggerfix build warnings
2009-07-16 Blue SwirlUpdate to a hopefully more future proof FSF address
2009-07-09 Isaku Yamahataconsolidate user cpu_{in, out}[bwl] into ioport-user.c
2009-07-01 Blue SwirlFix missing strnlen problems
2009-06-13 Blue SwirlAvoid collision with system NGROUPS definition
2009-04-11 blueswir1BSD user: initial support for i386 and x86_64 targets
2009-04-05 aurel32Add new command line option -singlestep for tcg single...
2009-03-07 blueswir1Fix BSD user: there is no NPTL
2009-02-28 blueswir1Flush stdout after printing usage()
2009-01-28 malcFix qemu_malloc.
2009-01-24 blueswir1Fix bsd-user compile like r6412
2009-01-20 blueswir1Fix user emulator breakage, based on patch by Riku...
2009-01-15 aliguoriConvert references to logfile/loglevel to use qemu_log...
2009-01-14 aurel32Get rid of user_mode_only
2009-01-14 malcRemove all traces of __powerpc__
2009-01-05 blueswir1Fix more FSF addresses
2008-12-08 aurel32linux-user: Move abi_* typedefs into qemu-types.h
2008-11-29 blueswir1Prepare for handling different BSD mmap() flags
2008-11-22 blueswir1Fix BSD user compilation on other than OpenBSD
2008-11-16 blueswir1Use correct trap for syscalls on Sparc32
2008-11-09 blueswir1Sparc32 BSD user support
2008-10-26 blueswir1Preliminary BSD user emulator support