aboutsummaryrefslogtreecommitdiffstats
path: root/osdep.c
AgeCommit message (Expand)AuthorFilesLines
2008-08-15Preliminary OpenBSD host support (based on OpenBSD patches by Todd T. Fries)blueswir11-2/+15
2008-04-27Use correct types to enable > 2G support, based on a patch fromaurel321-1/+0
2008-04-22Revert "Use correct types to enable > 2G support" (r4238), it isaurel321-0/+1
2008-04-22Use correct types to enable > 2G support, based on a patch fromaurel321-1/+0
2008-04-20Use "mount -o remount" instead of "umount" and "mount /dev/shm",aurel321-2/+1
2008-04-11Remove osdep.c/qemu-img code duplicationaurel321-35/+0
2007-12-24Add "cache" parameter to "-drive" (Laurent Vivier).balrog1-0/+20
2007-12-17Use WIN32_LEAN_AND_MEAN, by Stefan Weil.ths1-0/+1
2007-11-18Add statics and missing #includes for prototypes.pbrook1-2/+2
2007-11-17Break up vl.h.pbrook1-4/+2
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-13/+13
2007-06-07Windows build fixes.pbrook1-0/+24
2007-03-25qemu_create_pidfile implementation for Win32, based on a patch byths1-0/+48
2007-01-17Kqemu support for Solaris, by Ben Taylor.ths1-0/+13
2006-08-17fd leak fix (Igor Kovalenko)bellard1-8/+4
2006-08-03removed unused codebellard1-238/+0
2006-08-01removed unused codebellard1-195/+0
2006-05-22Only use /dev/shm hack when kqemu is enabled.pbrook1-4/+18
2005-04-23informative message about low memory on /dev/shmbellard1-0/+27
2005-04-17windows support for kqemu (Filip Navara)bellard1-6/+19
2005-02-21win32 + Mac OS X compile fixbellard1-0/+8
2005-02-10shared pages memory allocationbellard1-0/+81
2004-08-03use the kernel sigaction syscall to avoid relying on glibc onebellard1-0/+16
2004-07-14added qemu_strdup()bellard1-0/+10
2004-04-04fixing freebellard1-0/+2
2004-03-31win32 port (initial patch by kazu)bellard1-2/+3
2004-03-14added qemu_mallocz()bellard1-0/+10
2004-02-16added OS dependent functions (temporary as most functions are generic in fact)bellard1-0/+460