Ajit Yagaty 8b6de5f85d fileutil: Sync on HFS/OSX needs to be handled differently.
A call file.Sync on OSX doesn't guarantee actual persistence on
physical drive media as the data can be cached in physical drive's
buffers. Hence calls to file.Sync need to be replaced with
fcntl(F_FULLFSYNC).
2016-04-18 21:49:04 -07:00
..
2016-04-13 16:24:07 -07:00
2015-12-23 16:21:16 -08:00
2016-03-22 17:10:28 -07:00
2016-01-31 21:42:39 -08:00