Commit Graph

954 Commits

Author SHA1 Message Date
mikel
0b09e047ba cleanup for gcc -Wall 1997-07-10 05:08:06 +00:00
mikel
fc364ac664 prototype calcsb() 1997-07-10 04:53:35 +00:00
mikel
3a41a9a779 fix printf formats 1997-07-10 04:52:39 +00:00
mikel
d110bb9714 comment out xref to XNSrouted(8) 1997-07-10 04:14:32 +00:00
mikel
b81225118c fix typos and other nits 1997-07-09 05:54:15 +00:00
mikel
bcb582e71c eliminate dangling FFS references 1997-07-09 05:48:34 +00:00
jtk
67085194b6 add -d option to shutdown, as companion to reboot's -d flag (force crash dump) 1997-07-09 02:39:37 +00:00
mycroft
8f6e4a4b64 Fix type error that caused offset to wrap at 4GB. 1997-07-06 16:19:40 +00:00
lukem
7da56091ad as inspired by a commit message of Todd Miller <millert@cvs.openbsd.org>:
* cleanup a bit for -Wall
* use __progname instead of "restore"
1997-07-06 08:51:28 +00:00
pk
67c9126d92 NULL => 0 (from Arne Juul; addendum to PR#3237) 1997-07-04 21:48:39 +00:00
christos
599d8d864f Fix warnings. 1997-07-04 15:17:55 +00:00
mikel
46ab71e02f s/except/accept/, from John F. Woods in PR bin/3802 1997-07-02 03:19:09 +00:00
lukem
a260da3f8b Support using $TMPDIR for rst{dir,modes}* files, so that large
restores can be done on machines with small /tmp's by setting TMPDIR
elsewhere. This shouldn't be a security issue as restore(8) isn't
set?id anymore.
1997-07-01 05:37:49 +00:00
christos
5ec7cc78a5 Fix warnings. 1997-06-30 22:51:27 +00:00
christos
bec3b005c5 Fix compiler warnings. 1997-06-30 22:20:30 +00:00
phil
ef45808de9 Better specify which flags can't be change at level 1. (PR 3299)
Make all "multiuser" be "multi-user" to conform with other "multi-user"
usage.
1997-06-30 20:30:06 +00:00
phil
fb200132e5 Note error when FFS does not support whiteouts and how to fix. (PR 3233) 1997-06-30 20:06:39 +00:00
phil
152140cb4e Added mkfifo(1) and mkfifo(2) to the SEE ALSO list. (PR 1307) 1997-06-30 17:17:56 +00:00
lukem
ca651d6946 There's no need to install restore(8) setgid tty. 1997-06-30 09:47:27 +00:00
tls
4a70009927 I don't understand just what exactly changed in the past week that the GDINFO ioctl call here would smash the value of 'fd' and fail, but making fd volatile seems to fix it, for this program at least. 1997-06-30 08:09:22 +00:00
kleink
0505614d4e Fix formatting directives; from SAITOH Masanobu <msaitoh@spa.is.uec.ac.jp>
in PR misc/3795.
1997-06-26 20:23:44 +00:00
perry
9386b2e135 move -t option to stand on its own and change a bit.
add a WARNINGS about the dangers of running without swap or only using
swap files if you have local disk to fsck.
1997-06-26 00:51:07 +00:00
thorpej
2ea04e4383 Add a "-t blk|noblk" device type option to swapctl -A. This allows the
user to specify "only add block devices" or "only add non-block devices".
This is useful during early system startup where swapping may be needed
before swap files are available (e.g. if fsck'ing large file systems).
1997-06-25 23:18:10 +00:00
mikel
e5ef66b32c include <err.h> for err*() and warn*() prototypes
fix some printf() formats to take long args instead of int
1997-06-25 07:44:12 +00:00
kleink
3474a69ffa * add `-x' option to usage().
* `=' vs. `==' in a comparison.
1997-06-24 17:47:03 +00:00
perry
c94b6b4f09 Add a whole lot of MBR partition types, derived from a couple of sources
including Linux.
Is there a master list of this somewhere?
1997-06-24 06:38:50 +00:00
mikel
6b2081e1f5 include <err.h> for err*() and warn*() prototypes
cast long to int for use by printf("%d",..)
add parens for gcc -Wall
1997-06-24 05:22:38 +00:00
mrg
586ed80911 install all man pages. 1997-06-23 13:25:41 +00:00
veego
38193230a0 quotacheck has MOVED to usr.sbin. 1997-06-23 09:03:44 +00:00
mrg
5667e094a1 move man pages into share/man. 1997-06-23 04:23:46 +00:00
mikel
dc73f7a073 eliminate excess errx() argument 1997-06-23 01:03:35 +00:00
pk
0a085ee866 dump', dumplfs' and `quotacheck' have moved to /usr/sbin 1997-06-20 20:18:35 +00:00
pk
69e5f9827e `quotacheck' has moved to /usr/sbin 1997-06-20 20:15:24 +00:00
pk
0c0c4a7ccc `dumplfs' has moved to /usr/sbin 1997-06-20 20:14:28 +00:00
pk
c27d0fb954 `dumpfs' has moved to /usr/sbin 1997-06-20 20:13:16 +00:00
pk
3504520bd0 Install `rtquery' in /usr/sbin. 1997-06-20 19:29:43 +00:00
christos
1cf34f53c0 Move fscknames to <sys/disklabel.h> where they belong logically. 1997-06-20 15:14:09 +00:00
lukem
b45dc84835 Fix problem with duplicate entries when changing from LEAF to NODE;
only the first link of a inode was being removed, not all of them.
From Kirk McKusick <mckusick@McKusick.COM> via thorpej
1997-06-18 07:10:16 +00:00
bouyer
de96ec69e2 The computed superblock size is bigger than SBSIZE, malloc() enouth
memory for it. Apparently, this bug was hidden by our malloc implementation.
Reported by Jason Downs.
1997-06-16 08:14:38 +00:00
bouyer
3663504bd6 Don't compile with -g by default. 1997-06-16 08:10:35 +00:00
mrg
e4a130c78e note what N in priority=N means. 1997-06-15 15:22:48 +00:00
mrg
20548cd669 make option lists much clearer. 1997-06-15 04:08:33 +00:00
mrg
a413009751 document nfsmntpt option, re-arrange a little. 1997-06-15 03:52:02 +00:00
thorpej
0d769d1d10 Totally rework the command parsing, eliminating a few walk-offs of
bogus pointers, etc.
1997-06-15 03:47:53 +00:00
thorpej
4d323b75fe Remove swapon, add swapctl 1997-06-13 19:31:26 +00:00
mrg
b6fc10aa3c link to swapon. 1997-06-12 16:18:50 +00:00
mrg
647387e997 swapon(8) is no longer useful. 1997-06-12 15:09:16 +00:00
mrg
01a7eafbaa swapctl program for new swap code. 1997-06-12 13:14:11 +00:00
bouyer
fa9e701e1e Add a BUGS section, and xref options(4). 1997-06-12 09:09:30 +00:00
bouyer
8f7c2b3739 Add support programs for ext2fs. fsck_ext2fs is derived from fsck_ffs. 1997-06-11 11:21:39 +00:00