Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-10 | don't need to worry about pre/post order and skipping directories. | Ted Unangst | |
remove more dead code | |||
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 | |
are cases when it is too strict. after pledge() we continue to run some of the cp code which requires a very broad set of permissions. remove pledge entirely for now, pending a complete analysis of needs. | |||
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 | |
some or even most of the code can still be streamlined more. ok deraadt |