xtraeme
843cdb1983
Fix the cast for the getnameinfo() call in the status() function, which
...
should be "const struct" not "struct" for sockaddr.
WARNS=3
2005-01-20 16:16:10 +00:00
xtraeme
6b01b69054
Remove main() prototype; WARNS=3
2005-01-20 16:02:32 +00:00
xtraeme
784c275927
Remove main() prototype; WARNS=2
2005-01-20 16:01:02 +00:00
xtraeme
d40da986ee
Kill __P(), ANSIfy, remove main() prototype; WARNS=2
2005-01-20 15:59:40 +00:00
xtraeme
7b1148bc92
ANSIfy; WARNS=3
2005-01-20 15:56:30 +00:00
xtraeme
a448b41c5a
Remove main() prototype; WARNS=2
2005-01-20 15:55:01 +00:00
xtraeme
6d580415e4
ANSIfy; WARNS=3
2005-01-20 15:53:35 +00:00
xtraeme
ad7c30a166
WARNS=2
2005-01-20 15:52:09 +00:00
xtraeme
10928b7240
Kill __P(), ANSIfy, remove main() prototype; WARNS=3
2005-01-20 15:50:47 +00:00
xtraeme
e3529b263e
Kill __P(), ANSIfy, remove main() prototype; WARNS=2
2005-01-20 15:49:24 +00:00
xtraeme
7fb01f0f08
Remove main() prototype; WARNS=3
2005-01-20 15:47:51 +00:00
xtraeme
743ce43fbc
Kill __P(), remove main() prototype; WARNS=2
2005-01-20 15:36:02 +00:00
xtraeme
e3c8f73b9a
whitespace (pointed out by wiz@)
2005-01-20 15:29:40 +00:00
xtraeme
d9f85c2154
Kill __P(), ANSIfy, remove main() prototype; WARNS=3
2005-01-19 20:48:13 +00:00
xtraeme
2b44291ffe
Remove main() prototype.
2005-01-19 20:46:16 +00:00
xtraeme
8b90e8f10f
Remove main() prototype; WARNS=2
2005-01-19 20:43:06 +00:00
xtraeme
61d594f024
Kill __P(); WARNS=2
2005-01-19 20:42:04 +00:00
xtraeme
844f4c525d
Kill __P(), ANSIfy, remove main() prototype; WARNS=2
2005-01-19 20:37:52 +00:00
xtraeme
d4a0de51f8
Kill __P(), ANSIfy, remove main() prototype; WARNS=2
2005-01-19 20:19:04 +00:00
xtraeme
65e67723b5
Kill __P(), ANSIfy, remove main() prototype.
2005-01-19 20:00:45 +00:00
xtraeme
0f821b7962
ANSIfy, WARNS=2
2005-01-19 19:41:59 +00:00
xtraeme
ccde05f070
Kill __P(), ANSIfy, remove main() prototype; WARNS=2
2005-01-19 19:31:28 +00:00
xtraeme
665b6c1237
Add 'P' (progress meter flag) to getopt()'s optstring, remove
...
main() prototype.
2005-01-19 17:48:15 +00:00
xtraeme
52781d1897
Kill __P(), ANSIfy and WARNS=2
2005-01-19 17:33:58 +00:00
wiz
442b6cb908
Add -P to usage.
2005-01-19 16:42:14 +00:00
wiz
b15d62ff8b
Sort options. Bump date for -P. Remove superfluous -.
2005-01-19 16:41:04 +00:00
wiz
0826288907
Sync usage with reality.
2005-01-19 16:38:28 +00:00
wiz
9817d5f00a
Sort options.
2005-01-19 16:13:57 +00:00
dogcow
72e5ae587b
Add missing SMART attribute (6, Read channel margin)
2005-01-17 13:00:32 +00:00
christos
5f101a4767
When we run with 'fsck -f -n' we should go over all the filesystems, not
...
exit on the first one that fails. Add a new flag CHECK_NOFIX so that we
specify -n, we keep going.
2005-01-13 22:56:09 +00:00
christos
d90f13b3bf
Use -DPROGRESS to enable the progress bar, don't depend on SMALL.
2005-01-13 19:56:02 +00:00
christos
a73c2bd574
Add a progress meter to fsck_ffs based on the work by thorpej presented
...
to the mailing lists last January. This is optional.
2005-01-13 15:22:35 +00:00
jmmv
35495e3550
Remove extra indentation from the options list.
2005-01-13 13:21:24 +00:00
lukem
4dba64f5d3
Revert previous revert; we don't need RESCUEDIR handling here now
...
<bsd.prog.mk> has it.
2005-01-13 03:21:59 +00:00
drochner
bad8321653
apply "& WDOG_MODE_MASK" at some places, fixes termination of the
...
usermode tickler process and watchdog display,
make error handling more reasonable in case a wdog disappeared
2005-01-12 16:18:39 +00:00
simonb
3f75969658
Add (unsigned char) casts to is{digit,lower,space,upper} calls.
2005-01-12 09:04:53 +00:00
wiz
da2ab5ca28
Sort options in usage.
2005-01-11 11:30:19 +00:00
wiz
5bd1d870f9
Sort options. Fix a typo. Bump date for -e/-t.
2005-01-11 11:29:22 +00:00
wiz
36cdbd4840
Bump date for recent changes.
2005-01-11 09:39:12 +00:00
lukem
04eb493802
support RESCUEDIR (for mount_nfs and umount)
2005-01-10 20:53:48 +00:00
lukem
33349ca906
Revert previous; init(8) still needs special case handling for RESCUEDIR
...
otherwise the path to mount_mfs(8) and the standard $PATH will be wrong...
2005-01-10 10:59:49 +00:00
lukem
7157011597
Only compile in IPv6 support if ${USE_INET6} != "no"
...
MKINET6 is for providing IPv6 infrastructure.
USE_INET6 is for compiling IPv6 support into the programs (needs MKINET6).
2005-01-10 02:58:58 +00:00
lukem
8929bce61d
remove unnecessary comment
2005-01-10 02:53:39 +00:00
smb
ddd2ade252
Add a software watchdog timer facility. Because this slightly
...
changes the "tickle" model of wdogctl(8), it was modified as well;
while I was in there, I cleaned up the argument parsing.
The code was reviewed by simonb@.
2005-01-09 22:51:32 +00:00
fredb
57aad81b8e
Make a judicious choice as to whether to apply the permissions
...
of the root inode of the dump to the current working directory,
rather than interrogate the user. Closes PR bin/24690. Reviewed
by bouyer, tron, imp.
2005-01-08 14:30:39 +00:00
wiz
38b227d18c
New sentence, new line. Simplify macro usage.
2005-01-07 02:13:13 +00:00
ginsbach
661eb28d4c
Add command to read the defect data from a direct access device.
2005-01-07 02:08:34 +00:00
wiz
709d468844
Remove unnecessary dot, and bump date for new SEE ALSO section.
2005-01-06 15:28:13 +00:00
hubertf
149b104c3b
Add SEE ALSO section pointing at the scripts to create signatures
...
XXX they should be installed as veriexec_gen_* IMHO,
XXX not dwell in /usr/share/examples
2005-01-06 00:33:54 +00:00
elric
0664f91dd8
s/milliseconds/microseconds/ in comments and a variable because it is
...
misleading to say one when we've been meaning the other.
2005-01-04 04:55:18 +00:00