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