Poul-Henning Kamp
7e4687f1aa
The new "spec against spec" comparison code was yet another time
...
victim of the special sort order employed where files come before
directories and alphabetic inside these two groups.
Approved by: re@
2003-11-30 18:06:02 +00:00
Poul-Henning Kamp
dbed417dab
Off by one error in malloc.
...
Approved by: re@
2003-11-19 15:28:21 +00:00
Poul-Henning Kamp
af8e163ec3
Fix a bug relating to the "files before directories" sort order when
...
comparing two spec files.
2003-11-13 11:02:57 +00:00
Poul-Henning Kamp
d26516132c
Add a small testcase for the new -f-f mode.
2003-11-05 22:26:39 +00:00
Poul-Henning Kamp
b3e66ec9df
Give mtree(8) the ability to take [two -f spec] arguments and compare
...
the two specifications to each other.
2003-11-05 22:26:08 +00:00
Poul-Henning Kamp
93347ded1a
Rename spec() and verify() functions to have mtree_ prefix and take
...
explicit file descriptor instead of assuming stdin.
2003-11-05 20:07:40 +00:00
Poul-Henning Kamp
11333b51ca
Take advantage of the fact that we know the err(3) function does not
...
return to eliminate some else clauses and gain some "outdenting".
2003-11-05 20:05:05 +00:00
Bruce Evans
7ee49c89f7
Fixed breakage of my world in rev.1.30. #include <sys/time.h> instead of
...
depending on namespace pollution in <sys/stat.h> for the declarations of
struct timeval and utimes().
Fixed some style bugs in rev.1.30 and some nearby style bugs (mainly
unsorting and missing or extra blank lines).
Removed a wrong comment that was obtained from NetBSD in rev.1.14. It said
that chflags() reset the times that were set "above" by utimes(), but
utimes wasn't "above" in FreeBSD until rev.1.30, and chflags() does't
actually reset the times.
2003-11-01 08:43:54 +00:00
Poul-Henning Kamp
671d15ef2a
Make mtree's update function update the modification time too.
...
Submitted by: Dan Nelson <dnelson@allantgroup.com>
PR: 53063
2003-10-31 13:39:19 +00:00
Poul-Henning Kamp
b585dc87cc
Update test-case to also fail on filenames containing '#'
2003-10-30 12:40:54 +00:00
Poul-Henning Kamp
5d9f6ca65c
Use vis(3) to encode/decode the target for symlinks.
...
Make vis(3) decode errors fatal for both symlink targets and fienames.
2003-10-30 12:03:25 +00:00
Poul-Henning Kamp
13b31fb0d8
Add another test-script for mtree(8): Check symlinks with space in them.
2003-10-30 12:01:32 +00:00
Poul-Henning Kamp
d474d12b52
Fix bug in mtree(8)'s create mode where files or directories with had
...
names containing glob(3) expressions would appear verbatim in the
output.
If such an mtree file were used by mtree in update mode, wrong things
would happen.
2003-10-30 10:48:43 +00:00
Poul-Henning Kamp
92817d311f
Add a test script which Mtree fails.
2003-10-30 10:46:23 +00:00
Poul-Henning Kamp
3206e56993
Remove clause 3 in the copyrights (according to permission in src/COPYRIGHT)
...
Remove trailing whitespace.
2003-10-21 08:27:05 +00:00
Poul-Henning Kamp
4d169ae131
Remove "register" keywords.
...
Use newspeak functions definitions.
2003-10-21 07:58:52 +00:00
Ruslan Ermilov
959d6c24f6
Get rid of duplicates.
2003-09-14 13:41:59 +00:00
David E. O'Brien
b728350ee6
Use __FBSDID over rcsid[]. Protect copyright[] where needed.
2003-05-03 21:06:42 +00:00
Anton Berezin
0f02c85ed1
The -s option should not assume -U.
...
MFC After: 2 weeks
2003-03-19 10:56:34 +00:00
Robert Drehmel
0357726594
- Align the function prototype of the external `crc' function with
...
how `crc' is actually defined.
- Remove an unnecessary `extern' variable declaration.
Data type corrections:
- Define a variable which contains a file byte offset value as type
off_t as required by the `crc' function.
- Change the type of a variable carrying a CRC checksum from `u_long'
to `uint32_t'.
- Substitute the wrong `extern' variable declaration of `crc_total'
by putting a correct one in the shared header extern.h.
`crc_total' is defined as an `uint32_t', thus fixing
incorrect mtree checksums on big-endian LP64 machines.
2003-03-13 23:35:30 +00:00
Anton Berezin
53bd74b7e9
Fix two minor mismatch reporting output errors.
...
Reviewed by: phk
MFC After: 3 weeks
2003-03-13 15:14:56 +00:00
Ruslan Ermilov
8d5d039f80
Uniformly refer to a file system as "file system".
...
Approved by: re
2002-12-12 17:26:04 +00:00
Ruslan Ermilov
26ffc9613f
mtree(8) wasn't a bootstrap tool since 2000/07/23 (Makefile.inc1,v 1.161).
2002-11-13 12:03:27 +00:00
Garrett Wollman
0d3bcc2e80
Make the threatened fts(3) ABI fix. FTSENT now avoids the use of the struct
...
hack, thereby allowing future extensions to the structure (e.g., for extended
attributes) without rebreaking the ABI. FTSENT now contains a pointer to the
parent stream, which fts_compar() can then take advantage of, avoiding the
undefined behavior previously warned about. As a consequence of this change,
the prototype of the comparison function passed to fts_open() has changed
to reflect the required amount of constness for its use. All callers in the
tree are updated to use the correct prototype.
Comparison functions can now make use of the new parent pointer to access
the new stream-specific private data pointer, which is intended to assist
creation of reentrant library routines which use fts(3) internally.
Not objected to in spirit by: -arch
2002-09-21 01:28:41 +00:00
Dag-Erling Smørgrav
b3f379f65f
Get rid of %qd, and unbreak Alpha build.
2002-07-15 12:17:31 +00:00
Philippe Charnier
490d5836b5
The .Nm utility
2002-07-14 14:47:15 +00:00
Alfred Perlstein
67d357f89b
fixup for WARNS=4.
2002-07-11 18:42:53 +00:00
Alfred Perlstein
d89167b4ea
de-__P()
2002-07-11 18:31:16 +00:00
Alfred Perlstein
16d8455dcc
Assume __STDC__, remove non-__STDC__ code.
2002-05-28 19:23:47 +00:00
Tom Rhodes
67c8020f12
Consistancy check: s/file system/filesystem/g
2002-05-16 02:28:39 +00:00
Masafumi Max NAKANE
0434bdb78c
Typo.
2002-05-10 03:53:00 +00:00
Ruslan Ermilov
4c47cadb49
Only compile with strtofflags.c from libc if bootstrapping.
2001-09-24 15:38:38 +00:00
Ruslan Ermilov
3754c38b40
Fix the bootstrapping aid from revision 1.9.
...
WORLD was renamed to BOOTSTRAPPING.
2001-09-17 11:59:43 +00:00
Ruslan Ermilov
d628d776c4
mdoc(7) police: utilize the new .Ex macro.
2001-08-15 09:09:47 +00:00
Sheldon Hearn
42abf713c9
can not -> cannot
2001-08-08 18:32:06 +00:00
David E. O'Brien
90e655ea4e
Perform a major cleanup of the usr.sbin Makefiles.
...
These are not perfectly in agreement with each other style-wise, but they
are orders of orders of magnitude more consistent style-wise than before.
2001-07-20 06:20:32 +00:00
Dima Dorfman
f247324df7
Remove whitespace at EOL.
2001-07-15 08:06:20 +00:00
Kris Kennaway
4567c8651d
Mark a static function as __printflike()
...
MFC After: 1 week
2001-07-05 07:52:56 +00:00
Ruslan Ermilov
345e52e742
- Backout botched attempt to introduce MANSECT feature.
...
- MAN[1-9] -> MAN.
2001-03-26 14:42:20 +00:00
Ruslan Ermilov
c73e22c3d4
Set the default manual section for usr.sbin/ to 8.
2001-03-20 18:17:26 +00:00
Ben Smithurst
d0d78e1303
Convert to use the <sys/queue.h> macros rather than fiddling with the queue
...
structure internals.
Reviewed by: markm
2000-12-29 18:04:54 +00:00
Ruslan Ermilov
8b5c4af3ff
Prepare for mdoc(7)NG.
2000-12-27 15:30:30 +00:00
Ruslan Ermilov
e97407b4f2
mdoc(7) police: use the new features of the Nm macro.
2000-11-20 20:10:44 +00:00
Ruslan Ermilov
726b61ab5f
Avoid use of direct troff requests in mdoc(7) manual pages.
2000-11-10 17:46:15 +00:00
Poul-Henning Kamp
016f1c3e23
Don't try to compare other attributes if the type doesn't match, it's
...
nothing but trouble, and no use anyway.
2000-10-06 12:48:55 +00:00
Poul-Henning Kamp
25465a047c
Don't whine about modes on symlinks.
2000-10-06 12:27:36 +00:00
Poul-Henning Kamp
bd39966d9b
Make the output of mtree(8) more systematic and machine readable.
...
The new format is:
filename {changed,missing,extra}
$field expected $foo found $bar
...
Fix various bugs along the way:
Don't complain about directory sizes differing.
Correctly check flags.
2000-10-03 13:13:47 +00:00
Andrey A. Chernov
86ab37762e
Re-add -P option (for POSIX-like command line interface)
2000-09-25 16:24:22 +00:00
Andrey A. Chernov
837eb85217
Restore standard symlink default, return -L, remove -P, add missing -q to getopt
...
This is part of whole subsystem fixing
Reviewed by: imp
2000-09-15 08:05:37 +00:00
Sheldon Hearn
82cb0dd6de
Pass a useful pathname to rlink(). Many thanks to the PR originator
...
for all the debugging work.
PR: 21017
Reported by: Gerhard Sittig <Gerhard.Sittig@gmx.net>
Submitted by: Jos Backus <josb@cncdsl.com>,
2000-09-13 12:54:33 +00:00