windows: fix the most egregious posix.c style errors
[fio.git] / os / windows / posix.c
2018-09-11 Jens Axboewindows: fix the most egregious posix.c style errors
2018-09-11 Jens Axboewindows: handle ERROR_NOT_READY
2018-08-03 Jens AxboeMerge branch 'chunked-iolog-reading' of https://github...
2018-08-03 Jens AxboeMerge branch 'read_iolog-from-unix-socket' of https...
2018-08-03 Jens AxboeMerge branch 'windows-s_issock' of https://github.com...
2018-07-26 Jens AxboeMerge branch 'sgunmap2' of https://github.com/vincentkf...
2018-07-25 Jens AxboeMerge branch 'fio-histo-log-pctiles' of https://github...
2018-07-25 Jens AxboeMerge branch 'fio-c++-engine' of https://github.com...
2018-07-23 Jeff FurlongAdd support for >= 4G block sizes
2018-04-13 Jens AxboeMerge branch 'proc_group' of https://github.com/sitsofe/fio
2018-03-27 Sitsofe Wheelerwindows: target Windows 7 and add support for more...
2018-03-22 Jens AxboeMerge branch 'include_refactor' of https://github.com...
2018-03-21 Sitsofe WheelerUse POSIX path for poll.h and fcntl.h headers
2018-01-12 Jens AxboeMerge branch 'fio-issue-450' of https://github.com...
2017-12-27 Jens AxboeMerge branch 'barak/mmap_verify_only' of https://github...
2017-12-14 Jeff FurlongFix Windows local time
2017-10-03 Jens AxboeMerge branch 'master' of https://github.com/dyniusz/fio
2017-09-18 Tomohiro Kusumifix strncpy(3) copy length
2017-06-22 Jens AxboeMerge branch 'nsec'
2017-06-22 Jens AxboeMerge branch 'nanosecond-2stage' of https://github...
2017-06-21 Vincent Funanosecond: initial commit changing timeval to timespec
2017-02-20 Tomohiro KusumiSilence Cygwin warning "'vsprintf_s' redeclared without...
2017-02-13 Rebecca CranWindows: re-enable the mmap ioengine and fix static...
2016-12-13 Vincent FuMerge git://git.kernel.dk/fio into steady-state
2016-10-12 Bruce CranImplement nice() for Windows
2016-09-21 Jens Axboeos/windows/posix.c: ensure that ctime_r() adds a newline
2016-09-19 Josh SinykinWindows: fix Time_tToSystemTime function to be 64-bit...
2016-05-20 Jens AxboeMerge branch 'master' of https://github.com/davidzengxh...
2016-05-17 Michael Schoberg... Windows crash in ctime_r()
2015-05-07 Jens AxboeMerge branch 'client-hostfile' of git://github.com...
2015-05-07 Bruce CranAdd Windows ctime_r implementation and add empty ioctl...
2013-11-01 Bruce CranImplement writev on Windows
2013-11-01 Bruce CranUpdate Windows code to fix build breakage
2013-05-29 Bruce Cranposix_fadvise is now provided in helpers.c: remove...
2013-04-23 Bruce CranFix Windows build warnings.
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.