Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-14 | shred: fix -z flag check, switch to FLAG() macros. | Ethan Sommer | |
2018-11-02 | Convert more option vars to the new (single letter) coding style. | Rob Landley | |
2018-10-20 | Some more --help consistency. | Elliott Hughes | |
From eyeballing the output of for i in `./toybox | tr " " "\n"` ; do ./toybox $i --help ; done | \ grep '^-' | grep -v "\t" | |||
2018-07-04 | Add xgetrandom() with probe for new system call (else open/read /dev/{,u}random) | Rob Landley | |
2016-08-04 | Make 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-05 | Add error_msg_raw() and friends, replace error_msg("%s", s) uses, enable format | Rob Landley | |
checking, and fix up format checking complaints. Added out(type, value) function to stat to avoid a zillion printf typecasts. | |||
2015-03-12 | Implement shred -u and switch to default y in defconfig. | Rob Landley | |
2014-12-04 | Add shred. | Rob Landley | |