Murray Stokely
b80932abd2
Add a few articles to improve the readability of this manual page.
...
PR: docs/31583
Submitted by: setantae@submonkey.net
2001-11-05 09:01:15 +00:00
Luigi Rizzo
2022d11f02
sync the code with the one in stable (mostly formatting changes).
2001-11-04 23:19:46 +00:00
Dima Dorfman
76b363a605
Refer people looking to figure out what major to use for a device to
...
MAKEDEV and sys/conf/majors, not sys/conf/device.<arch>, which has
never existed in the history of FreeBSD (well, at least it isn't in
the repository).
PR: 31558
2001-11-04 23:11:25 +00:00
Peter Wemm
5007fa38dd
Repocopy pc98 fdisk out of its hidden subdir. Reconnect it to the build.
2001-11-04 17:38:23 +00:00
Peter Wemm
1165817956
Remove support for FreeBSD/tahoe
...
Submitted by: phk
2001-11-03 08:35:11 +00:00
Peter Wemm
67ad5f5700
Repo copied contents of src/sbin/i386 to src/sbin and set specific
...
SUBDIR lists there. Some of these are used on other platforms.
2001-11-03 07:31:21 +00:00
Peter Wemm
f24c53d3ef
Move i386/{fdisk,cxconfig,nextboot} to src/sbin. Eliminate the i386
...
subdir. Add fdisk to ia64 SUBDIR list. Add all the previous occupants
of the i386 subdir to the i386 SUBDIR list.
2001-11-03 07:30:14 +00:00
Poul-Henning Kamp
bfd1f63d44
style(9) cleanup.
...
Submitted by: j mckitrick <jcm@freebsd-uk.eu.org>
Reviewed by: phk, /sbin/md5
2001-11-02 09:23:34 +00:00
Yaroslav Tykhiy
f23badd91d
Cosmetic: Don't output a blank line if a driver provides
...
no media status.
PR: bin/30587
Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
MFC after: 1 week
2001-11-02 02:20:21 +00:00
Luigi Rizzo
d32ab253ae
Fix a typo in a format string, and fix error checking for missing
...
masks in "limit" rules.
2001-11-01 08:45:02 +00:00
Poul-Henning Kamp
84ef95bd6e
Do not uselessly whine in syslog about packets denied by ipfw rules.
...
Set 'log_ipfw_denied' option if you want the old behaviour.
PR: 30255
Submitted by: Flemming "F3" Jacobsen <fj@batmule.dk>
Reviewed by: phk
MFC after: 4 weeks
2001-10-31 16:08:49 +00:00
Anton Berezin
28dc1d2377
Replace =' with more correct
`.Ql =''.
...
Mdoc-policed by: ru
2001-10-31 15:57:55 +00:00
Anton Berezin
d0b8aabb19
Implement -e option. It modifies the output produced by sysctl(8) in
...
such a way that the name and the value of the variable(s) are separated
with `=' instead of the usual `: '. This is useful for producing output
that can be fed back to the sysctl utility (pasted to sysctl.conf, for
example).
Reviewed by: rwatson
Approved by: markm
MFC after: 2 weeks
2001-10-30 20:15:32 +00:00
Anton Berezin
646d372751
Fix a bug where restore(8) segfaults while trying to restore on a
...
read-only FS.
Reviewed by: audit silence
Approved by: markm
MFC after: 2 weeks
2001-10-30 20:06:59 +00:00
Josef Karthauser
b404d15b59
More white space changes.
2001-10-29 03:46:28 +00:00
Josef Karthauser
285e176b66
More stylistic tidying.
2001-10-29 03:25:49 +00:00
Josef Karthauser
a87d240115
Remove training white spaces, and some other style violations.
2001-10-29 00:37:24 +00:00
Matthew Dillon
9ef76b94a7
Properly convert long to time_t
2001-10-28 20:19:14 +00:00
Matthew Dillon
5b3817c60b
Make the protocol/dumprestore.h header match restore's idea of the dump
...
header for the case where sizeof(time_t) != sizeof(int). dumprestore.h
was embedding time_t when it should have been embedding int32_t.
Use time_to_time32() and time32_to_time() to convert between the
protocoll/file-format time and time_t.
2001-10-28 20:01:38 +00:00
Nick Hibma
76c83512ef
Typo.
2001-10-28 16:47:06 +00:00
Nick Hibma
e2fb2db567
Add a Xref to dumpon.
2001-10-28 16:41:56 +00:00
Matthew Dillon
788bbd2d61
deltat declared time_t, msg("") call used %d (assumed time_t == int).
...
Changed deltat to be an int (result of delta time calculation).
MFC after: 1 day
2001-10-28 06:13:47 +00:00
Josef Karthauser
6e97e2e10f
Remove some extraneous spaces from the usage message.
2001-10-28 02:10:40 +00:00
Matthew Dillon
484a709abe
Add missing cast for improper time_t use in computation.
2001-10-28 00:01:58 +00:00
Ruslan Ermilov
dd1eb0f437
Put WARNS into the right place.
2001-10-25 17:09:37 +00:00
Jonathan Lemon
068c21c653
Style and WARNS cleanups.
...
Submitted by: ru
2001-10-25 16:41:38 +00:00
Ruslan Ermilov
bd1a63798a
The directory of the makefile that's including the file is tried first.
...
See section 3.2 of "PMake - A Tutorial" in /usr/share/doc/psd/12.make.
2001-10-25 08:37:12 +00:00
Ruslan Ermilov
907d70d6de
Sort SUBDIR.
2001-10-25 07:55:43 +00:00
Jonathan Lemon
06279b5357
Mdoc fixes and clarification.
...
Submitted by: sheldonh
2001-10-25 05:53:11 +00:00
Jonathan Lemon
64ce1efcd1
Add a manual page.
2001-10-23 22:13:34 +00:00
Jonathan Lemon
093a27108a
Hook up conscontrol to the build.
2001-10-23 20:37:07 +00:00
Jonathan Lemon
e4a604093c
Add conscontrol, a front end interface for manipulating consoles.
2001-10-23 20:36:43 +00:00
Ruslan Ermilov
d973561313
Connect cxconfig(8) to build.
...
PR: 30447
2001-10-23 09:24:49 +00:00
Ruslan Ermilov
3407bd2bce
WARNSify.
2001-10-23 09:23:17 +00:00
Darren Reed
d70e094301
include ipfs in subdirs
...
PR: 27063
2001-10-20 04:27:45 +00:00
Darren Reed
0186482566
build ipfs for -current
...
PR: 27063
2001-10-20 04:27:05 +00:00
Ollivier Robert
4f63c70a2b
Fix diskless clients by removing the code for calculating the minimum
...
value for cpg. The change was bogus.
Submitted by: bde
MFC after: 2 days
2001-10-18 09:48:28 +00:00
Jonathan Lemon
1643c8f3eb
When specifying an interface to ifconfig, first look up the interface
...
index, then retrieve statistics for that index, rather than retrieving
all interfaces and then looking for a matching name. This allows the
user to refer to an interface via an alias name.
While I'm here, also perform a few assorted cleanups.
2001-10-17 18:30:13 +00:00
Ruslan Ermilov
5acabd8cdd
Bring in latest CSRG revisions to this file.
2001-10-17 09:11:23 +00:00
Ian Dowse
fef7dd5a5f
When nfsd was started with only UDP servers, the master nfsd would
...
spin in a loop eating CPU time. This bug has existed since the
TI-RPC import. The problem is that we should only enter the select
loop if at least one TCP server was started. Fix this by having
the master nfsd become a UDP server itself if there are no TCP
servers.
Also improve/correct the code for cleaning up slave nfsd processes
and unregistering with rpcbind when the master nfsd exits.
One issue that remains open is that if a slave nfsd dies, then all
nfsds will shut down. This is because nfssvc() in the master nfsd
returns 0 when the master nfsd receives a SIGCHLD.
Submitted by: tmm
2001-10-16 21:55:53 +00:00
Bruce Evans
2175f5f1b9
Fixed spelling error in previous commit.
2001-10-16 10:52:12 +00:00
Doug Barton
eb9d1d2716
Document the optimal block:fragment ratio, per discussion
...
on -arch and cvs-all.
Reviewed by: dillon
2001-10-15 22:47:55 +00:00
Dag-Erling Smørgrav
6e8ff8b760
Allow reboot during runcom.
...
PR: bin/28116
Submitted by: Valentin Nechayev <netch@netch.kiev.ua>
MFC in: 1 week
2001-10-15 20:34:43 +00:00
Peter Wemm
a528d3185a
Add 0xEE (EFI GPT) and 0xEF (EFI System Partition)
2001-10-15 07:21:32 +00:00
Greg Lehey
ff433237bd
Reinstate VINUMDEBUG. Removing it also removes some diagnostic commands.
...
I should reconsider whether I just leave them in without #ifdef VINUMDEBUG.
2001-10-15 01:32:48 +00:00
Dima Dorfman
075908f115
Repair typo.
...
PR: 31262
Submitted by: <swear@blarg.net>
2001-10-14 22:46:05 +00:00
Ian Dowse
21eff82f63
Oops, fix a missing condition that broke umount's `-h' option. I
...
had somehow removed an error check in revision 1.26, causing errx()
to be called unconditionally in the -h case.
2001-10-13 02:04:54 +00:00
Ruslan Ermilov
6686600758
-r is implied with -B.
2001-10-10 16:26:56 +00:00
Søren Schmidt
b508ad43c6
Update to reflect the change in ata.h
...
Forgotten by: sos
2001-10-07 07:48:12 +00:00
Peter Wemm
9ee1532786
Remove some bogus "(off_t)(dumplo + value)" and "(off_t)dumplo" casts,
...
since dumplo is now an off_t. Scratch a couple of other itches as well.
s/L_SET/SEEK_SET/
2001-10-05 03:13:13 +00:00