Add proper include to silence build warning on NetBSD/FreeBSD
[fio.git] / lib /
2011-07-13 Michael PerzlFix AIX compile
2011-07-08 Jens AxboeInitial HP-UX port
2011-03-28 Jens AxboeSwitch to using our internal Tausworthe based random...
2011-01-27 Jens AxboeFix end-of-job slowdown for random IO with a random map
2011-01-24 Jens AxboeRemove flist_sort(), it's no longer used
2011-01-11 Jens AxboeWhen verify fails, dump the good/bad blocks to files
2010-09-16 Jens Axboenum2str fixes
2010-09-16 Jens AxboeImplement a better num2str()
2010-08-10 Jens AxboeAdd comment as to where getopt_long.c came from
2010-08-10 Cigy CyriacAdd support for AIX
2010-06-21 Jens AxboeSpeedup verify random fills by 10-15x
2010-05-04 Jens AxboeFix typo in flist_sort.c
2010-05-04 Jens AxboeAdd flist sorting
2010-03-25 Jens AxboeAdd documentation for the random number generator
2010-03-25 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2010-03-25 Jens AxboeFirst step at speeding up io_u rand refill
2008-06-02 Jens AxboeMove fls.h in with the other lib helpers
2008-06-02 Jens AxboeBe sure to use internal __ffs, not glibc variant
2008-06-02 Jens AxboeFix off-by-one in generic ffz
2008-06-02 Jens AxboeAdd missing lib/ffz.h file
2008-05-30 Jens AxboeCleanup lib/strsep.c
2008-05-30 Jens AxboeMove the lib/ stuff around a bit