aboutsummaryrefslogtreecommitdiff
path: root/coreutils/truncate.c
AgeCommit message (Expand)Author
2018-12-28config: update size informationDenys Vlasenko
2017-08-08getopt32: remove opt_complementaryDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
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