aboutsummaryrefslogtreecommitdiff
path: root/toys/other/shred.c
AgeCommit message (Expand)Author
2021-06-22Update usage: line to include remaining options.Rob Landley
2020-04-14shred: fix -z flag check, switch to FLAG() macros.Ethan Sommer
2018-11-02Convert more option vars to the new (single letter) coding style.Rob Landley
2018-10-20Some more --help consistency.Elliott Hughes
2018-07-04Add xgetrandom() with probe for new system call (else open/read /dev/{,u}random)Rob Landley
2016-08-04Make xopen() skip stdin/stdout/stderr, add xopen_stdio() if you want stdout,Rob Landley
2016-01-05Add error_msg_raw() and friends, replace error_msg("%s", s) uses, enable formatRob Landley
2015-03-12Implement shred -u and switch to default y in defconfig.Rob Landley
2014-12-04Add shred.Rob Landley