| Age | Commit message (Expand) | Author |
| 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 |
| 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-12-27 | Change | jlam |
| 2000-10-10 | - The type of return value of setmode is a void * and getmode takes it, | enami |
| 2000-09-04 | For commands and utilities, use EXIT STATUS rather than RETURN VALUES or | kleink |
| 2000-09-04 | Allow overriding _PATH_STRIP | hubertf |
| 2000-07-27 | If unprivileged, don't even look up user or group name. (always set uid and | cgd |
| 2000-07-27 | clean up documentation of STRIP envioronment var. | cgd |
| 2000-07-27 | invoke stripprog using execlp. (this mirrors the behaviour that would | cgd |
| 2000-03-22 | Make the STRIP env var a little more obvious in the documentation, and | garbled |
| 2000-01-15 | don't bitch if madvise returns EOPNOTSUPP | christos |
| 1999-08-16 | Spell "privilege" correctly (correct spelling from Jonathan Stone). | simonb |
| 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-03-22 | More and more .Os cleanups. .Os is defined in the tmac.doc-common file, | garbled |
| 1999-03-07 | Clean up SYNOPSIS formatting. | mycroft |
| 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 |