summaryrefslogtreecommitdiff
path: root/usr.sbin/mtree/verify.c
AgeCommit message (Expand)Author
2021-03-18mtree: use POSIX type uint32_t instead of u_int32_tcheusov
2015-01-23fix tools build.christos
2015-01-23attempt to reset file flags when -rrchristos
2013-02-03add the ability to only output paths included in a spec file when creatingchristos
2012-10-05Implement FreeBSD's "nochange" keyworld which causes the existance of achristos
2012-10-05Implement FreeBSD's -f spec1 -f spec2 spec comparision function. Thischristos
2012-10-05add -q flag to silence warnings about symlinks to existing dirs (from OpenBSDchristos
2012-03-25PR/41061: Steven Drake: mtree -d complains about extra symlinkschristos
2006-10-07PR/28786: Jukka Salmi: mtree bug (in verify.c)elad
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
2003-10-27Overhaul how `build.sh tools' are used:lukem
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-01-04Change default permissions of newly created directories fromlukem
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-02-08Funtion appropriately in the absence of a lchmod call on the host.tv
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-31Protect __RCSID and __COPYRIGHT from being invoked if not defined.tv
2002-01-29Add hooks to make mtree compilable from src/tools.tv
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-10-25Add -W: don't attempt to change the perms/time/flags on existing entries, norlukem
2001-10-22- enforce the top-most entry must be "." and must be a directory; avoidslukem
2001-10-18complete WARNS=2 cleanup (with a bit of ickiness for the fts_open argv issue)lukem
2001-10-09Add "device" keyword, which allows the device number to be specified,lukem
2001-10-04features:lukem
2001-03-09ANSIfy, KNF, in preperation for more work.simonb
1999-02-11- add -m and -i to change file flags more usefully.mrg
1998-10-10add support for 4.4BSD file flags. we take a `flags=xxx' parameter,mrg
1998-10-08Use u_int32_t rather than Sys-V u_long.wsanchez
1998-08-27Add {} pairs to shut up egcs.ross
1997-10-17WARNSify, getopt returns -1 not EOFlukem
1997-07-11fix printf() formats, make explicit comparisons to NULL (gcc -Wall)mikel
1997-06-23Don't incorrectly warn about a subdirectory of 'foo' called 'bar' when there'slukem
1995-03-07add an 'optional' keyword, which allows files to be in thecgd
1995-03-07add NetBSD id'scgd
1995-03-07clean up import, fix a few bugs, etc.cgd
1993-11-02make it compile...cgd
1993-11-02latest mtree from uunet. doesn't compile, but that'll be fixed soon.cgd
1993-10-01Use *->fts_errno instead of errno after fts_read(). The fts manpagejtc
1993-08-01Add RCS identifiers.mycroft
1993-06-16Update source to use posix fnmatchjtc
1993-04-10Reverse sense of fnmatch() to match POSIX.mycroft
1993-03-21initial import of 386bsd-0.1 sourcescgd