aboutsummaryrefslogtreecommitdiff
path: root/osdep.c
AgeCommit message (Expand)Author
2008-12-11Remove redundant #ifdef _BSDblueswir1
2008-11-22Use MAP_ANON also for FreeBSD (Juergen Lock)blueswir1
2008-11-18Use qemu_memalign instead of memalign in qemu_vmallocmalc
2008-11-11Fix -linux-user build by reverting r5701aliguori
2008-11-11Allocate guest memory on host page boundaries (Hollis Blanchard)aliguori
2008-11-11Define OS-dependent qemu_getpagesize() (Hollis Blanchard)aliguori
2008-09-15Use common objects for qemu-img and qemu-nbdaliguori
2008-08-15Preliminary OpenBSD host support (based on OpenBSD patches by Todd T. Fries)blueswir1
2008-04-27Use correct types to enable > 2G support, based on a patch fromaurel32
2008-04-22Revert "Use correct types to enable > 2G support" (r4238), it isaurel32
2008-04-22Use correct types to enable > 2G support, based on a patch fromaurel32
2008-04-20Use "mount -o remount" instead of "umount" and "mount /dev/shm",aurel32
2008-04-11Remove osdep.c/qemu-img code duplicationaurel32
2007-12-24Add "cache" parameter to "-drive" (Laurent Vivier).balrog
2007-12-17Use WIN32_LEAN_AND_MEAN, by Stefan Weil.ths
2007-11-18Add statics and missing #includes for prototypes.pbrook
2007-11-17Break up vl.h.pbrook
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-06-07Windows build fixes.pbrook
2007-03-25qemu_create_pidfile implementation for Win32, based on a patch byths
2007-01-17Kqemu support for Solaris, by Ben Taylor.ths
2006-08-17fd leak fix (Igor Kovalenko)bellard
2006-08-03removed unused codebellard
2006-08-01removed unused codebellard
2006-05-22Only use /dev/shm hack when kqemu is enabled.pbrook
2005-04-23informative message about low memory on /dev/shmbellard
2005-04-17windows support for kqemu (Filip Navara)bellard
2005-02-21win32 + Mac OS X compile fixbellard
2005-02-10shared pages memory allocationbellard
2004-08-03use the kernel sigaction syscall to avoid relying on glibc onebellard
2004-07-14added qemu_strdup()bellard
2004-04-04fixing freebellard
2004-03-31win32 port (initial patch by kazu)bellard
2004-03-14added qemu_mallocz()bellard
2004-02-16added OS dependent functions (temporary as most functions are generic in fact)bellard