summaryrefslogtreecommitdiff
path: root/usr.sbin/mtree
AgeCommit message (Expand)Author
2001-11-11Ugg...Turn LIST_FOREACH into a while loop around LIST_NEXT...jmc
2001-11-10provide the ability to remove support for generating or checking variouslukem
2001-11-10need <stdio.h> and <time.h> for mtree.hlukem
2001-11-10replace <sys/time.h> with <time.h> (for consistency)lukem
2001-11-10with local crc.c, don't need usr.bin/cksum in .PATH any morelukem
2001-11-10Add a separate version of the CRC routine that listens to sflag.mycroft
2001-11-09Generally don't need the extra byte in MAXPATHLEN sized buffers, becauselukem
2001-11-07User interface changes from (or inspired by) FreeBSD:lukem
2001-11-07- KNF & whitespace cleanuplukem
2001-11-07Code from FreeBSD to give mtree the ability to exclude items from its traversallukem
2001-11-03- move "Wflag" global from mtree.c to spec.c, and reinstate the functionalitylukem
2001-11-01Revert previous until it's fixed a more generic way ... I didn't realizetv
2001-10-31Don't try to do uid or gid lookups from a supplied spec file if -W is given;tv
2001-10-26fix potential sparc compiler warning (if DEBUG was defined, that is...)lukem
2001-10-25Add -W: don't attempt to change the perms/time/flags on existing entries, norlukem
2001-10-25- add lineno field to NODElukem
2001-10-22document requirement about first node being a directory called "."lukem
2001-10-22- enforce the top-most entry must be "." and must be a directory; avoidslukem
2001-10-19improve enumeration of the different specfile entry typeslukem
2001-10-18complete WARNS=2 cleanup (with a bit of ickiness for the fts_open argv issue)lukem
2001-10-18need semicolon between goto label and closing bracelukem
2001-10-18make this mostly WARNS=2 safelukem
2001-10-17convert from strtok() to strsep()lukem
2001-10-09Make mtree a host tool and use it when appropriate.enami
2001-10-09Add "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 confusinglukem
2001-10-05* Implement support for absolute paths in the specfile. An absolute pathlukem
2001-10-05- support "all" as a valid keyword for -k, -K and -R.lukem
2001-10-05dump_nodes() fixes:lukem
2001-10-05cleanup tags support;lukem
2001-10-04Whitespace fixes, sort sections.wiz
2001-10-04- skip F_OPT entries (recently added diagnostic detected this)lukem
2001-10-04features:lukem
2001-10-03add F_TYPE to KEYDEFAULT.lukem
2001-10-01- implement -D - dump the specfile out in a manner that's parseablelukem
2001-09-22Add a -l flag which does "loose" permissions checks, i.e. a mode 444perry
2001-09-11Fix printf format.thorpej
2001-09-10replace home-grown parser with fparseln()lukem
2001-07-18- add parsetype() (a la parsekey()) to parse the "type=xxx" arg. this improveslukem
2001-03-25improve readability of error messages by quoting the string that wechristos
2001-03-21use setprognamecgd
2001-03-09ANSIfy, KNF, in preperation for more work.simonb
2001-02-20Remove all the "#ifdef __APPLE__" code, to make this actuallyhubertf
2001-01-05use %ll_ instead of the less standard %q_lukem
2000-11-07use .Xrlukem
2000-10-15LP64 format string cleanup. Problem reported by garbled.is
2000-10-11More 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-05mtree uses strsvis, not strvis.wennmach
1999-12-07code.c is no longer used, we use strsvis instead. Removed prototypeswennmach