aboutsummaryrefslogtreecommitdiff
path: root/toys/other/shred.c
AgeCommit message (Collapse)Author
2016-08-04Make xopen() skip stdin/stdout/stderr, add xopen_stdio() if you want stdout,Rob Landley
add xopenro() that takes one argument and understands "-" means stdin, and switch over lots of users.
2016-01-05Add error_msg_raw() and friends, replace error_msg("%s", s) uses, enable formatRob Landley
checking, and fix up format checking complaints. Added out(type, value) function to stat to avoid a zillion printf typecasts.
2015-03-12Implement shred -u and switch to default y in defconfig.Rob Landley
2014-12-04Add shred.Rob Landley