aboutsummaryrefslogtreecommitdiff
path: root/coreutils/truncate.c
AgeCommit message (Expand)Author
2016-11-23Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko
2016-01-13truncate: use O_WRONLY|O_NONBLOCKMike Frysinger
2016-01-13truncate: always set mode when opening file to avoid fortify errorsAri Sundholm
2015-05-25truncate: do not die when a file doesn't exist and no-create flag is onAri Sundholm
2015-03-22truncate: new appletDenys Vlasenko