The NetBSD Project

CVS log for src/usr.sbin/mtree/create.c

[BACK] Up to [cvs.NetBSD.org] / src / usr.sbin / mtree

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: MAIN


Revision 1.77 / (download) - annotate - [select for diffs], Sat Dec 2 13:34:48 2023 UTC (3 months, 2 weeks ago) by christos
Branch: MAIN
CVS Tags: triaxx-drm, HEAD
Changes since 1.76: +4 -2 lines
Diff to previous 1.76 (colored)

PR/57735: Jose Louis Duran: check if fts_read(3) had an error.
(FreeBSD commit https://github.com/freebsd/freebsd-src/commit/\
    2dfa4b66b3d0caaaae6ce2df476b5615f8415a19)

Revision 1.76 / (download) - annotate - [select for diffs], Sun Nov 18 23:03:36 2018 UTC (5 years, 4 months ago) by sevan
Branch: MAIN
CVS Tags: phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, phil-wifi-20190609, pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226, pgoyette-compat-1126, netbsd-9-base, netbsd-9-3-RELEASE, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE, netbsd-9-0-RELEASE, netbsd-9-0-RC2, netbsd-9-0-RC1, netbsd-9, netbsd-10-base, netbsd-10-0-RC6, netbsd-10-0-RC5, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2, netbsd-10-0-RC1, netbsd-10, is-mlppp-base, is-mlppp, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x
Changes since 1.75: +3 -3 lines
Diff to previous 1.75 (colored)

Adjust test, we only want to return the structure member if the result is not NULL.

Heads up by Sascha Wildner @ DragonFly BSD.

Revision 1.75 / (download) - annotate - [select for diffs], Sun Dec 31 03:04:44 2017 UTC (6 years, 2 months ago) by christos
Branch: MAIN
CVS Tags: phil-wifi-base, pgoyette-compat-base, pgoyette-compat-1020, pgoyette-compat-0930, pgoyette-compat-0906, pgoyette-compat-0728, pgoyette-compat-0625, pgoyette-compat-0521, pgoyette-compat-0502, pgoyette-compat-0422, pgoyette-compat-0415, pgoyette-compat-0407, pgoyette-compat-0330, pgoyette-compat-0322, pgoyette-compat-0315
Branch point for: phil-wifi, pgoyette-compat
Changes since 1.74: +60 -56 lines
Diff to previous 1.74 (colored)

factor out common code from Poul-Henning Kamp.

Revision 1.74 / (download) - annotate - [select for diffs], Thu Dec 14 18:34:41 2017 UTC (6 years, 3 months ago) by christos
Branch: MAIN
Changes since 1.73: +4 -3 lines
Diff to previous 1.73 (colored)

use uintmax_t for nlink_t from FreeBSD

Revision 1.73 / (download) - annotate - [select for diffs], Thu Apr 24 17:22:41 2014 UTC (9 years, 10 months ago) by christos
Branch: MAIN
CVS Tags: yamt-pagecache-base9, tls-maxphys-base, tls-earlyentropy-base, prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, pgoyette-localcount-base, pgoyette-localcount-20170426, pgoyette-localcount-20170320, pgoyette-localcount-20170107, pgoyette-localcount-20161104, pgoyette-localcount-20160806, pgoyette-localcount-20160726, pgoyette-localcount, perseant-stdc-iso10646-base, perseant-stdc-iso10646, netbsd-8-base, netbsd-8-0-RELEASE, netbsd-8-0-RC2, netbsd-8-0-RC1, netbsd-7-nhusb-base-20170116, netbsd-7-nhusb-base, netbsd-7-nhusb, netbsd-7-base, netbsd-7-2-RELEASE, netbsd-7-1-RELEASE, netbsd-7-1-RC2, netbsd-7-1-RC1, netbsd-7-1-2-RELEASE, netbsd-7-1-1-RELEASE, netbsd-7-1, netbsd-7-0-RELEASE, netbsd-7-0-RC3, netbsd-7-0-RC2, netbsd-7-0-RC1, netbsd-7-0-2-RELEASE, netbsd-7-0-1-RELEASE, netbsd-7-0, matt-nb8-mediatek-base, matt-nb8-mediatek, localcount-20160914, bouyer-socketcan-base1, bouyer-socketcan-base, bouyer-socketcan
Branch point for: netbsd-8, netbsd-7
Changes since 1.72: +58 -54 lines
Diff to previous 1.72 (colored)

Pass a file pointer to write data instead of writing to stdout.
No functional change.

Revision 1.72 / (download) - annotate - [select for diffs], Thu Oct 17 17:22:59 2013 UTC (10 years, 5 months ago) by christos
Branch: MAIN
CVS Tags: riastradh-xf86-video-intel-2-7-1-pre-2-21-15, riastradh-drm2-base3
Branch point for: tls-earlyentropy
Changes since 1.71: +3 -2 lines
Diff to previous 1.71 (colored)

Our <sys/param.h> ends up calling header files that define intmax_t. This
should not be the case (but >sys/param.h> is not a standard header so all bets
are off). FreeBSD's does not, so explicitly include <stdint.h> to get it.

Revision 1.71 / (download) - annotate - [select for diffs], Wed Oct 16 17:24:20 2013 UTC (10 years, 5 months ago) by christos
Branch: MAIN
Changes since 1.70: +3 -3 lines
Diff to previous 1.70 (colored)

Restore old behavior of not printing sizes for directories, since it varies
depending on filesystem implementation. (Brooks Davis)

Revision 1.70 / (download) - annotate - [select for diffs], Mon Sep 9 23:27:43 2013 UTC (10 years, 6 months ago) by christos
Branch: MAIN
Changes since 1.69: +10 -10 lines
Diff to previous 1.69 (colored)

use intmax_t instead of long long. fixes wrong cast for time_t.

Revision 1.69 / (download) - annotate - [select for diffs], Sun Feb 3 19:15:17 2013 UTC (11 years, 1 month ago) by christos
Branch: MAIN
CVS Tags: riastradh-drm2-base2, riastradh-drm2-base1, riastradh-drm2-base, riastradh-drm2, agc-symver-base, agc-symver
Changes since 1.68: +6 -2 lines
Diff to previous 1.68 (colored)

add the ability to only output paths included in a spec file when creating
from a directory (-c)

Revision 1.68 / (download) - annotate - [select for diffs], Thu Dec 20 16:43:16 2012 UTC (11 years, 3 months ago) by christos
Branch: MAIN
CVS Tags: yamt-pagecache-base8
Changes since 1.67: +39 -28 lines
Diff to previous 1.67 (colored)

Implement the "flavor" output discussed in tech-userlevel@, by Brooks Davis

Revision 1.67 / (download) - annotate - [select for diffs], Sat Dec 15 01:24:40 2012 UTC (11 years, 3 months ago) by christos
Branch: MAIN
Changes since 1.66: +4 -3 lines
Diff to previous 1.66 (colored)

make us compatible with FreeBSD (for -n) (Brooks Davies)

Revision 1.66 / (download) - annotate - [select for diffs], Wed Dec 12 15:50:35 2012 UTC (11 years, 3 months ago) by christos
Branch: MAIN
CVS Tags: yamt-pagecache-base7
Changes since 1.65: +8 -5 lines
Diff to previous 1.65 (colored)

-n is incorrectly supressing the ".." lines. (Brooks Davis)

Revision 1.65 / (download) - annotate - [select for diffs], Fri Oct 5 01:21:44 2012 UTC (11 years, 5 months ago) by christos
Branch: MAIN
CVS Tags: yamt-pagecache-base6
Changes since 1.64: +8 -8 lines
Diff to previous 1.64 (colored)

Allow uid and uname or gid and gname to both be printed while
preserving the behavior of falling back to [ug]id when the name is not
resolvable. (brooks)

Revision 1.64 / (download) - annotate - [select for diffs], Fri Oct 5 01:19:54 2012 UTC (11 years, 5 months ago) by christos
Branch: MAIN
Changes since 1.63: +4 -4 lines
Diff to previous 1.63 (colored)

clarify seconds.09nanoseconds format (brooks)

Revision 1.63 / (download) - annotate - [select for diffs], Fri Oct 5 01:13:50 2012 UTC (11 years, 5 months ago) by christos
Branch: MAIN
Changes since 1.62: +45 -37 lines
Diff to previous 1.62 (colored)

add -j flag to indent directory blocks (from brooks)

Revision 1.62 / (download) - annotate - [select for diffs], Fri Oct 5 01:01:07 2012 UTC (11 years, 5 months ago) by christos
Branch: MAIN
Changes since 1.61: +10 -7 lines
Diff to previous 1.61 (colored)

add -n flag to disable comments (brook)

Revision 1.61 / (download) - annotate - [select for diffs], Fri Oct 5 00:58:46 2012 UTC (11 years, 5 months ago) by christos
Branch: MAIN
Changes since 1.60: +28 -16 lines
Diff to previous 1.60 (colored)

our fts compare routine is less constified.

Revision 1.60 / (download) - annotate - [select for diffs], Fri Oct 5 00:41:24 2012 UTC (11 years, 5 months ago) by christos
Branch: MAIN
Changes since 1.59: +6 -4 lines
Diff to previous 1.59 (colored)

more const
check if we support SHA384 before using
(brooks)

Revision 1.59 / (download) - annotate - [select for diffs], Sun Jul 15 09:08:29 2012 UTC (11 years, 8 months ago) by spz
Branch: MAIN
Branch point for: tls-maxphys
Changes since 1.58: +12 -8 lines
Diff to previous 1.58 (colored)

resource leak (Coverity issues 274383 and 274384)

Revision 1.58 / (download) - annotate - [select for diffs], Fri Apr 3 21:18:59 2009 UTC (14 years, 11 months ago) by apb
Branch: MAIN
CVS Tags: yamt-pagecache-base5, yamt-pagecache-base4, yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, netbsd-6-base, netbsd-6-1-RELEASE, netbsd-6-1-RC4, netbsd-6-1-RC3, netbsd-6-1-RC2, netbsd-6-1-RC1, netbsd-6-1-5-RELEASE, netbsd-6-1-4-RELEASE, netbsd-6-1-3-RELEASE, netbsd-6-1-2-RELEASE, netbsd-6-1-1-RELEASE, netbsd-6-1, netbsd-6-0-RELEASE, netbsd-6-0-RC2, netbsd-6-0-RC1, netbsd-6-0-6-RELEASE, netbsd-6-0-5-RELEASE, netbsd-6-0-4-RELEASE, netbsd-6-0-3-RELEASE, netbsd-6-0-2-RELEASE, netbsd-6-0-1-RELEASE, netbsd-6-0, netbsd-6, matt-premerge-20091211, matt-nb6-plus-nbase, matt-nb6-plus-base, matt-nb6-plus, matt-mips64-premerge-20101231, jym-xensuspend-nbase, jym-xensuspend-base, cherry-xenmp-base, cherry-xenmp, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2
Branch point for: yamt-pagecache
Changes since 1.57: +11 -2 lines
Diff to previous 1.57 (colored)

Make "mtree -C" sort its output.

As the input is read from a specfile into a tree of linked lists,
keep each linked list sorted.  The sort order is the same as that
already used by "mtree -c": directories sort after non-directories, but
otherwise names are sorted in the order used by strcmp().

Revision 1.57 / (download) - annotate - [select for diffs], Sun Feb 1 22:36:24 2009 UTC (15 years, 1 month ago) by hubertf
Branch: MAIN
Branch point for: jym-xensuspend
Changes since 1.56: +8 -8 lines
Diff to previous 1.56 (colored)

When {MD5,RMD160,SHA1,SHA256_,SHA384_,SHA512_}File fail, use errno
to print what's actually wrong

Revision 1.56 / (download) - annotate - [select for diffs], Sun Dec 28 19:36:30 2008 UTC (15 years, 2 months ago) by christos
Branch: MAIN
Changes since 1.55: +4 -3 lines
Diff to previous 1.55 (colored)

fix dev_t formats.

Revision 1.55 / (download) - annotate - [select for diffs], Wed Dec 5 16:55:29 2007 UTC (16 years, 3 months ago) by christos
Branch: MAIN
CVS Tags: yamt-pf42-baseX, yamt-pf42-base4, yamt-pf42-base3, yamt-pf42-base2, yamt-pf42-base, yamt-pf42, wrstuden-revivesa-base-3, wrstuden-revivesa-base-2, wrstuden-revivesa-base-1, wrstuden-revivesa-base, wrstuden-revivesa, netbsd-5-base, netbsd-5-2-RELEASE, netbsd-5-2-RC1, netbsd-5-2-3-RELEASE, netbsd-5-2-2-RELEASE, netbsd-5-2-1-RELEASE, netbsd-5-2, netbsd-5-1-RELEASE, netbsd-5-1-RC4, netbsd-5-1-RC3, netbsd-5-1-RC2, netbsd-5-1-RC1, netbsd-5-1-5-RELEASE, netbsd-5-1-4-RELEASE, netbsd-5-1-3-RELEASE, netbsd-5-1-2-RELEASE, netbsd-5-1-1-RELEASE, netbsd-5-1, netbsd-5-0-RELEASE, netbsd-5-0-RC4, netbsd-5-0-RC3, netbsd-5-0-RC2, netbsd-5-0-RC1, netbsd-5-0-2-RELEASE, netbsd-5-0-1-RELEASE, netbsd-5-0, netbsd-5, mjf-devfs2-base, mjf-devfs2, matt-nb5-pq3-base, matt-nb5-pq3, matt-nb5-mips64-u2-k2-k4-k7-k8-k9, matt-nb5-mips64-u1-k1-k5, matt-nb5-mips64-premerge-20101231, matt-nb5-mips64-premerge-20091211, matt-nb5-mips64-k15, matt-nb5-mips64, matt-nb4-mips64-k7-u2a-k9b, matt-mips64-base2, matt-armv6-nbase, matt-armv6-base, keiichi-mipv6-nbase, keiichi-mipv6-base, keiichi-mipv6, hpcarm-cleanup-nbase, hpcarm-cleanup-base, cube-autoconf-base, cube-autoconf
Changes since 1.54: +11 -3 lines
Diff to previous 1.54 (colored)

PR/37482: Malcolm Herbert: mtree does not check for getlogin() returning null
in spec create

Revision 1.54 / (download) - annotate - [select for diffs], Mon Nov 19 08:58:54 2007 UTC (16 years, 4 months ago) by rillig
Branch: MAIN
Changes since 1.53: +5 -5 lines
Diff to previous 1.53 (colored)

Renamed dsort to dcmp, since it doesn't sort, it only compares.

Revision 1.53 / (download) - annotate - [select for diffs], Mon Nov 19 08:42:24 2007 UTC (16 years, 4 months ago) by rillig
Branch: MAIN
Changes since 1.52: +3 -3 lines
Diff to previous 1.52 (colored)

Even on non-BSD systems, the "-R all" option should disable printing of
the "time" attribute. Noticed by Malcolm Herbert on tech-pkg.

Revision 1.52 / (download) - annotate - [select for diffs], Thu Oct 18 02:28:22 2007 UTC (16 years, 5 months ago) by christos
Branch: MAIN
Changes since 1.51: +3 -3 lines
Diff to previous 1.51 (colored)

cast to long explicitly for the compat build

Revision 1.51 / (download) - annotate - [select for diffs], Sun Feb 4 08:03:18 2007 UTC (17 years, 1 month ago) by elad
Branch: MAIN
CVS Tags: matt-mips64-base, matt-mips64, hpcarm-cleanup
Branch point for: matt-armv6
Changes since 1.50: +15 -9 lines
Diff to previous 1.50 (colored)

The hashing routines (MD5File() and co.) can do dynamic allocation, so
take advantage of that instead of an ugly hard-coded MAXHASHLEN limit
that needs updating.

I think this was suggested by cube@ years ago.

Revision 1.50 / (download) - annotate - [select for diffs], Mon Oct 30 20:22:54 2006 UTC (17 years, 4 months ago) by christos
Branch: MAIN
CVS Tags: wrstuden-fixsa-newbase, wrstuden-fixsa-base-1, wrstuden-fixsa-base, wrstuden-fixsa, netbsd-4-base, netbsd-4-0-RELEASE, netbsd-4-0-RC5, netbsd-4-0-RC4, netbsd-4-0-RC3, netbsd-4-0-RC2, netbsd-4-0-RC1, netbsd-4-0-1-RELEASE, netbsd-4-0, netbsd-4
Changes since 1.49: +4 -4 lines
Diff to previous 1.49 (colored)

kill crypto/rmd160.h and crypto/sha2.h, and instead make symlinks to
/usr/include from /usr/include/sys. This makes all the one way hash
header handling identical.

Revision 1.49 / (download) - annotate - [select for diffs], Sat Sep 24 22:41:26 2005 UTC (18 years, 5 months ago) by elad
Branch: MAIN
CVS Tags: abandoned-netbsd-4-base, abandoned-netbsd-4
Changes since 1.48: +3 -3 lines
Diff to previous 1.48 (colored)

Use crypto/rmd160.h.

Revision 1.48 / (download) - annotate - [select for diffs], Fri Sep 2 17:12:38 2005 UTC (18 years, 6 months ago) by elad
Branch: MAIN
Changes since 1.47: +3 -3 lines
Diff to previous 1.47 (colored)

Use MAXHASHLEN here too.

Revision 1.47 / (download) - annotate - [select for diffs], Wed Aug 24 20:55:41 2005 UTC (18 years, 6 months ago) by elad
Branch: MAIN
Changes since 1.46: +24 -4 lines
Diff to previous 1.46 (colored)

Add SHA2 support in mtree.

Revision 1.46 / (download) - annotate - [select for diffs], Wed Dec 1 10:07:56 2004 UTC (19 years, 3 months ago) by lukem
Branch: MAIN
CVS Tags: netbsd-3-base
Branch point for: netbsd-3
Changes since 1.45: +5 -6 lines
Diff to previous 1.45 (colored)

strsvis(3) encode & decode the "link=" value (symlink target).

Revision 1.45 / (download) - annotate - [select for diffs], Sun Jun 20 22:20:18 2004 UTC (19 years, 9 months ago) by jmc
Branch: MAIN
Changes since 1.44: +7 -3 lines
Diff to previous 1.44 (colored)

Completely rework how tools/compat is done. Purge all uses/references to
_NETBSD_SOURCE as this makes cross building from older/newer versions of
NetBSD harder, not easier (and also makes the resulting tools 'different')

Wrap all required code with the inclusion of nbtool_config.h, attempt to
only use POSIX code in all places (or when reasonable test w. configure and
provide definitions: ala u_int, etc).

Reviewed by lukem. Tested on FreeBSD 4.9, Redhat Linux ES3, NetBSD 1.6.2 x86
NetBSD current (x86 and amd64) and Solaris 9.

Fixes PR's: PR#17762 PR#25944

Revision 1.44 / (download) - annotate - [select for diffs], Mon Oct 27 00:12:44 2003 UTC (20 years, 4 months ago) by lukem
Branch: MAIN
CVS Tags: netbsd-2-0-base
Branch point for: netbsd-2-0
Changes since 1.43: +3 -3 lines
Diff to previous 1.43 (colored)

Overhaul how `build.sh tools' are used:

    *	Rename "config.h" to "nbtool_config.h" and
	HAVE_CONFIG_H to HAVE_NBTOOL_CONFIG_H.
	This makes in more obvious in the source when we're using
	tools/compat/config.h versus "standard autoconf" config.h

    *	Consistently move the inclusion of nbtool_config.h to before
    	<sys/cdefs.h> so that the former can provide __RCSID() (et al),
    	and there's no need to protect those macros any more.

These changes should make it easier to "tool-ify" a program by adding:
	#if HAVE_NBTOOL_CONFIG_H
	#include "nbtool_config.h"
	#endif
to the top of the source files (for the general case).

Revision 1.43 / (download) - annotate - [select for diffs], Thu Aug 7 11:25:35 2003 UTC (20 years, 7 months ago) by agc
Branch: MAIN
Changes since 1.42: +3 -7 lines
Diff to previous 1.42 (colored)

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22366, verified by myself.

Revision 1.42 / (download) - annotate - [select for diffs], Mon Dec 23 04:40:19 2002 UTC (21 years, 3 months ago) by lukem
Branch: MAIN
CVS Tags: fvdl_fs64_base
Changes since 1.41: +6 -11 lines
Diff to previous 1.41 (colored)

Add -C, which dumps the specification with the full path name first,
and then all the other fields.  (I.e, like -D except with the name
first instead of last).
Consistenly strsvis(3) encode path names (even for -C and -D).

Revision 1.41 / (download) - annotate - [select for diffs], Fri Nov 29 02:07:34 2002 UTC (21 years, 3 months ago) by grant
Branch: MAIN
Changes since 1.40: +6 -4 lines
Diff to previous 1.40 (colored)

avoid non-constant initializer errors by changing hack to workaround
gcc warning to a slightly different hack.

Revision 1.40 / (download) - annotate - [select for diffs], Thu Aug 8 13:24:15 2002 UTC (21 years, 7 months ago) by soren
Branch: MAIN
Changes since 1.39: +3 -3 lines
Diff to previous 1.39 (colored)

Remove extraneous \n's in {err,warn}{,x} that used to be printfs.

Revision 1.39 / (download) - annotate - [select for diffs], Thu Jan 31 19:37:15 2002 UTC (22 years, 1 month ago) by tv
Branch: MAIN
CVS Tags: netbsd-1-6-base, netbsd-1-6-RELEASE, netbsd-1-6-RC3, netbsd-1-6-RC2, netbsd-1-6-RC1, netbsd-1-6-PATCH002-RELEASE, netbsd-1-6-PATCH002-RC4, netbsd-1-6-PATCH002-RC3, netbsd-1-6-PATCH002-RC2, netbsd-1-6-PATCH002-RC1, netbsd-1-6-PATCH002, netbsd-1-6-PATCH001-RELEASE, netbsd-1-6-PATCH001-RC3, netbsd-1-6-PATCH001-RC2, netbsd-1-6-PATCH001-RC1, netbsd-1-6-PATCH001, netbsd-1-6
Changes since 1.38: +3 -3 lines
Diff to previous 1.38 (colored)

Protect __RCSID and __COPYRIGHT from being invoked if not defined.

Revision 1.38 / (download) - annotate - [select for diffs], Tue Jan 29 00:07:27 2002 UTC (22 years, 1 month ago) by tv
Branch: MAIN
Changes since 1.37: +14 -6 lines
Diff to previous 1.37 (colored)

Add hooks to make mtree compilable from src/tools.

Revision 1.37 / (download) - annotate - [select for diffs], Sat Nov 10 14:58:21 2001 UTC (22 years, 4 months ago) by lukem
Branch: MAIN
Changes since 1.36: +22 -7 lines
Diff to previous 1.36 (colored)

provide the ability to remove support for generating or checking various
digests by #define-ing NO_MD5, NO_RMD160, or NO_SHA1.  the keywords are
still parsed.

Revision 1.36 / (download) - annotate - [select for diffs], Wed Nov 7 08:01:52 2001 UTC (22 years, 4 months ago) by lukem
Branch: MAIN
Changes since 1.35: +81 -54 lines
Diff to previous 1.35 (colored)

User interface changes from (or inspired by) FreeBSD:
- Add -L to walk the tree `logically', by following symbolic links in
  the heirarchy.
- Add -P to walk the tree `physically'. This is the current behaviour,
  and the default.
- Add "-X excludes-file" to give mtree the ability to exclude files and
  directories from its traversal.  excludes-file contains fnmatch(3)
  patterns to exclude from the walk.
- Add "md5digest" synonym for "md5".
- Add "rmd160" keyword for RMD-160 message digest, and "rmd160digest" synonym.
- Add "sha1" keyword for SHA-1 message digest, and "sha1digest" synonym.
- Don't try to compare() other attributes if the type doesn't match;
  it's nothing but trouble, and no use anyway.
- In -c, only emit "/set" records if something has changed since the
  previous one.

User interface changes by me:
- Check a device's parameters before checking uid/gid/mode.
- If updating (-u), modify the following to match the specification:
	- Device type (retaining existing ownership).
	- Symlink target.

Fixes from (or inspired by) FreeBSD:
- Use p->ftslevel instead of own code to keep track of the level ourself.
  The previous code got majorly confused if fts(3) couldn't descend
  into a subdir, resulting in leaf nodes getting attached to the wrong
  directory.
  XXX: This new method is much much more robust, even though it's not 100%
  perfect; it might result in a couple of following entries in the spec
  to be incorrectly tagged as missing.
- Pass a useful pathname to rlink(), so that logical (-L) traversal
  doesn't confuse symlink checking.
- Consistently use MAXPATHLEN+1 sized buffers for pathnames, so that
  there's room for the NUL.
- Use mtree_err() and strerror(p->fts_errno) to report errors during
  the fts(3) walk.

Fixes by me:
- Remove now-unused `const char *name' argument from compare().
- Change crc_total from an int to a u_int32_t, to match usr.bin/cksum/crc.c.
- Remove trailing whitespace.
- Remove unnecessary (void) casts on functions.
- Reorder entries in the getopt() switch.
- Replace strtoq() with strtoll(), and use strtoul() appropriately.
- Renumber F_ flags to be in alphabetical order.

Revision 1.35 / (download) - annotate - [select for diffs], Mon Oct 22 07:07:46 2001 UTC (22 years, 5 months ago) by lukem
Branch: MAIN
Changes since 1.34: +3 -2 lines
Diff to previous 1.34 (colored)

- enforce the top-most entry must be "." and must be a directory; avoids
  various potential problems when intermixing full and relative paths
- changes to make it much easier to use spec() - the specfile parser - in
  other programs (via .PATHing spec.c and misc.c):
	- move excludetags, includetags and keys from mtree.c to misc.c
	- implement mtree_err() using vwarnx() instead of assuming name is
	  "mtree"
	- move inotype() and nodetype() from compare.c to misc.c
	- add nodetoinode(), to convert from an mtree F_* type to a
	  mode_t S_IF* type
	- clean up #include use; don't assume "mtree.h" pulls in some
	  standard includes
	- change spec() to take a FILE * arg (where the specfile is read from)

Revision 1.34 / (download) - annotate - [select for diffs], Thu Oct 18 05:06:02 2001 UTC (22 years, 5 months ago) by lukem
Branch: MAIN
Changes since 1.33: +5 -5 lines
Diff to previous 1.33 (colored)

complete WARNS=2 cleanup (with a bit of ickiness for the fts_open argv issue)

Revision 1.33 / (download) - annotate - [select for diffs], Thu Oct 18 04:37:56 2001 UTC (22 years, 5 months ago) by lukem
Branch: MAIN
Changes since 1.32: +5 -5 lines
Diff to previous 1.32 (colored)

make this mostly WARNS=2 safe

Revision 1.32 / (download) - annotate - [select for diffs], Tue Oct 9 04:50:01 2001 UTC (22 years, 5 months ago) by lukem
Branch: MAIN
Changes since 1.31: +5 -2 lines
Diff to previous 1.31 (colored)

Add "device" keyword, which allows the device number to be specified,
to be later checked and possibly created. Uses parsing and encoding
routines from mknod(8).

Revision 1.31 / (download) - annotate - [select for diffs], Thu Oct 4 04:51:27 2001 UTC (22 years, 5 months ago) by lukem
Branch: MAIN
Changes since 1.30: +2 -7 lines
Diff to previous 1.30 (colored)

features:
- add a new keyword - "tags" - which is a comma separated list of tags
  associated with that file.
- add "-E tags"; exclude files in -D output with matching tags
- add "-I tags"; only include files in -D output with matching tags
  (default is to list all)

fixes:
- move all extern variable references from individual files into extern.h
- `quote' some more user-specified strings in error messages
- man page: list an options arguments in the description, and sort xrefs.

Revision 1.30 / (download) - annotate - [select for diffs], Mon Oct 1 02:30:40 2001 UTC (22 years, 5 months ago) by lukem
Branch: MAIN
Changes since 1.29: +14 -14 lines
Diff to previous 1.29 (colored)

- implement -D  - dump the specfile out in a manner that's parseable
  by various tools
- implement -R key  - remove the given key(s) from the list of keys to print
  (now it's possible with "-k type -R type" to remove all keys :)
- rename ftype() to nodetype(), and make it public
- use pwcache(3) functions instead of get{gr,pw}{nam,uid}(3)
- add dump_nodes(), which provides the guts for -D.

Revision 1.29 / (download) - annotate - [select for diffs], Fri Mar 9 03:09:45 2001 UTC (23 years ago) by simonb
Branch: MAIN
Changes since 1.28: +16 -36 lines
Diff to previous 1.28 (colored)

ANSIfy, KNF, in preperation for more work.

Revision 1.28 / (download) - annotate - [select for diffs], Tue Feb 20 19:45:51 2001 UTC (23 years, 1 month ago) by hubertf
Branch: MAIN
Changes since 1.27: +4 -11 lines
Diff to previous 1.27 (colored)

Remove all the "#ifdef __APPLE__" code, to make this actually
build again on Darwin. The code in question is outdated.

OK'd by Wilfredo Sanchez wsanchez@MIT.EDU.

Revision 1.27 / (download) - annotate - [select for diffs], Sun Oct 15 12:27:25 2000 UTC (23 years, 5 months ago) by is
Branch: MAIN
Changes since 1.26: +4 -4 lines
Diff to previous 1.26 (colored)

LP64 format string cleanup. Problem reported by garbled.

Revision 1.26 / (download) - annotate - [select for diffs], Wed Oct 11 20:23:54 2000 UTC (23 years, 5 months ago) by is
Branch: MAIN
Changes since 1.25: +5 -4 lines
Diff to previous 1.25 (colored)

More format string cleanups by sommerfeld.

Revision 1.25 / (download) - annotate - [select for diffs], Wed Dec 1 22:12:52 1999 UTC (24 years, 3 months ago) by wennmach
Branch: MAIN
CVS Tags: wrstuden-devbsize-base, wrstuden-devbsize-19991221, netbsd-1-5-base, netbsd-1-5-ALPHA2, minoura-xpg4dl-base, minoura-xpg4dl
Branch point for: netbsd-1-5
Changes since 1.24: +8 -4 lines
Diff to previous 1.24 (colored)

Now that we have strsvis, use it.

Revision 1.24 / (download) - annotate - [select for diffs], Sun Nov 7 20:23:01 1999 UTC (24 years, 4 months ago) by wennmach
Branch: MAIN
Changes since 1.23: +5 -4 lines
Diff to previous 1.23 (colored)

Encode file names using strvis(3) when creating a specification.
Escape white space characters and `#' characters. Do the inverse
when reading specs.

This is a temporary fix until we have strzouvis(3) (or some such)
which is an improved version of strvis (taking an additional list
of characters to encode).

Fixes PR 5006 and PR 7663

Revision 1.23 / (download) - annotate - [select for diffs], Tue Jul 6 15:11:15 1999 UTC (24 years, 8 months ago) by christos
Branch: MAIN
CVS Tags: comdex-fall-1999-base, comdex-fall-1999
Branch point for: wrstuden-devbsize
Changes since 1.22: +7 -2 lines
Diff to previous 1.22 (colored)

portability fixes:
- don't use timespecs in struct stat on non 4.4BSD systems
- don't assume that tv_sec is a time_t

Revision 1.22 / (download) - annotate - [select for diffs], Tue Jul 6 12:59:12 1999 UTC (24 years, 8 months ago) by hubertf
Branch: MAIN
Changes since 1.21: +9 -2 lines
Diff to previous 1.21 (colored)

Actually generate MD5 checksums, as reported in PR 7928.
Approved by Dr. Lex Wennmacher <wennmach@geo.Uni-Koeln.DE>

Revision 1.21 / (download) - annotate - [select for diffs], Thu Feb 11 15:32:23 1999 UTC (25 years, 1 month ago) by mrg
Branch: MAIN
CVS Tags: netbsd-1-4-base, netbsd-1-4-RELEASE, netbsd-1-4-PATCH001
Branch point for: netbsd-1-4
Changes since 1.20: +15 -16 lines
Diff to previous 1.20 (colored)

- add -m and -i to change file flags more usefully.
- fix bugs in fileflags checking

all of the above from dr. lex wennmacher <wennmach@geo.Uni-Koeln.DE>
with some error fixes from egcs via myself.

Revision 1.20 / (download) - annotate - [select for diffs], Sat Dec 19 15:38:45 1998 UTC (25 years, 3 months ago) by christos
Branch: MAIN
Changes since 1.19: +7 -7 lines
Diff to previous 1.19 (colored)

Appease gcc-2.8.1, make printf formats more portable.

Revision 1.19 / (download) - annotate - [select for diffs], Tue Nov 3 15:14:40 1998 UTC (25 years, 4 months ago) by christos
Branch: MAIN
Changes since 1.18: +13 -12 lines
Diff to previous 1.18 (colored)

Namespace protection against MAXUID etc.

Revision 1.18 / (download) - annotate - [select for diffs], Sat Oct 10 07:50:28 1998 UTC (25 years, 5 months ago) by mrg
Branch: MAIN
Changes since 1.17: +38 -8 lines
Diff to previous 1.17 (colored)

add support for 4.4BSD file flags.  we take a `flags=xxx' parameter,
using the same style of naming as chflags, ls & xinstall use, plus an
additional `none' to turn off a default setting.

Revision 1.17 / (download) - annotate - [select for diffs], Thu Oct 8 02:04:56 1998 UTC (25 years, 5 months ago) by wsanchez
Branch: MAIN
Changes since 1.16: +13 -6 lines
Diff to previous 1.16 (colored)

Use u_int32_t rather than Sys-V u_long.
Rename err() to mtree_err(), to avoid conflict with libc.

Revision 1.16 / (download) - annotate - [select for diffs], Sun Aug 30 03:20:09 1998 UTC (25 years, 6 months ago) by nathanw
Branch: MAIN
Changes since 1.15: +4 -3 lines
Diff to previous 1.15 (colored)

Add braces to satisfy egcs.

Revision 1.15 / (download) - annotate - [select for diffs], Thu Aug 27 18:03:45 1998 UTC (25 years, 6 months ago) by ross
Branch: MAIN
Changes since 1.14: +8 -5 lines
Diff to previous 1.14 (colored)

Add {} pairs to shut up egcs.

Revision 1.14 / (download) - annotate - [select for diffs], Mon Jul 6 06:57:34 1998 UTC (25 years, 8 months ago) by mrg
Branch: MAIN
Changes since 1.13: +4 -3 lines
Diff to previous 1.13 (colored)

- use an array MAXHOSTNAMELEN+1 size to hold hostnames
- ensure hostname from gethostname() is nul-terminated in all cases
- minor KNF
- use MAXHOSTNAMELEN over various other values/defines
- be safe will buffers that hold hostnames

Revision 1.13 / (download) - annotate - [select for diffs], Fri Oct 17 11:46:35 1997 UTC (26 years, 5 months ago) by lukem
Branch: MAIN
CVS Tags: netbsd-1-3-base, netbsd-1-3-RELEASE, netbsd-1-3-PATCH003-CANDIDATE2, netbsd-1-3-PATCH003-CANDIDATE1, netbsd-1-3-PATCH003-CANDIDATE0, netbsd-1-3-PATCH003, netbsd-1-3-PATCH002, netbsd-1-3-PATCH001, netbsd-1-3-BETA, netbsd-1-3
Changes since 1.12: +20 -15 lines
Diff to previous 1.12 (colored)

WARNSify, getopt returns -1 not EOF

Revision 1.12 / (download) - annotate - [select for diffs], Fri Jul 11 07:05:30 1997 UTC (26 years, 8 months ago) by mikel
Branch: MAIN
Changes since 1.11: +4 -4 lines
Diff to previous 1.11 (colored)

fix printf() formats, make explicit comparisons to NULL (gcc -Wall)

Revision 1.11 / (download) - annotate - [select for diffs], Thu Sep 5 09:24:19 1996 UTC (27 years, 6 months ago) by mycroft
Branch: MAIN
Changes since 1.10: +3 -3 lines
Diff to previous 1.10 (colored)

Only record sizes for regular files.

Revision 1.10 / (download) - annotate - [select for diffs], Thu Feb 1 00:04:55 1996 UTC (28 years, 1 month ago) by jtc
Branch: MAIN
CVS Tags: netbsd-1-2-base, netbsd-1-2-RELEASE, netbsd-1-2-BETA
Branch point for: netbsd-1-2
Changes since 1.9: +4 -4 lines
Diff to previous 1.9 (colored)

Rename struct timespec fields to conform to POSIX.1b

Revision 1.9 / (download) - annotate - [select for diffs], Tue Mar 7 21:12:06 1995 UTC (29 years ago) by cgd
Branch: MAIN
CVS Tags: netbsd-1-1-base, netbsd-1-1-RELEASE, netbsd-1-1-PATCH001, netbsd-1-1
Changes since 1.8: +6 -0 lines
Diff to previous 1.8 (colored)

add NetBSD id's

Revision 1.8 / (download) - annotate - [select for diffs], Tue Mar 7 15:29:55 1995 UTC (29 years ago) by cgd
Branch: MAIN
Changes since 1.7: +8 -8 lines
Diff to previous 1.7 (colored)

clean up import, fix a few bugs, etc.

Revision 1.7 / (download) - annotate - [select for diffs], Sun Mar 27 09:09:49 1994 UTC (29 years, 11 months ago) by cgd
Branch: MAIN
CVS Tags: netbsd-1-0-base, netbsd-1-0-RELEASE, netbsd-1-0-PATCH1, netbsd-1-0-PATCH06, netbsd-1-0-PATCH05, netbsd-1-0-PATCH04, netbsd-1-0-PATCH03, netbsd-1-0-PATCH02, netbsd-1-0-PATCH0, netbsd-1-0
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

off_t exp.

Revision 1.6 / (download) - annotate - [select for diffs], Wed Nov 17 11:00:56 1993 UTC (30 years, 4 months ago) by cgd
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

make things a bit more consistent

Revision 1.5 / (download) - annotate - [select for diffs], Tue Nov 2 07:51:07 1993 UTC (30 years, 4 months ago) by cgd
Branch: MAIN
Changes since 1.4: +188 -133 lines
Diff to previous 1.4 (colored)

latest mtree from uunet.  doesn't compile, but that'll be fixed soon.
(want to have 'pseudo-virgin' sources, for when fixed fnmatch stuff
is released...)

Revision 1.4 / (download) - annotate - [select for diffs], Fri Oct 1 01:06:39 1993 UTC (30 years, 5 months ago) by jtc
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

Use *->fts_errno instead of errno after fts_read().  The fts manpage
indicates that the fts_errno will be set to the correct value, but there
are no guarentees about errno.

Revision 1.3 / (download) - annotate - [select for diffs], Fri Aug 6 03:48:28 1993 UTC (30 years, 7 months ago) by deraadt
Branch: MAIN
Changes since 1.2: +20 -20 lines
Diff to previous 1.2 (colored)

update for fts library change

Revision 1.2 / (download) - annotate - [select for diffs], Sun Aug 1 17:58:26 1993 UTC (30 years, 7 months ago) by mycroft
Branch: MAIN
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored)

Add RCS identifiers.

Revision 1.1 / (download) - annotate - [select for diffs], Sun Mar 21 09:45:37 1993 UTC (31 years ago) by cgd
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>