CVS commit: src/usr.sbin/mtree

2021-04-03 Thread Simon Burge
Module Name:src Committed By: simonb Date: Sat Apr 3 13:37:18 UTC 2021 Modified Files: src/usr.sbin/mtree: compare.c Log Message: Deal with the case when a device gets recreated (eg when mtree is called by MAKEDEV) and the stat buffer contains information about the

CVS commit: src/usr.sbin/mtree

2021-03-18 Thread Aleksey Cheusov
Module Name:src Committed By: cheusov Date: Thu Mar 18 20:02:19 UTC 2021 Modified Files: src/usr.sbin/mtree: compare.c crc.c extern.h verify.c Log Message: mtree: use POSIX type uint32_t instead of u_int32_t To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59

CVS commit: src/usr.sbin/mtree

2020-06-16 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Jun 16 14:26:39 UTC 2020 Modified Files: src/usr.sbin/mtree: mtree.8 Log Message: Use more markup. Bump date for previous. To generate a diff of this commit: cvs rdiff -u -r1.75 -r1.76 src/usr.sbin/mtree/mtree.8 Please note

CVS commit: src/usr.sbin/mtree

2020-06-16 Thread Stephen Borrill
Module Name:src Committed By: sborrill Date: Tue Jun 16 13:34:38 UTC 2020 Modified Files: src/usr.sbin/mtree: mtree.8 Log Message: Describe correctly how whitespace is formatted as the docs did not match the source. To generate a diff of this commit: cvs rdiff -u -r1.74

CVS commit: src/usr.sbin/mtree

2018-12-12 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Dec 13 07:34:03 UTC 2018 Modified Files: src/usr.sbin/mtree: mtree.8 Log Message: Use \(en. To generate a diff of this commit: cvs rdiff -u -r1.73 -r1.74 src/usr.sbin/mtree/mtree.8 Please note that diffs are not public

CVS commit: src/usr.sbin/mtree

2018-12-12 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Dec 13 03:18:18 UTC 2018 Modified Files: src/usr.sbin/mtree: mtree.8 Log Message: Fix naming inconsistency; PR 53769 from silas. To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73 src/usr.sbin/mtree/mtree.8

CVS commit: src/usr.sbin/mtree

2018-11-18 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Sun Nov 18 23:03:36 UTC 2018 Modified Files: src/usr.sbin/mtree: create.c Log Message: Adjust test, we only want to return the structure member if the result is not NULL. Heads up by Sascha Wildner @ DragonFly BSD. To generate

CVS commit: src/usr.sbin/mtree

2017-12-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Dec 31 03:04:44 UTC 2017 Modified Files: src/usr.sbin/mtree: create.c Log Message: factor out common code from Poul-Henning Kamp. To generate a diff of this commit: cvs rdiff -u -r1.74 -r1.75 src/usr.sbin/mtree/create.c

CVS commit: src/usr.sbin/mtree

2017-12-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Dec 14 18:34:41 UTC 2017 Modified Files: src/usr.sbin/mtree: create.c spec.c specspec.c Log Message: use uintmax_t for nlink_t from FreeBSD To generate a diff of this commit: cvs rdiff -u -r1.73 -r1.74

CVS commit: src/usr.sbin/mtree

2017-09-06 Thread Takeshi Nakayama
Module Name:src Committed By: nakayama Date: Thu Sep 7 04:04:14 UTC 2017 Modified Files: src/usr.sbin/mtree: only.c Log Message: Don't modify strings stored in hash, otherwise filling up of directory hierarchy stops if the same hash value occurs in directory and leaf.

CVS commit: src/usr.sbin/mtree

2017-02-22 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Wed Feb 22 14:15:15 UTC 2017 Modified Files: src/usr.sbin/mtree: mtree.8 Log Message: Fix typo. To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 src/usr.sbin/mtree/mtree.8 Please note that diffs are not public

CVS commit: src/usr.sbin/mtree

2015-01-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jan 23 20:28:24 UTC 2015 Modified Files: src/usr.sbin/mtree: verify.c Log Message: fix tools build. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/usr.sbin/mtree/verify.c Please note that diffs are not

CVS commit: src/usr.sbin/mtree

2015-01-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jan 23 02:27:01 UTC 2015 Modified Files: src/usr.sbin/mtree: mtree.8 mtree.c verify.c Log Message: attempt to reset file flags when -rr To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70

CVS commit: src/usr.sbin/mtree

2015-01-22 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Jan 23 03:31:58 UTC 2015 Modified Files: src/usr.sbin/mtree: mtree.8 Log Message: Pull into this year. To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71 src/usr.sbin/mtree/mtree.8 Please note that diffs are not

CVS commit: src/usr.sbin/mtree

2015-01-07 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Wed Jan 7 20:50:36 UTC 2015 Modified Files: src/usr.sbin/mtree: specspec.c Log Message: st_nlink on Linux is not int, so add an explicit cast. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/usr.sbin/mtree

2014-10-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Oct 27 21:46:45 UTC 2014 Modified Files: src/usr.sbin/mtree: getid.c Log Message: fix pasto; thanks John-Mark Gurney... To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/usr.sbin/mtree/getid.c Please note

CVS commit: src/usr.sbin/mtree

2014-03-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Mar 31 00:00:22 UTC 2014 Modified Files: src/usr.sbin/mtree: getid.c Log Message: say why we can't use the password or the group databases. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/usr.sbin/mtree

2013-11-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Nov 21 18:39:50 UTC 2013 Modified Files: src/usr.sbin/mtree: compare.c Log Message: From Brooks Davis: When comparing a directory to an mtree file NetBSD mtree has output like this: xxx:size (4, 5) md5digest

CVS commit: src/usr.sbin/mtree

2013-10-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 17 17:22:59 UTC 2013 Modified Files: src/usr.sbin/mtree: compare.c create.c spec.c Log Message: 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

CVS commit: src/usr.sbin/mtree

2013-10-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 16 17:24:20 UTC 2013 Modified Files: src/usr.sbin/mtree: create.c Log Message: Restore old behavior of not printing sizes for directories, since it varies depending on filesystem implementation. (Brooks Davis) To

CVS commit: src/usr.sbin/mtree

2013-10-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 16 17:26:14 UTC 2013 Modified Files: src/usr.sbin/mtree: spec.c Log Message: Default a bare . with no type to F_DIR. For FreeBSD compatibility (Brooks Davis) To generate a diff of this commit: cvs rdiff -u -r1.86

CVS commit: src/usr.sbin/mtree

2013-10-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 16 17:27:42 UTC 2013 Modified Files: src/usr.sbin/mtree: getid.c Log Message: skip comment lines on password and group databases (Brooks Davis) To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/usr.sbin/mtree

2013-09-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 9 23:27:43 UTC 2013 Modified Files: src/usr.sbin/mtree: compare.c create.c spec.c Log Message: use intmax_t instead of long long. fixes wrong cast for time_t. To generate a diff of this commit: cvs rdiff -u -r1.55

CVS commit: src/usr.sbin/mtree

2013-04-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Apr 8 17:39:11 UTC 2013 Modified Files: src/usr.sbin/mtree: mtree.c Log Message: move flags only used in main() inside main(), from Ed Schouten To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48

CVS commit: src/usr.sbin/mtree

2013-02-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Feb 5 00:59:04 UTC 2013 Modified Files: src/usr.sbin/mtree: only.c Log Message: fill up the directory hierarchy so that leaf files are not ignored if specified by themselves. To generate a diff of this commit: cvs rdiff

CVS commit: src/usr.sbin/mtree

2013-02-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Feb 3 19:15:18 UTC 2013 Modified Files: src/usr.sbin/mtree: Makefile create.c extern.h mtree.8 mtree.c verify.c Added Files: src/usr.sbin/mtree: only.c Log Message: add the ability to only output paths included in

CVS commit: src/usr.sbin/mtree

2013-02-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Feb 3 19:16:06 UTC 2013 Modified Files: src/usr.sbin/mtree: mtree.8 Log Message: fix man page. To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 src/usr.sbin/mtree/mtree.8 Please note that diffs are not

CVS commit: src/usr.sbin/mtree

2012-12-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Dec 20 16:43:17 UTC 2012 Modified Files: src/usr.sbin/mtree: create.c extern.h mtree.8 mtree.c spec.c Log Message: Implement the flavor output discussed in tech-userlevel@, by Brooks Davis To generate a diff of this

CVS commit: src/usr.sbin/mtree

2012-12-20 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Thu Dec 20 18:58:38 UTC 2012 Modified Files: src/usr.sbin/mtree: mtree.c Log Message: joerg@: just use unsigned int please To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/usr.sbin/mtree/mtree.c Please note

CVS commit: src/usr.sbin/mtree

2012-12-20 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Dec 20 19:09:25 UTC 2012 Modified Files: src/usr.sbin/mtree: misc.c mtree.c Log Message: move flavor to misc.c because pax needs it. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/usr.sbin/mtree/misc.c

CVS commit: src/usr.sbin/mtree

2012-12-20 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Dec 20 20:17:26 UTC 2012 Modified Files: src/usr.sbin/mtree: mtree.8 Log Message: Add missing letter and use x.y versions for Fx/Nx. To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 src/usr.sbin/mtree/mtree.8

CVS commit: src/usr.sbin/mtree

2012-12-20 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Dec 20 20:31:01 UTC 2012 Modified Files: src/usr.sbin/mtree: mtree.8 Log Message: Typo fix. To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67 src/usr.sbin/mtree/mtree.8 Please note that diffs are not public

CVS commit: src/usr.sbin/mtree

2012-12-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Dec 15 01:24:40 UTC 2012 Modified Files: src/usr.sbin/mtree: create.c Log Message: make us compatible with FreeBSD (for -n) (Brooks Davies) To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67

CVS commit: src/usr.sbin/mtree

2012-12-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Dec 12 15:50:35 UTC 2012 Modified Files: src/usr.sbin/mtree: create.c Log Message: -n is incorrectly supressing the .. lines. (Brooks Davis) To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66

CVS commit: src/usr.sbin/mtree

2012-12-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Dec 12 15:51:04 UTC 2012 Modified Files: src/usr.sbin/mtree: misc.c Log Message: - two entries for rmd160digest in misc.c (Brooks Davis) To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33

CVS commit: src/usr.sbin/mtree

2012-12-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Dec 12 15:51:41 UTC 2012 Modified Files: src/usr.sbin/mtree: mtree.c Log Message: - No j in the getopt string. (Brooks Davis) To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/usr.sbin/mtree/mtree.c

CVS commit: src/usr.sbin/mtree

2012-12-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Dec 12 15:52:11 UTC 2012 Modified Files: src/usr.sbin/mtree: mtree.8 Log Message: - No mention of -t in the usage message or the manpage SYNOPSIS (Brooks Davis) To generate a diff of this commit: cvs rdiff -u -r1.63

CVS commit: src/usr.sbin/mtree

2012-10-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 7 18:40:49 UTC 2012 Modified Files: src/usr.sbin/mtree: spec.c Log Message: disable encoding of globbing characters for now. To generate a diff of this commit: cvs rdiff -u -r1.83 -r1.84 src/usr.sbin/mtree/spec.c

CVS commit: src/usr.sbin/mtree

2012-10-05 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Oct 5 09:17:30 UTC 2012 Modified Files: src/usr.sbin/mtree: mtree.h Log Message: Fix typo in comment. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/usr.sbin/mtree/mtree.h Please note that diffs are not

CVS commit: src/usr.sbin/mtree

2012-10-05 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Oct 5 09:18:02 UTC 2012 Modified Files: src/usr.sbin/mtree: mtree.8 Log Message: Fix typos; remove trailing whitespace; add missing options to SYNOPSIS. To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63

CVS commit: src/usr.sbin/mtree

2012-10-05 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Oct 5 09:18:08 UTC 2012 Modified Files: src/usr.sbin/mtree: mtree.c Log Message: Sync usage with man page. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/usr.sbin/mtree/mtree.c Please note that diffs are

CVS commit: src/usr.sbin/mtree

2012-10-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 5 00:40:51 UTC 2012 Modified Files: src/usr.sbin/mtree: crc.c Log Message: remove dup extern (brooks) To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/mtree/crc.c Please note that diffs are

CVS commit: src/usr.sbin/mtree

2012-10-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 5 00:41:24 UTC 2012 Modified Files: src/usr.sbin/mtree: compare.c create.c Log Message: more const check if we support SHA384 before using (brooks) To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53

CVS commit: src/usr.sbin/mtree

2012-10-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 5 00:42:01 UTC 2012 Modified Files: src/usr.sbin/mtree: compare.c Log Message: explicitly include sys/stat.h To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/usr.sbin/mtree/compare.c Please note

CVS commit: src/usr.sbin/mtree

2012-10-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 5 00:58:47 UTC 2012 Modified Files: src/usr.sbin/mtree: create.c Log Message: our fts compare routine is less constified. To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61 src/usr.sbin/mtree/create.c

CVS commit: src/usr.sbin/mtree

2012-10-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 5 00:59:35 UTC 2012 Modified Files: src/usr.sbin/mtree: compare.c misc.c mtree.8 mtree.h spec.c Log Message: account for differences in digest names To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55

CVS commit: src/usr.sbin/mtree

2012-10-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 5 01:01:07 UTC 2012 Modified Files: src/usr.sbin/mtree: create.c extern.h mtree.8 mtree.c Log Message: add -n flag to disable comments (brook) To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62

CVS commit: src/usr.sbin/mtree

2012-10-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 5 01:05:14 UTC 2012 Modified Files: src/usr.sbin/mtree: extern.h mtree.8 mtree.c verify.c Log Message: add -q flag to silence warnings about symlinks to existing dirs (from OpenBSD via brooks) To generate a diff of

CVS commit: src/usr.sbin/mtree

2012-10-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 5 01:13:51 UTC 2012 Modified Files: src/usr.sbin/mtree: create.c extern.h mtree.8 mtree.c Log Message: add -j flag to indent directory blocks (from brooks) To generate a diff of this commit: cvs rdiff -u -r1.62

CVS commit: src/usr.sbin/mtree

2012-10-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 5 01:19:54 UTC 2012 Modified Files: src/usr.sbin/mtree: create.c mtree.8 spec.c Log Message: clarify seconds.09nanoseconds format (brooks) To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64

CVS commit: src/usr.sbin/mtree

2012-10-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 5 01:21:44 UTC 2012 Modified Files: src/usr.sbin/mtree: create.c Log Message: 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

CVS commit: src/usr.sbin/mtree

2012-10-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 5 01:26:56 UTC 2012 Modified Files: src/usr.sbin/mtree: Makefile extern.h mtree.8 mtree.c mtree.h verify.c Added Files: src/usr.sbin/mtree: specspec.c Log Message: Implement FreeBSD's -f spec1 -f spec2 spec

CVS commit: src/usr.sbin/mtree

2012-10-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 5 01:27:29 UTC 2012 Modified Files: src/usr.sbin/mtree: specspec.c Log Message: NetBSD needs time.h To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/mtree/specspec.c Please note that diffs

CVS commit: src/usr.sbin/mtree

2012-10-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 5 01:28:20 UTC 2012 Modified Files: src/usr.sbin/mtree: spec.c Log Message: Encode literal global characters in files. Otherwise the results of updating a directory using the resulting spec will be surprising. See

CVS commit: src/usr.sbin/mtree

2012-10-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 5 01:30:36 UTC 2012 Modified Files: src/usr.sbin/mtree: mtree.8 Log Message: Implement FreeBSD's nochange keyworld which causes the existance of a filesystem object to be checked but none of its attributes. (brooks)

CVS commit: src/usr.sbin/mtree

2012-10-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 5 01:31:05 UTC 2012 Modified Files: src/usr.sbin/mtree: misc.c mtree.8 mtree.h verify.c Log Message: Implement FreeBSD's nochange keyworld which causes the existance of a filesystem object to be checked but none of its

CVS commit: src/usr.sbin/mtree

2012-10-03 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Oct 3 19:27:48 UTC 2012 Modified Files: src/usr.sbin/mtree: mtree.8 Log Message: - Sort order of options mentioned in text; - improve wording; - remove unneeded macros (fixes mandoc(1) warnings); - in the `EXAMPLES' section,

CVS commit: src/usr.sbin/mtree

2012-07-15 Thread S.P.Zeidler
Module Name:src Committed By: spz Date: Sun Jul 15 09:08:30 UTC 2012 Modified Files: src/usr.sbin/mtree: create.c Log Message: resource leak (Coverity issues 274383 and 274384) To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src/usr.sbin/mtree/create.c

CVS commit: src/usr.sbin/mtree

2012-03-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 25 16:07:04 UTC 2012 Modified Files: src/usr.sbin/mtree: verify.c Log Message: PR/41061: Steven Drake: mtree -d complains about extra symlinks To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40

CVS commit: src/usr.sbin/mtree

2011-08-29 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Aug 29 20:37:43 UTC 2011 Modified Files: src/usr.sbin/mtree: extern.h mtree.c Log Message: Use __dead and __printflike To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/usr.sbin/mtree/extern.h cvs rdiff -u

CVS commit: src/usr.sbin/mtree

2011-02-14 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Mon Feb 14 16:27:58 UTC 2011 Modified Files: src/usr.sbin/mtree: spec.c Log Message: Suppress a superfluous whitespace after time=... in the output. To generate a diff of this commit: cvs rdiff -u -r1.78 -r1.79

CVS commit: src/usr.sbin/mtree

2010-01-20 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Wed Jan 20 13:50:27 UTC 2010 Modified Files: src/usr.sbin/mtree: mtree.8 Log Message: Document -t (modify mtime). Bump date. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/usr.sbin/mtree/mtree.8 Please

CVS commit: src/usr.sbin/mtree

2009-09-21 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Sep 22 04:38:21 UTC 2009 Modified Files: src/usr.sbin/mtree: spec.c Log Message: Fix errors in previous: optional and ignore keywords also need the appendfield treatment. To generate a diff of this commit: cvs rdiff -u -r1.77

CVS commit: src/usr.sbin/mtree

2009-09-19 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Sep 19 20:42:07 UTC 2009 Modified Files: src/usr.sbin/mtree: spec.c Log Message: Fix the mtree -M problem reported in PR 42031 by Geoff Wing. The cause of the problem was that part of the code assumed that nodecmp() on two nodes

CVS commit: src/usr.sbin/mtree

2009-09-19 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Sep 19 21:41:43 UTC 2009 Modified Files: src/usr.sbin/mtree: spec.c Log Message: Do not print a trailing space on each line with mtree -C. To generate a diff of this commit: cvs rdiff -u -r1.76 -r1.77 src/usr.sbin/mtree/spec.c

CVS commit: src/usr.sbin/mtree

2009-04-11 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sat Apr 11 14:32:52 UTC 2009 Modified Files: src/usr.sbin/mtree: spec.c Log Message: When an mtree spec file omits a parent directory, missing directory in specification, instead of no such file or directory. To generate a diff of

CVS commit: src/usr.sbin/mtree

2009-04-09 Thread Alan Barrett
Module Name:src Committed By: apb Date: Thu Apr 9 09:53:37 UTC 2009 Modified Files: src/usr.sbin/mtree: mtree.8 Log Message: * Rewrite intro to mention all three things mtree can do (check directory tree against spec; create spec; modify spec). * Consistently use

CVS commit: src/usr.sbin/mtree

2009-04-08 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed Apr 8 19:03:13 UTC 2009 Modified Files: src/usr.sbin/mtree: extern.h mtree.8 mtree.c spec.c Log Message: The recent addition of sorting to mtree -C broke some third party scripts. Now make sorting optional, controled by the -S

CVS commit: src/usr.sbin/mtree

2009-04-08 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Apr 8 19:43:05 UTC 2009 Modified Files: src/usr.sbin/mtree: mtree.c Log Message: Sync usage with man page. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/usr.sbin/mtree/mtree.c Please note that diffs are

CVS commit: src/usr.sbin/mtree

2009-04-05 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Apr 5 15:47:03 UTC 2009 Modified Files: src/usr.sbin/mtree: spec.c Log Message: Fix broken prev pointer in one case. To generate a diff of this commit: cvs rdiff -u -r1.71 -r1.72 src/usr.sbin/mtree/spec.c Please note that