| Age | Commit message (Expand) | Author |
| 2001-12-10 | ADD MISSING SLASH. | msaitoh |
| 2001-11-24 | fix an accidental use of dirname instead of xdirname | perry |
| 2001-11-23 | add comments noting the mktemp usage is safe. | perry |
| 2001-11-23 | Overhaul link creation - splitting out hard and symbolic link handling | simonb |
| 2001-11-22 | Make metadata logging of set-id bits work for unprived installs. | dillo |
| 2001-11-19 | simplify metadata logging, and add metadata logging for hard links. | perry |
| 2001-11-12 | Actually do a chmod if -U, but only try chmod'ing the lower 0777 bits. | tv |
| 2001-10-29 | change metadata_log() to support logging symlink info as well | lukem |
| 2001-10-29 | Do not attempt to stat the source if we are dealing with a link. We | perry |
| 2001-10-28 | 1) Remove a comment that bore no resemblance to reality. It was worse | perry |
| 2001-10-25 | Add '-T tags', to specify mtree(8) tags to be written out to the '-M metalog' | lukem |
| 2001-10-25 | minor knf | lukem |
| 2001-10-19 | If unprivileged, we may be running on a system that doesn't have the proper | tv |
| 2001-10-11 | oops, got chflags() error checking around the wrong way | lukem |
| 2001-10-11 | - Implement "-M log", which appends the metadata associated with the | lukem |
| 2001-09-15 | Throw out home-grown strdup(). | simonb |
| 2001-09-15 | ANSIfy. | simonb |
| 2001-08-24 | heirarchy -> hierarchy | wiz |
| 2001-06-15 | Add the -r flag to usage output. | kleink |
| 2001-05-28 | fall back to read() if mmap() returns an error. | chs |
| 2001-03-21 | slight portability improvement: use madvise(... MADV_SEQUENTIAL ...) | cgd |
| 2001-02-21 | call setprogname(argv[0]) at start of main() | cgd |
| 2000-10-10 | - The type of return value of setmode is a void * and getmode takes it, | enami |
| 2000-07-27 | If unprivileged, don't even look up user or group name. (always set uid and | cgd |
| 2000-07-27 | invoke stripprog using execlp. (this mirrors the behaviour that would | cgd |
| 2000-01-15 | don't bitch if madvise returns EOPNOTSUPP | christos |
| 1999-08-01 | Add `-U' flag (for "unprivileged"). Currently just skips the | sommerfeld |
| 1999-07-06 | pacify gcc-2.8 uninitialized variable warnings, and only use timespecs in | christos |
| 1999-06-26 | If we choose the mmap() method of copying the file, advise the VM | thorpej |
| 1999-03-29 | Check if given suffix really generates different suffixes - catch e.g. ".%" | hubertf |
| 1999-03-24 | Don't unlink the file first if we are renaming. We want to be as atomic as | christos |
| 1999-02-04 | PR/2936: Brian C. Grayson: Avoid truncating precious files when installing | christos |
| 1999-01-26 | enable numbered backups via -B.old%02d | hubertf |
| 1999-01-25 | Add a -b(ackup) flag to move any existing file(s) aside by renaming | hubertf |
| 1998-12-20 | char -> unsigned char | christos |
| 1998-10-10 | create a "stat_flags.h" to go with stat_flags.c | mrg |
| 1998-10-08 | Add new option -S, which is like -s, but takes a string of options to pass to... | wsanchez |
| 1998-10-01 | Add -p flag to usage(). | erh |
| 1998-09-28 | add -p flag, similar to cp(1) | christos |
| 1998-02-20 | Fill in missing (default) mmap(2) flags. | mycroft |
| 1997-12-01 | use MAP_PRIVATE for mmap flags, not the non-standard MAP_FILE (aka 0) | chuck |
| 1997-11-30 | accept -c silently with -d; fixes GNU autoconf (among others) that assume | tv |
| 1997-10-27 | In strip(): | thorpej |
| 1997-10-20 | getopt returns -1 not EOF, fix .Nm | lukem |
| 1997-10-19 | WARNSify; deprecate register; clean up .Nm | mrg |
| 1997-04-19 | use proper pathname when unable to exec strip | mikel |
| 1997-04-17 | Allow the environment variable $STRIP to override _PATH_STRIP for | thorpej |
| 1997-03-16 | Fix pasto in error message. | christos |
| 1997-03-16 | Add support for installing hard and symbolic links via the [-l harms] flag. | christos |
| 1997-03-12 | Remove kluge for GCC bug on m68k. | mycroft |