Test malloc result when allocation size is tunable
[fio.git] / os /
2017-03-14 Sitsofe Wheelerconfigure: add generic pshared mutex test
2017-03-13 Tomohiro KusumiConditionally enable FIO_HAVE_PSHARED_MUTEX on FreeBSD
2017-03-13 Tomohiro KusumiUse ENOTSUP if OS doesn't support blkdev page cache...
2017-03-10 Tomohiro KusumiAdd runtime handlers for 97900ebf for FreeBSD/DragonFlyBSD
2017-02-23 Jens AxboeFio 2.18 fio-2.18
2017-02-20 Tomohiro KusumiSilence Cygwin warning "'vsprintf_s' redeclared without...
2017-02-13 Rebecca CranWindows: re-enable the mmap ioengine and fix static...
2017-02-13 Rebecca CranWindows: Update the EULA year and add more examples...
2017-01-26 Jens AxboeMerge branch 'shm_rm' of https://github.com/sitsofe/fio
2017-01-26 Sitsofe Wheelershm: have os remove shared memory if fio dies unexpectedly
2017-01-17 Jens AxboeFio 2.17 fio-2.17
2016-12-20 Jens AxboeFix compile on OSX
2016-12-20 Jens AxboeFio 2.16 fio-2.16
2016-12-13 Vincent FuMerge git://git.kernel.dk/fio into steady-state
2016-10-26 Tomohiro KusumiAdd blockdev_size() support for OpenBSD
2016-10-26 Tomohiro KusumiAdd blockdev_size() support for NetBSD
2016-10-25 Jens AxboeFio 2.15 fio-2.15
2016-10-20 Tomohiro KusumiRemove getopt_long_only macro from NetBSD header
2016-10-17 Tomohiro KusumiAdd FIO_HAVE_FS_STAT/get_fs_free_size() support for...
2016-10-17 Tomohiro KusumiAdd FIO_HAVE_FS_STAT/get_fs_free_size() support for...
2016-10-12 Bruce CranImplement nice() for Windows
2016-09-26 Jens Axboefio: bump max jobs to 4k
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-09-16 Jens AxboeFio 2.14 fio-2.14
2016-09-16 Jens Axboemac: fix for 10.12 having clockid_t
2016-08-02 Jens AxboeMerge branch 'wip-traceinfo' of https://github.com...
2016-07-27 Tomohiro KusumiChange arch_i386 to arch_x86
2016-07-27 Tomohiro KusumiUse default CPU_COUNT() function in DragonFlyBSD
2016-07-27 Tomohiro KusumiMake return value type of fio_getaffinity() consistent
2016-07-22 Jens AxboeFio 2.13 fio-2.13
2016-07-19 Tomohiro KusumiAdd missing header inclusion for Android from 1c764dbe
2016-07-19 Tomohiro KusumiAdd os/os-linux-syscall.h to separate syscall NR from...
2016-07-19 Tomohiro KusumiAdd ioprio_set() support for DragonFlyBSD
2016-07-19 Tomohiro KusumiMake I/O priority option generic for non-Linux environm...
2016-07-19 Tomohiro KusumiMake I/O priority option generic for non-Linux environm...
2016-07-19 Tomohiro KusumiAdd CPU affinity support for DragonFlyBSD
2016-07-14 Tomohiro KusumiAdd os_trim() support for FreeBSD
2016-07-14 Tomohiro KusumiAdd os_trim() support for DragonFlyBSD
2016-06-13 Jens AxboeFio 2.12 fio-2.12
2016-06-02 Jens AxboeEnable preadv2/pwritev2 engines by default on Linux
2016-05-25 Jens AxboeFio 2.11 fio-2.11
2016-05-21 Jens AxboeFio 2.10 fio-2.10
2016-05-20 Jens AxboeMerge branch 'master' of https://github.com/davidzengxh...
2016-05-17 Michael Schoberg... Windows crash in ctime_r()
2016-05-09 Jens AxboeChange default IO engine from sync to psync
2016-05-06 Jens Axboeos/os-mac: kill unused code
2016-05-06 Jens AxboeMerge branch 'libpmemblk' of https://github.com/bgbhpe/fio
2016-04-28 Jens AxboeFio 2.9 fio-2.9
2016-04-21 Mike Frysingerinclude sys/sysmacros.h for major/minor
2016-03-15 Jens AxboeFio 2.8 fio-2.8
2016-03-09 Jens AxboeFio 2.7 fio-2.7
2016-01-27 Jens AxboeFio 2.6 fio-2.6
2016-01-25 Dan Qing Zhangpowerpc: fix cpus_online() to get correct max CPU numbe...
2016-01-22 Bruce CranFix Windows build: define rand_r()
2016-01-21 Jens AxboeFio 2.5 fio-2.5
2016-01-21 Jens AxboeFio 2.4 fio-2.4
2015-12-23 Jens AxboeFio 2.3 fio-2.3
2015-12-15 Jens AxboeMerge branch 'server'
2015-12-14 Jens AxboeFio 2.2.13 fio-2.2.13
2015-12-01 Jens AxboeAdd 'bool' type
2015-12-01 Jens AxboeMove conditional lib files to oslib/
2015-11-25 Jens AxboeFio 2.2.12 fio-2.2.12
2015-11-05 Jens AxboeFio 2.2.11 fio-2.2.11
2015-10-08 Bruce CranFix Windows build by using lib/strcasestr.{c,h}
2015-09-30 Kris Davissg: 16-byte cdb support and lots of fixes
2015-09-11 Jens AxboeFio 2.2.10 fio-2.2.10
2015-06-25 Jens AxboeFio 2.2.9 fio-2.2.9
2015-06-12 Tomohiro KusumiEnable FIO_HAVE_CHARDEV_SIZE on DragonFlyBSD
2015-06-11 Tomohiro KusumiRename get_fs_size() to get_fs_free_size()
2015-06-11 Tomohiro KusumiAdd get_fs_size() support for BSDs
2015-06-10 Tomohiro KusumiAdd header include for DragonFlyBSD
2015-05-16 Jens AxboeMerge branch 'req4' of git://github.com/kusumi/fio
2015-05-16 Tomohiro KusumiCleanup DragonFlyBSD support
2015-05-14 Tomohiro KusumiChange (blank)cpu affinity macros to inline functions
2015-05-08 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2015-05-08 Jens AxboeFio 2.2.8 fio-2.2.8
2015-05-08 Bruce CranFix Windows installer build: LICENSE is now MORAL-LICENSE
2015-05-07 Bruce CranFix compiler warning and test progs linker errors on...
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...
2015-04-15 Jens AxboeFio 2.2.7 fio-2.2.7
2015-03-24 Jens AxboeAdd support for POSIX_FADV_STREAMID
2015-02-27 Jens AxboeFio 2.2.6 fio-2.2.6
2015-02-26 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2015-02-25 enhFix implicit function declaration on Android
2015-01-21 Jens AxboeMerge branch 'master' of ssh://git.kernel.dk/data/git/fio
2015-01-21 Jens AxboeFio 2.2.5 fio-2.2.5
2015-01-04 Jens AxboeFio 2.2.4 fio-2.2.4
2014-12-23 Jens AxboeFio 2.2.3 fio-2.2.3
2014-12-22 Jens AxboeFio 2.2.2 fio-2.2.2
2014-12-19 Jens AxboeFio 2.2.1 fio-2.2.1
2014-12-17 Jens AxboeFio 2.2.0 fio-2.2.0
2014-11-11 Jens AxboeMerge branch 'verify-trigger'
2014-11-11 Jens AxboeFio 2.1.14 fio-2.1.14
2014-11-05 Jens AxboeAdd basic DragonFly support
2014-10-03 Jens AxboeMerge branch 'expression-parser'
2014-10-03 Jens AxboeFio 2.1.13 fio-2.1.13
2014-09-29 Jens AxboeMerge branch 'master' into expression-parser
2014-09-29 Jens AxboeFix compile of t/btrace2fio on RHEL5/CentOS5
next