murray
b7fb0faeb2
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
707bb64e49
sync the code with the one in stable (mostly formatting changes).
2001-11-04 23:19:46 +00:00
dd
f1ad80a38f
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
a89afebeeb
Repocopy pc98 fdisk out of its hidden subdir. Reconnect it to the build.
2001-11-04 17:38:23 +00:00
peter
054367a0db
Remove support for FreeBSD/tahoe
...
Submitted by: phk
2001-11-03 08:35:11 +00:00
peter
32b6e93593
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
4ca131b9a6
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
phk
96b92e6726
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
yar
269746c310
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
6e698c7168
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
phk
10fe9ee3d2
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
tobez
b35708db5b
Replace =' with more correct
`.Ql =''.
...
Mdoc-policed by: ru
2001-10-31 15:57:55 +00:00
tobez
c304204fd4
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
tobez
3527183677
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
joe
57e1d6d8b2
More white space changes.
2001-10-29 03:46:28 +00:00
joe
258d90583a
More stylistic tidying.
2001-10-29 03:25:49 +00:00
joe
7745d91e4f
Remove training white spaces, and some other style violations.
2001-10-29 00:37:24 +00:00
dillon
3e277dbdb4
Properly convert long to time_t
2001-10-28 20:19:14 +00:00
dillon
41f4e0eb17
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
n_hibma
9b2eb27d34
Typo.
2001-10-28 16:47:06 +00:00
n_hibma
571320567f
Add a Xref to dumpon.
2001-10-28 16:41:56 +00:00
dillon
315406dcf8
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
joe
bf1d5c5646
Remove some extraneous spaces from the usage message.
2001-10-28 02:10:40 +00:00
dillon
827bb2a335
Add missing cast for improper time_t use in computation.
2001-10-28 00:01:58 +00:00
ru
3e0f777a8c
Put WARNS into the right place.
2001-10-25 17:09:37 +00:00
jlemon
f82344f52d
Style and WARNS cleanups.
...
Submitted by: ru
2001-10-25 16:41:38 +00:00
ru
df8a82ad64
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
ru
a6e3708f41
Sort SUBDIR.
2001-10-25 07:55:43 +00:00
jlemon
7371c93193
Mdoc fixes and clarification.
...
Submitted by: sheldonh
2001-10-25 05:53:11 +00:00
jlemon
a73d224ef6
Add a manual page.
2001-10-23 22:13:34 +00:00
jlemon
88013694b7
Hook up conscontrol to the build.
2001-10-23 20:37:07 +00:00
jlemon
b43b265d16
Add conscontrol, a front end interface for manipulating consoles.
2001-10-23 20:36:43 +00:00
ru
0039a56b1d
Connect cxconfig(8) to build.
...
PR: 30447
2001-10-23 09:24:49 +00:00
ru
fab1e5731d
WARNSify.
2001-10-23 09:23:17 +00:00
darrenr
5d34df19b7
include ipfs in subdirs
...
PR: 27063
2001-10-20 04:27:45 +00:00
darrenr
ad097c4ec9
build ipfs for -current
...
PR: 27063
2001-10-20 04:27:05 +00:00
roberto
4153de7b05
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
jlemon
2436924baf
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
ru
35ede48132
Bring in latest CSRG revisions to this file.
2001-10-17 09:11:23 +00:00
iedowse
6feb6a4c15
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
bde
a06986b04d
Fixed spelling error in previous commit.
2001-10-16 10:52:12 +00:00
dougb
0be9af6925
Document the optimal block:fragment ratio, per discussion
...
on -arch and cvs-all.
Reviewed by: dillon
2001-10-15 22:47:55 +00:00
des
a93e80dada
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
60debe6543
Add 0xEE (EFI GPT) and 0xEF (EFI System Partition)
2001-10-15 07:21:32 +00:00
grog
ac6e021d88
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
dd
7d0e6121af
Repair typo.
...
PR: 31262
Submitted by: <swear@blarg.net>
2001-10-14 22:46:05 +00:00
iedowse
07ef386ebd
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
ru
255dbf6990
-r is implied with -B.
2001-10-10 16:26:56 +00:00
sos
d1756c2eb0
Update to reflect the change in ata.h
...
Forgotten by: sos
2001-10-07 07:48:12 +00:00
peter
80a2fcfc29
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