Age | Commit message (Expand) | Author |
---|---|---|
2021-11-28 | Stop using MAXBSIZE to eliminate sys/param.h including (which injects a | Theo de Raadt |
2021-10-24 | For open/openat, if the flags parameter does not contain O_CREAT, the | Theo de Raadt |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2015-12-27 | remove unused variable | Charles Longeau |
2015-12-26 | Set the times, mode, and flags on symlinks when doing cp -p (or mv across | Philip Guenther |
2015-11-17 | don't need locale header anymore | Ted Unangst |
2015-11-17 | remove some more flags | Ted Unangst |
2015-11-17 | remove Rflag and pflag (1) and rflag (0). | 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 |