]> git.ipfire.org Git - thirdparty/qemu.git/history - osdep.c
vnc: fix tight png memory leak
[thirdparty/qemu.git] / osdep.c
2010-06-27  Stefan Weilwin32: Add missing function ffs
2010-03-09  Juan Quinteladocumentation: qemu_write_full don't work with non...
2010-02-23  Avi KivityFix qemu_eventfd compile when !CONFIG_EVENTFD
2010-02-22  Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2010-02-17  Paolo Bonziniuse eventfd for iothread
2010-02-13  Blue SwirlMerge branch 'for_anthony' of git://git.kernel.org...
2010-02-10  Paolo Bonzinifix placement of config-host.h inclusion
2010-01-26  Stefan WeilTell users about out-of-memory errors
2010-01-26  Kirill A. ShutemovIntroduce qemu_write_full()
2010-01-13  Kevin Wolfosdep.c: Fix accept4 fallback
2009-12-18  Juha Riihimäkifix pidfile option to work in WIN32
2009-12-18  Andre Przywaraosdep: Fix runtime failure on older Linux kernels
2009-12-03  Kevin WolfDon't leak file descriptors
2009-09-12  Blue SwirlAdd #defines needed by OpenSolaris, fix breakage by...
2009-08-24  Anthony LiguoriOnly build osdep once
2009-08-24  Anthony LiguoriUnbreak large mem support by removing kqemu
2009-07-27  Juan Quintelarename HOST_BSD to CONFIG_BSD
2009-07-27  Juan Quintelachange HOST_SOLARIS to CONFIG_SOLARIS{_VERSION}
2009-07-09  Anthony LiguoriMerge commit 'linux-user/linux-user-for-upstream' into...
2009-07-08  malcAdd out of memory and zero size argument checks to...
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...