| Age | Commit message (Expand) | Author |
| 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 |
| 2001-10-25 | - add lineno field to NODE | lukem |
| 2001-10-22 | document requirement about first node being a directory called "." | lukem |
| 2001-10-22 | - enforce the top-most entry must be "." and must be a directory; avoids | lukem |
| 2001-10-19 | improve enumeration of the different specfile entry types | lukem |
| 2001-10-18 | complete WARNS=2 cleanup (with a bit of ickiness for the fts_open argv issue) | lukem |
| 2001-10-18 | need semicolon between goto label and closing brace | lukem |
| 2001-10-18 | make this mostly WARNS=2 safe | lukem |
| 2001-10-17 | convert from strtok() to strsep() | lukem |
| 2001-10-09 | Make mtree a host tool and use it when appropriate. | enami |
| 2001-10-09 | Add "device" keyword, which allows the device number to be specified, | lukem |
| 2001-10-08 | - use "full path" instead of "absolute path"; perry thinks it's less confusing | lukem |
| 2001-10-05 | * Implement support for absolute paths in the specfile. An absolute path | lukem |
| 2001-10-05 | - support "all" as a valid keyword for -k, -K and -R. | lukem |
| 2001-10-05 | dump_nodes() fixes: | lukem |
| 2001-10-05 | cleanup tags support; | lukem |
| 2001-10-04 | Whitespace fixes, sort sections. | wiz |
| 2001-10-04 | - skip F_OPT entries (recently added diagnostic detected this) | lukem |
| 2001-10-04 | features: | lukem |
| 2001-10-03 | add F_TYPE to KEYDEFAULT. | lukem |
| 2001-10-01 | - implement -D - dump the specfile out in a manner that's parseable | lukem |
| 2001-09-22 | Add a -l flag which does "loose" permissions checks, i.e. a mode 444 | perry |
| 2001-09-11 | Fix printf format. | thorpej |
| 2001-09-10 | replace home-grown parser with fparseln() | lukem |
| 2001-07-18 | - add parsetype() (a la parsekey()) to parse the "type=xxx" arg. this improves | lukem |
| 2001-03-25 | improve readability of error messages by quoting the string that we | christos |
| 2001-03-21 | use setprogname | cgd |
| 2001-03-09 | ANSIfy, KNF, in preperation for more work. | simonb |
| 2001-02-20 | Remove all the "#ifdef __APPLE__" code, to make this actually | hubertf |
| 2001-01-05 | use %ll_ instead of the less standard %q_ | lukem |
| 2000-11-07 | use .Xr | lukem |
| 2000-10-15 | LP64 format string cleanup. Problem reported by garbled. | is |
| 2000-10-11 | More format string cleanups by sommerfeld. | is |
| 2000-10-10 | - The type of return value of setmode is a void * and getmode takes it, | enami |
| 2000-10-05 | mtree uses strsvis, not strvis. | wennmach |
| 1999-12-07 | code.c is no longer used, we use strsvis instead. Removed prototypes | wennmach |