Conditionally include <sys/shm.h> based on OS support. Define missing MAP_HUGETLB...
[fio.git] / lib / lfsr.c
2013-03-10 Alex Pyrgiotislfsr: Fix spin related bug
2013-03-08 Jens Axboelfsr: indent table
2013-03-08 Alex PyrgiotisImprove LFSR implementation
2013-01-21 Jens Axboelfsr: add lfsr_reset()
2013-01-11 Jens Axboelfsr: ensure we don't generate an offset + buflen that...
2012-12-04 Jens Axboelfsr: ensure that the cycle follows the randrepeat...
2012-11-29 Jens AxboeMerge branch 'rand-map'
2012-11-27 Jens Axboelfsr: crank it 128 times before using the sequence
2012-11-26 Jens AxboeAdd LFSR generator