Merge branch 'master' into gfio
[fio.git] / os / windows / posix.c
2013-02-07 Jens AxboeMerge branch 'master' into gfio
2013-02-07 Bruce CranWindows: fix mlock, remove ftruncate and fix error...
2013-02-07 Bruce CranWindows: fix sysconf(_SC_PHYS_PAGES).
2013-02-06 Jens AxboeGet rid of fallocate on Windows
2013-01-29 Jens AxboeMerge branch 'master' into gfio
2013-01-24 Huadong LiuUse RUSAGE_THREAD, if available
2013-01-24 Jens AxboeMerge branch 'master' into gfio
2013-01-23 Jens Axboewindows: don't provide strsep(), fio already has one
2013-01-21 Jens Axboewindows: use hweight64(), it's a 64-bit type
2013-01-21 Bruce CranFix _SC_NPROCESSORS_ONLN on Windows
2013-01-10 Jens AxboeAdd configure script
2012-12-11 Jens AxboeMerge branch 'master' into gfio
2012-12-06 Bruce CranFix windows out-of-memory handling
2012-10-11 Jens AxboeMerge branch 'master' into gfio
2012-10-10 Bruce CranWindows: avoid large writes during file layout.
2012-10-10 Bruce Cranfio patch: Windows netio fixes
2012-10-03 Bruce CranXP/2003 compatability fix
2012-09-24 Jens AxboeMerge branch 'master' into gfio
2012-09-06 Bruce Cranwindows: reduce block size used in posix_fallocate()
2012-08-21 Bruce CranWindows fio: implement some more POSIX functions
2012-08-21 Jens AxboeMerge branch 'master' into gfio
2012-08-17 Bruce CranWindows fio fixes
2012-08-16 Bruce Cranfix 32-bit Windows fio (overflow in getusage and gettim...
2012-08-15 Bruce Cranfio: add nanosleep() to Windows
2012-08-01 Jens AxboeMerge branch 'master' into gfio
2012-06-08 Bruce CranWindows 32-bit fio fixes
2012-04-05 Jens AxboeMerge branch 'master' into gfio
2012-04-04 Bruce CranWindows fixes
2012-02-22 Bruce CranImplement sigaction for Windows.
2012-02-20 Bruce CranFix tabbing and comment characters in Windows code.
2012-02-20 Bruce CranAdd missing os/windows/posix.c file.