summaryrefslogtreecommitdiff
path: root/usr.sbin/mtree
AgeCommit message (Expand)Author
2003-11-17#include <util.h>dbj
2003-10-27Overhaul how `build.sh tools' are used:lukem
2003-10-10Include filename in:dsl
2003-09-19realloc pedantitojun
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-27Quote some characters.wiz
2003-05-18Now that <bsd.prog.mk> DTRT if HOSTPROG is defined (i.e, it is a no-op),lukem
2003-03-31grammar tweak.grant
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
2003-01-04Change default permissions of newly created directories fromlukem
2002-12-27File types belong under 'type', not 'uname'.grant
2002-12-23Add -C, which dumps the specification with the full path name first,lukem
2002-12-09correct description of -Dlukem
2002-11-30tweaks for fparseln(3) move from libutil to libc:lukem
2002-11-29avoid non-constant initializer errors by changing hack to workaroundgrant
2002-10-08Remove convoluted code to work around missing lch{flags,mod,own}();lukem
2002-10-06- Check HAVE_LCHFLAGS for lchflags(2) support, rather than assuminglukem
2002-09-18use NETBSDSRCDIR as appropriatelukem
2002-08-08Remove extraneous \n's in {err,warn}{,x} that used to be printfs.soren
2002-04-09Don't use __RCSID unless it's defined.bjh21
2002-04-09Use __RCSID().thorpej
2002-02-19inotype() only needs to understand S_ types, not the F_ typeslukem
2002-02-11support multiple entries for "." and full paths if the types match; the lastlukem
2002-02-08Funtion appropriately in the absence of a lchmod call on the host.tv
2002-02-05Support `/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 inlukem
2002-02-04explicitly chmod(2) newly created deviceslukem
2002-01-31Roll in fixes to permit cross-compiling from non-NetBSD hosts. Thistv
2002-01-31Protect __RCSID and __COPYRIGHT from being invoked if not defined.tv
2002-01-29Make almost all tools compile and run properly on non-NetBSD hosts. (Intv
2002-01-29add <util.h> back in for native builds.lukem
2002-01-29don't bother initialising pwfile[] to _PATH_MASTERPASSWD and grfile[]lukem
2002-01-29Add hooks to make mtree compilable from src/tools.tv
2002-01-24Add '-N dbdir', to specify that user & group lookups (via pwcache(3)) are tolukem
2002-01-19Whitespace nits.wiz
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