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 origin
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 s
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 th
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
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;
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
Ple
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
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
P
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/c
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.
Fi
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 dom
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
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 pub
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
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/specsp
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 t
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 co
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/get
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 hea
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/m
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
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 gener
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
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/mt
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 -
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 publi
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
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;
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
Plea
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
c
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 th
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 comm
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/c
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
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
Plea
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
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/mtre
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
Ple
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 no
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.sbi
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 pub
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 it
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)
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 htt
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 p
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 comp
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
resolvab
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/mtr
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
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 th
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
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/us
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
Plea
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
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
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 no
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
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
Ple
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/
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
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/
61 matches
Mail list logo