summaryrefslogtreecommitdiff
path: root/usr.sbin/mtree
AgeCommit message (Expand)Author
2006-04-22i.e. without a space. PR 33328 by Igor Sobrado.wiz
2006-04-12If parameter don't have values, then 'continue' after setting the flag bit.dsl
2005-11-10SHA2 support has been pulled up to NetBSD 3.0, update the history part.elad
2005-10-01fix setmode error handling.christos
2005-09-29The list of keywords must be sorted because it is search with bsearch(3).tron
2005-09-24Use crypto/rmd160.h.elad
2005-09-02Use MAXHASHLEN here too.elad
2005-08-24Add SHA2 support in mtree.elad
2005-08-24Reference cksum(1) only.elad
2005-06-02appease gcc -Wuninitializedlukem
2005-04-09WARNS=3 seems to work for medsl
2005-02-06ANSIfy function declaration, remove register declarations, and someperry
2004-12-01In replacenode(), don't strunvis() a NULL pointer. (Fixes bug in previous.)lukem
2004-12-01strsvis(3) encode & decode the "link=" value (symlink target).lukem
2004-07-22Implement -M to "merge" entries, even with different types.lukem
2004-06-20Completely rework how tools/compat is done. Purge all uses/references tojmc
2004-05-11foliage from pack_dev change :-)christos
2004-01-30Handle new-style error return from mknod/pack_dev.cross
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