| Age | Commit message (Expand) | Author |
| 2003-12-29 | Make "copy the file" (the -c option) the default behaviour. The -c option | simonb |
| 2003-12-16 | Initialize uid and gid so that the owner/group is not inadvertantly changed | heas |
| 2003-11-21 | munmap() so that we don't accumulate memory on multiple files. | christos |
| 2003-10-27 | Overhaul how `build.sh tools' are used: | lukem |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-07-12 | strlcat | itojun |
| 2003-05-24 | Use ; instead of , in a sentence (and fix case of next word). | jmmv |
| 2003-05-18 | Now that <bsd.prog.mk> DTRT if HOSTPROG is defined (i.e, it is a no-op), | lukem |
| 2003-03-13 | Don't do the madvise(2) call if __APPLE__. Even though madvise(2) | thorpej |
| 2003-02-25 | .Nm does not need a dummy argument ("") before punctuation or | wiz |
| 2002-12-23 | Add a missing word. | wiz |
| 2002-12-23 | DTRT with -D destdir when the target == destdir | lukem |
| 2002-12-22 | Implement '-D destdir'; if '-M metalog' is being used, remove a | lukem |
| 2002-12-19 | Drop trailing whitespace. | wiz |
| 2002-12-19 | Add '-N dbdir', to specify that user & group lookups are to be done from | lukem |
| 2002-09-30 | New sentence, new line. | grant |
| 2002-09-18 | makefile delint. use NETBSDSRCDIR as appropriate | lukem |
| 2002-06-09 | Convert from flock() to the more portable fcntl(). | lukem |
| 2002-06-08 | make an auto const variable static. | yamt |
| 2002-04-10 | doh. don't try and update from_sb and tv if dolink is set | lukem |
| 2002-04-10 | always stat into &from_sb and setup tv[]; stops weird problem noticed | lukem |
| 2002-03-19 | - Add "-a afterinstallcommand", which runs "sh -c afterinstallcmd target" | lukem |
| 2002-02-28 | When metalogging a hard link, don't log it as "type=hlink". | lukem |
| 2002-02-08 | Generate <>& symbolically. I'm avoiding .../dist/... directories for now. | ross |
| 2002-01-31 | Roll in fixes to permit cross-compiling from non-NetBSD hosts. This | tv |
| 2002-01-28 | Identify where errors come from, rather than just doing err[x]("%s", foo). | tv |
| 2002-01-21 | Add non-NetBSD host hooks. | tv |
| 2001-12-10 | ADD MISSING SLASH. | msaitoh |
| 2001-12-08 | Punctuation nit. | wiz |
| 2001-12-01 | Whitespace cleanup. | wiz |
| 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-08-14 | Add hooks to allow toolchain bits to be reachover-built at the top level. | tv |
| 2001-06-15 | Add the -r flag to usage output. | kleink |
| 2001-06-15 | The -r flag is applicable to the file1 -> file2 case, too. | kleink |