Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | don't need to worry about pre/post order and skipping directories. | 2016-10-10 | 1 | -19/+1 | |
* | zap extra includes | 2016-10-10 | 1 | -6/+1 | |
* | remove some more dead code. (previous diff from Jan Stary) | 2016-10-10 | 1 | -24/+3 | |
* | remove some dead code that's only used in rm | 2016-10-10 | 1 | -69/+1 | |
* | the rm code in mv inherited pledge from rm. it shoud be safe, but there | 2015-11-27 | 1 | -3/+1 | |
* | as in rm, needs getpw in pledge | 2015-11-17 | 1 | -2/+2 | |
* | don't need locale header anymore | 2015-11-17 | 1 | -2/+1 | |
* | overwriting code isn't used | 2015-11-17 | 1 | -82/+1 | |
* | trim down the flags in rm | 2015-11-17 | 1 | -82/+29 | |
* | remove getopt() from the nested cp and rm mains | 2015-11-17 | 1 | -29/+4 | |
* | direct copy of cp and rm code into mv, so it can avoid fork+exec. | 2015-11-17 | 1 | -0/+429 |