summaryrefslogtreecommitdiffstats
path: root/osdep.c
Commit message (Expand)AuthorAgeFilesLines
* Use common objects for qemu-img and qemu-nbdaliguori2008-09-151-0/+27
* Preliminary OpenBSD host support (based on OpenBSD patches by Todd T. Fries)blueswir12008-08-151-2/+15
* Use correct types to enable > 2G support, based on a patch fromaurel322008-04-271-1/+0Star
* Revert "Use correct types to enable > 2G support" (r4238), it isaurel322008-04-221-0/+1
* Use correct types to enable > 2G support, based on a patch fromaurel322008-04-221-1/+0Star
* Use "mount -o remount" instead of "umount" and "mount /dev/shm",aurel322008-04-201-2/+1Star
* Remove osdep.c/qemu-img code duplicationaurel322008-04-111-35/+0Star
* Add "cache" parameter to "-drive" (Laurent Vivier).balrog2007-12-241-0/+20
* Use WIN32_LEAN_AND_MEAN, by Stefan Weil.ths2007-12-171-0/+1
* Add statics and missing #includes for prototypes.pbrook2007-11-181-2/+2
* Break up vl.h.pbrook2007-11-171-4/+2Star
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-13/+13
* Windows build fixes.pbrook2007-06-081-0/+24
* qemu_create_pidfile implementation for Win32, based on a patch byths2007-03-251-0/+48
* Kqemu support for Solaris, by Ben Taylor.ths2007-01-181-0/+13
* fd leak fix (Igor Kovalenko)bellard2006-08-171-8/+4Star
* removed unused codebellard2006-08-031-238/+0Star
* removed unused codebellard2006-08-011-195/+0Star
* Only use /dev/shm hack when kqemu is enabled.pbrook2006-05-221-4/+18
* informative message about low memory on /dev/shmbellard2005-04-231-0/+27
* windows support for kqemu (Filip Navara)bellard2005-04-171-6/+19
* win32 + Mac OS X compile fixbellard2005-02-211-0/+8
* shared pages memory allocationbellard2005-02-101-0/+81
* use the kernel sigaction syscall to avoid relying on glibc onebellard2004-08-041-0/+16
* added qemu_strdup()bellard2004-07-141-0/+10
* fixing freebellard2004-04-041-0/+2
* win32 port (initial patch by kazu)bellard2004-04-011-2/+3
* added qemu_mallocz()bellard2004-03-141-0/+10
* added OS dependent functions (temporary as most functions are generic in fact)bellard2004-02-161-0/+460