Fix FIO_OPT_STR_STORE without posval
[fio.git] / mutex.c
2011-05-02 Jens AxboeSwitch mutex to using anonymous mmap
2011-01-10 Jens AxboeMerge branch 'winfio'
2011-01-10 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2011-01-10 Jens AxboeMerge branch 'winfio'
2011-01-08 Bruce CranVarious fixes/updates
2011-01-02 Bruce CranFirst snapshot of FIO for Windows
2010-06-28 Greg Edwardsgracefully handle full /tmp file system
2010-05-12 YAMAMOTO Takashifio netbsd support
2009-12-15 Jens AxboeFix some issues with the OSX port
2009-12-04 Jens AxboeMove back to realtime clock
2009-10-07 Jens AxboeMerge branch 'master' of ssh://brick.kernel.dk/data...
2009-10-07 Roland DreierFix problem with mutexes and MONOTONIC clock
2009-10-06 Jens AxboeFix wrong clock source in mutex
2009-07-02 Jens AxboeMerge branch 'master' of ssh://router/data/git/fio
2009-07-01 Jens AxboeAdd code to detect a task that exited prior to up'ing...
2009-01-05 Jens AxboeMake sure os mutex define is visible in mutex.c
2009-01-05 Jens AxboeOnly use process shared mutexes on support platforms
2009-01-05 Jens AxboeFixup handling of pthread_mutex*() error returns
2008-06-02 Jens Axboemutex: only regard less-than-zero return as error
2008-05-30 Jens AxboeMake it work on opensolaris
2008-03-04 Jens AxboeRevamp file locking
2008-03-03 Jens AxboeAdd read-write mutexes
2008-02-27 Jens AxboeConfusion between mutex and semaphore naming
2008-02-04 Zhang, YanminFix bug in fio mutex initialization
2007-03-09 Jens AxboeShrink the semaphores a little
2007-03-08 Jens Axboemutex error handling
2007-03-08 Jens AxboeAdd a real semaphore implemtation