| Age | Commit message (Expand) | Author |
| 2003-11-17 | #include <util.h> | dbj |
| 2003-10-27 | Overhaul how `build.sh tools' are used: | lukem |
| 2003-10-10 | Include filename in: | dsl |
| 2003-09-19 | realloc pedant | itojun |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-06-27 | Quote some characters. | wiz |
| 2003-05-18 | Now that <bsd.prog.mk> DTRT if HOSTPROG is defined (i.e, it is a no-op), | lukem |
| 2003-03-31 | grammar tweak. | grant |
| 2003-02-25 | .Nm does not need a dummy argument ("") before punctuation or | wiz |
| 2003-01-04 | Change default permissions of newly created directories from | lukem |
| 2002-12-27 | File types belong under 'type', not 'uname'. | grant |
| 2002-12-23 | Add -C, which dumps the specification with the full path name first, | lukem |
| 2002-12-09 | correct description of -D | lukem |
| 2002-11-30 | tweaks for fparseln(3) move from libutil to libc: | lukem |
| 2002-11-29 | avoid non-constant initializer errors by changing hack to workaround | grant |
| 2002-10-08 | Remove convoluted code to work around missing lch{flags,mod,own}(); | lukem |
| 2002-10-06 | - Check HAVE_LCHFLAGS for lchflags(2) support, rather than assuming | lukem |
| 2002-09-18 | use NETBSDSRCDIR as appropriate | lukem |
| 2002-08-08 | Remove extraneous \n's in {err,warn}{,x} that used to be printfs. | soren |
| 2002-04-09 | Don't use __RCSID unless it's defined. | bjh21 |
| 2002-04-09 | Use __RCSID(). | thorpej |
| 2002-02-19 | inotype() only needs to understand S_ types, not the F_ types | lukem |
| 2002-02-11 | support multiple entries for "." and full paths if the types match; the last | lukem |
| 2002-02-08 | Funtion appropriately in the absence of a lchmod call on the host. | tv |
| 2002-02-05 | Support `/unset all', to unset all of the global values set with `/set ...' | lukem |
| 2002-02-04 | - use lch*() instead of ch*() to change permissions, so that links in | lukem |
| 2002-02-04 | explicitly chmod(2) newly created devices | lukem |
| 2002-01-31 | Roll in fixes to permit cross-compiling from non-NetBSD hosts. This | tv |
| 2002-01-31 | Protect __RCSID and __COPYRIGHT from being invoked if not defined. | tv |
| 2002-01-29 | Make almost all tools compile and run properly on non-NetBSD hosts. (In | tv |
| 2002-01-29 | add <util.h> back in for native builds. | lukem |
| 2002-01-29 | don't bother initialising pwfile[] to _PATH_MASTERPASSWD and grfile[] | lukem |
| 2002-01-29 | Add hooks to make mtree compilable from src/tools. | tv |
| 2002-01-24 | Add '-N dbdir', to specify that user & group lookups (via pwcache(3)) are to | lukem |
| 2002-01-19 | Whitespace nits. | wiz |
| 2001-11-11 | Ugg...Turn LIST_FOREACH into a while loop around LIST_NEXT... | jmc |
| 2001-11-10 | provide the ability to remove support for generating or checking various | lukem |
| 2001-11-10 | need <stdio.h> and <time.h> for mtree.h | lukem |
| 2001-11-10 | replace <sys/time.h> with <time.h> (for consistency) | lukem |
| 2001-11-10 | with local crc.c, don't need usr.bin/cksum in .PATH any more | lukem |
| 2001-11-10 | Add a separate version of the CRC routine that listens to sflag. | mycroft |
| 2001-11-09 | Generally don't need the extra byte in MAXPATHLEN sized buffers, because | lukem |
| 2001-11-07 | User interface changes from (or inspired by) FreeBSD: | lukem |
| 2001-11-07 | - KNF & whitespace cleanup | lukem |
| 2001-11-07 | Code from FreeBSD to give mtree the ability to exclude items from its traversal | lukem |
| 2001-11-03 | - move "Wflag" global from mtree.c to spec.c, and reinstate the functionality | lukem |
| 2001-11-01 | Revert previous until it's fixed a more generic way ... I didn't realize | tv |
| 2001-10-31 | Don't try to do uid or gid lookups from a supplied spec file if -W is given; | tv |
| 2001-10-26 | fix potential sparc compiler warning (if DEBUG was defined, that is...) | lukem |
| 2001-10-25 | Add -W: don't attempt to change the perms/time/flags on existing entries, nor | lukem |