CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/02/16 03:54:00
Modified files:
bin/dd : args.c dd.1 dd.c dd.h
Log message:
Implement the conv=fsync feature which does an fsync(2) after the
final write to output. GNU dd also has this. It is useful for
write performance measurement or guaranteed writes to reliable
storage.
OK kn@ tedu@ deraadt@
