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 original device
before checking/setting the owner/group/mode of the new device file.


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 src/usr.sbin/mtree/compare.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 src/usr.sbin/mtree/compare.c
cvs rdiff -u -r1.9 -r1.10 src/usr.sbin/mtree/crc.c
cvs rdiff -u -r1.39 -r1.40 src/usr.sbin/mtree/extern.h
cvs rdiff -u -r1.46 -r1.47 src/usr.sbin/mtree/verify.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 -r1.75 src/usr.sbin/mtree/mtree.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 domain; they are subject to the
copyright notices on the relevant files.



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

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 a diff of this commit:
cvs rdiff -u -r1.75 -r1.76 src/usr.sbin/mtree/create.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 src/usr.sbin/mtree/create.c
cvs rdiff -u -r1.89 -r1.90 src/usr.sbin/mtree/spec.c
cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/mtree/specspec.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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.

Fix the issue that
"./usr/share/locale/pl/LC_MESSAGES/gettext-tools.mo" isn't included
in sets file in the case of MKUNPRIVED=no.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/usr.sbin/mtree/only.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 domain; they are subject to the
copyright notices on the relevant files.



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 public domain; they are subject to the
copyright notices on the relevant files.



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 public domain; they are subject to the
copyright notices on the relevant files.



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 src/usr.sbin/mtree/mtree.8
cvs rdiff -u -r1.49 -r1.50 src/usr.sbin/mtree/mtree.c
cvs rdiff -u -r1.44 -r1.45 src/usr.sbin/mtree/verify.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 src/usr.sbin/mtree/specspec.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.sbin/mtree

2014-04-24 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Apr 24 17:22:42 UTC 2014

Modified Files:
src/usr.sbin/mtree: create.c extern.h mtree.c spec.c

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


To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 src/usr.sbin/mtree/create.c
cvs rdiff -u -r1.38 -r1.39 src/usr.sbin/mtree/extern.h
cvs rdiff -u -r1.48 -r1.49 src/usr.sbin/mtree/mtree.c
cvs rdiff -u -r1.88 -r1.89 src/usr.sbin/mtree/spec.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 src/usr.sbin/mtree/getid.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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  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  to get it.


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 src/usr.sbin/mtree/compare.c
cvs rdiff -u -r1.71 -r1.72 src/usr.sbin/mtree/create.c
cvs rdiff -u -r1.87 -r1.88 src/usr.sbin/mtree/spec.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 src/usr.sbin/mtree/getid.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 -r1.87 src/usr.sbin/mtree/spec.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 src/usr.sbin/mtree/create.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 -r1.56 src/usr.sbin/mtree/compare.c
cvs rdiff -u -r1.69 -r1.70 src/usr.sbin/mtree/create.c
cvs rdiff -u -r1.85 -r1.86 src/usr.sbin/mtree/spec.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 src/usr.sbin/mtree/mtree.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 -u -r1.1 -r1.2 src/usr.sbin/mtree/only.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 public domain; they are subject to the
copyright notices on the relevant files.



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 a spec file when creating
from a directory (-c)


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/usr.sbin/mtree/Makefile
cvs rdiff -u -r1.68 -r1.69 src/usr.sbin/mtree/create.c
cvs rdiff -u -r1.37 -r1.38 src/usr.sbin/mtree/extern.h
cvs rdiff -u -r1.67 -r1.68 src/usr.sbin/mtree/mtree.8
cvs rdiff -u -r1.46 -r1.47 src/usr.sbin/mtree/mtree.c
cvs rdiff -u -r0 -r1.1 src/usr.sbin/mtree/only.c
cvs rdiff -u -r1.43 -r1.44 src/usr.sbin/mtree/verify.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 domain; they are subject to the
copyright notices on the relevant files.



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

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 rdiff -u -r1.45 -r1.46 src/usr.sbin/mtree/mtree.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 commit:
cvs rdiff -u -r1.67 -r1.68 src/usr.sbin/mtree/create.c
cvs rdiff -u -r1.36 -r1.37 src/usr.sbin/mtree/extern.h
cvs rdiff -u -r1.64 -r1.65 src/usr.sbin/mtree/mtree.8
cvs rdiff -u -r1.43 -r1.44 src/usr.sbin/mtree/mtree.c
cvs rdiff -u -r1.84 -r1.85 src/usr.sbin/mtree/spec.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 src/usr.sbin/mtree/create.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 -r1.64 src/usr.sbin/mtree/mtree.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 src/usr.sbin/mtree/misc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 src/usr.sbin/mtree/create.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 not public domain; they are subject to the
copyright notices on the relevant files.



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 src/usr.sbin/mtree/mtree.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 public domain; they are subject to the
copyright notices on the relevant files.



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 attiributes.(brooks)


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/usr.sbin/mtree/misc.c
cvs rdiff -u -r1.61 -r1.62 src/usr.sbin/mtree/mtree.8
cvs rdiff -u -r1.29 -r1.30 src/usr.sbin/mtree/mtree.h
cvs rdiff -u -r1.42 -r1.43 src/usr.sbin/mtree/verify.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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)


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 src/usr.sbin/mtree/mtree.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 http://svnweb.freebsd.org/base/head/usr.sbin/mtree/test/test00.sh
for test cases.
(brooks)


To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 src/usr.sbin/mtree/spec.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/mtree/specspec.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 comparision function.  This
is more useful than -C and diff because it highlights the keys that have
changed value so for example, you can see that the size of a file has
not changed but the contents have. (brooks)


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/usr.sbin/mtree/Makefile
cvs rdiff -u -r1.35 -r1.36 src/usr.sbin/mtree/extern.h
cvs rdiff -u -r1.59 -r1.60 src/usr.sbin/mtree/mtree.8
cvs rdiff -u -r1.40 -r1.41 src/usr.sbin/mtree/mtree.c
cvs rdiff -u -r1.28 -r1.29 src/usr.sbin/mtree/mtree.h
cvs rdiff -u -r0 -r1.1 src/usr.sbin/mtree/specspec.c
cvs rdiff -u -r1.41 -r1.42 src/usr.sbin/mtree/verify.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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
resolvable. (brooks)


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 src/usr.sbin/mtree/create.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 src/usr.sbin/mtree/create.c
cvs rdiff -u -r1.58 -r1.59 src/usr.sbin/mtree/mtree.8
cvs rdiff -u -r1.81 -r1.82 src/usr.sbin/mtree/spec.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 -r1.63 src/usr.sbin/mtree/create.c
cvs rdiff -u -r1.34 -r1.35 src/usr.sbin/mtree/extern.h
cvs rdiff -u -r1.57 -r1.58 src/usr.sbin/mtree/mtree.8
cvs rdiff -u -r1.39 -r1.40 src/usr.sbin/mtree/mtree.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 this commit:
cvs rdiff -u -r1.33 -r1.34 src/usr.sbin/mtree/extern.h
cvs rdiff -u -r1.56 -r1.57 src/usr.sbin/mtree/mtree.8
cvs rdiff -u -r1.38 -r1.39 src/usr.sbin/mtree/mtree.c
cvs rdiff -u -r1.40 -r1.41 src/usr.sbin/mtree/verify.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 src/usr.sbin/mtree/create.c
cvs rdiff -u -r1.32 -r1.33 src/usr.sbin/mtree/extern.h
cvs rdiff -u -r1.55 -r1.56 src/usr.sbin/mtree/mtree.8
cvs rdiff -u -r1.37 -r1.38 src/usr.sbin/mtree/mtree.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 src/usr.sbin/mtree/compare.c \
src/usr.sbin/mtree/mtree.8
cvs rdiff -u -r1.30 -r1.31 src/usr.sbin/mtree/misc.c
cvs rdiff -u -r1.27 -r1.28 src/usr.sbin/mtree/mtree.h
cvs rdiff -u -r1.80 -r1.81 src/usr.sbin/mtree/spec.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 src/usr.sbin/mtree/compare.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 src/usr.sbin/mtree/compare.c
cvs rdiff -u -r1.59 -r1.60 src/usr.sbin/mtree/create.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 not public domain; they are subject to the
copyright notices on the relevant files.



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, for `-d', mention the use of `-U'
  besides that of `-u' (as the former is a variant on the latter).

>From Bug Hunting.


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 src/usr.sbin/mtree/mtree.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 src/usr.sbin/mtree/verify.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 -r1.36 -r1.37 src/usr.sbin/mtree/mtree.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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 src/usr.sbin/mtree/spec.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.