Age | Commit message (Expand) | Author |
2014-05-20 | Use errc/warnc to simplify code. | Philip Guenther |
2013-11-27 | remove erroneous char cast to switch expression processing getopt(3); | Okan Demirmen |
2013-11-26 | unsigned char casts for ctype | Theo de Raadt |
2013-06-02 | Copy approach from mkdir to fix a race condition where multiple install -d's | Christian Weisgerber |
2013-02-18 | Report unlink() errors unless ENOENT; especially useful in case of read-only | Miod Vallat |
2012-09-14 | There's no reason to unlink the destination if we can't even open | Todd C. Miller |
2012-04-11 | Move size == 0 check to the beginnig of copy(); ok espie@ | Todd C. Miller |
2012-04-11 | fix install to cope with 0-sized mmap now returning EINVAL. | Marc Espie |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-03-27 | -S (safe mode) would copy the file over, rename it to the target, then | Peter Hessler |
2007-09-05 | Missing colon in optsring for 'B' | Jonathan Gray |
2007-08-06 | the ellipsis is not an optional argument; while here, sync the usage | Igor Sobrado |
2007-05-25 | "boundries" -> "boundaries" in various comments. Started by Diego Casati. | Kenneth R Westerback |
2007-05-16 | Allow stripping of files, even if the destination filename | Moritz Jodeit |
2006-01-10 | Use strlcpy(), not strncpy(); OK deraadt@ | Todd C. Miller |
2004-10-04 | hierarchy is spelt hierarchy, ok djm@ | Jonathan Gray |
2004-07-01 | setmode(3) returns void *, not mode_t *. ok millert@ | Otto Moerbeek |
2004-02-10 | - sort options | Jason McIntyre |
2003-11-22 | madvise() -- take two | Michael Shalayeff |
2003-11-22 | Revert the last change since it's broke make release. | Alexander Yurchenko |
2003-11-21 | madvise() mmaped memory as sequentially accessed cutting user time almost in ... | Michael Shalayeff |
2003-07-02 | bump randomness of mktemp to from 6 to 10 X's, as recommended by mktemp(3) | Anil Madhavapeddy |
2003-06-10 | mostly ansi cleanup; pval ok | Theo de Raadt |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-11 | when doing sparse writes, we must write the last byte or the file will | Ted Unangst |
2003-05-07 | fix an err() that should be errx() | Todd C. Miller |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2002-01-24 | Fix `necesary' typos; Alexander Yurchenko | Todd C. Miller |
2001-11-19 | kill more registers | Mike Pechkin |
2001-08-25 | It is ok for the target file not to exist even if -b was specified | Heikki Korpela |
2001-07-09 | correct type on last arg to execl(); nordin@cse.ogi.edu | Theo de Raadt |
2001-06-23 | Remove evil #ifdef __GNUC__ garbage to avoid longjmp clobbering and | Todd C. Miller |
2000-12-22 | Complain about, and name the missing directory when trying to install | Janne Johansson |
2000-10-12 | MAP_FAILED, not -1. | Artur Grabowski |
2000-07-19 | new strtofflags/fflagstostr | Michael Shalayeff |
1999-08-04 | supply particular mapping type to the mmap(2) instead of bogus 0 | Michael Shalayeff |
1999-05-29 | compare was broken for files > 8gig | Todd C. Miller |
1999-03-03 | fix uninitialized variable; this could have caused problems when installing s... | Todd C. Miller |
1999-01-26 | Add a -b(ackup) flag to move any existing file(s) aside by renaming | Todd C. Miller |
1998-12-17 | Some -Wall | Todd C. Miller |
1998-12-16 | sparse file support, ripped out of pax | Todd C. Miller |
1998-09-26 | more setmode() leaks -- kill 'em all | Theo de Raadt |
1997-12-01 | use MAP_PRIVATE for mmap flags, not the non-standard MAP_FILE (aka 0) | chuck |
1997-06-04 | If strip(1) fails it should not be a fatal error. | Todd C. Miller |
1997-04-17 | Add support for STRIP environment variable to specify where strip(1) | Todd C. Miller |
1997-03-07 | Don't error out when chflags(2) fails if the target filesystem doesn't | Todd C. Miller |
1997-01-17 | r?index -> strr?chr | Todd C. Miller |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller |
1996-12-06 | warn and _exit | Theo de Raadt |
1996-09-22 | Pedanitic indentation: spaces -> tabs | imp |