Merge branch 'master' of /home/nchip/public_html/qemu into garage-push
[qemu] / osdep.c
2009-05-13 Paul BrookAdd tool_osdep.c
2009-04-19 blueswir1kqemu: merge CONFIG_KQEMU and USE_KQEMU
2009-03-08 aliguoriFix windows build and clean up use of <windows.h>
2009-03-08 blueswir1Rename _BSD to HOST_BSD so that it's more obvious that...
2009-03-07 blueswir1Support for DragonFly BSD (Hasso Tepper)
2009-03-07 blueswir1Fix BSD breakage from r6736
2009-03-07 blueswir1Sparse fixes: NULL use, header order, ANSI prototypes...
2008-12-11 blueswir1Remove redundant #ifdef _BSD
2008-11-22 blueswir1Use MAP_ANON also for FreeBSD (Juergen Lock)
2008-11-18 malcUse qemu_memalign instead of memalign in qemu_vmalloc
2008-11-11 aliguoriFix -linux-user build by reverting r5701
2008-11-11 aliguoriAllocate guest memory on host page boundaries (Hollis...
2008-11-11 aliguoriDefine OS-dependent qemu_getpagesize() (Hollis Blanchard)
2008-09-15 aliguoriUse common objects for qemu-img and qemu-nbd
2008-08-15 blueswir1Preliminary OpenBSD host support (based on OpenBSD...
2008-04-27 aurel32Use correct types to enable > 2G support, based on...
2008-04-22 aurel32Revert "Use correct types to enable > 2G support" ...
2008-04-22 aurel32Use correct types to enable > 2G support, based on...
2008-04-20 aurel32Use "mount -o remount" instead of "umount" and "mount...
2008-04-11 aurel32Remove osdep.c/qemu-img code duplication
2007-12-24 balrogAdd "cache" parameter to "-drive" (Laurent Vivier).
2007-12-17 thsUse WIN32_LEAN_AND_MEAN, by Stefan Weil.
2007-11-18 pbrookAdd statics and missing #includes for prototypes.
2007-11-17 pbrookBreak up vl.h.
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-06-07 pbrookWindows build fixes.
2007-03-25 thsqemu_create_pidfile implementation for Win32, based...
2007-01-17 thsKqemu support for Solaris, by Ben Taylor.
2006-08-17 bellardfd leak fix (Igor Kovalenko)
2006-08-03 bellardremoved unused code
2006-08-01 bellardremoved unused code
2006-05-22 pbrookOnly use /dev/shm hack when kqemu is enabled.
2005-04-23 bellardinformative message about low memory on /dev/shm
2005-04-17 bellardwindows support for kqemu (Filip Navara)
2005-02-21 bellardwin32 + Mac OS X compile fix
2005-02-10 bellardshared pages memory allocation
2004-08-03 bellarduse the kernel sigaction syscall to avoid relying on...
2004-07-14 bellardadded qemu_strdup()
2004-04-04 bellardfixing free
2004-03-31 bellardwin32 port (initial patch by kazu)
2004-03-14 bellardadded qemu_mallocz()
2004-02-16 bellardadded OS dependent functions (temporary as most functio...