Commit Graph

4877 Commits

Author SHA1 Message Date
ben
01b8ea0462 1. "braces" -> "brackets" when referring to [ and ].
PR:		19894
Submitted by:	Tony Finch <dot@dotat.at>

2.   "brackets" -> "angle brackets" when referring to < and >.

3.  Clean up the bit about creating the usage() message.  After clarifying a
couple of points the sentence became rather long, and rather poor English, so
it was converted to a enumerated list instead.

parts 1, 2, 3:
Reviewed by:	sheldonh
2000-07-16 20:46:43 +00:00
ben
4f6b0ca027 Clarify that CVSup doesn't understand comments in refuse files.
PR:		19949
Submitted by:	Jun Ushida <ushida@msa.biglobe.ne.jp>
2000-07-16 20:34:54 +00:00
ben
d20eed729b "VFS entry point" -> "entry point", to be consistent with other VOP_*(9)
manual pages.

PR:		18593
Submitted by:	Anatoly Vorobey <mellon@pobox.com>
2000-07-15 22:28:16 +00:00
abial
df5f740ffd These patches implement dynamic sysctls. It's possible now to add
and remove sysctl oids at will during runtime - they don't rely on
linker sets. Also, the node oids can be referenced by more than
one kernel user, which means that it's possible to create partially
overlapping trees.

Add sysctl contexts to help programmers manage multiple dynamic
oids in convenient way.

Please see the manpages for detailed discussion, and example module
for typical use.

This work is based on ideas and code snippets coming from many
people, among them:  Arun Sharma, Jonathan Lemon, Doug Rabson,
Brian Feldman, Kelly Yancey, Poul-Henning Kamp and others. I'd like
to specially thank Brian Feldman for detailed review and style
fixes.

PR:		kern/16928
Reviewed by:	dfr, green, phk
2000-07-15 10:26:04 +00:00
rwatson
edc8b5ec8b o Apply asmodai's spelling commit from /etc/root to dot.cshrc in /share/skel
also.
2000-07-15 03:24:18 +00:00
mjacob
51806bd278 Whoops- more changes in last checkin than TARGIODEBUG-
some additional TARGIOCCLEAREXCEPTION ioctls added as
needed.

Obtained from:	gibbs@freebsd.org
2000-07-14 20:30:28 +00:00
mjacob
e9ab1a5d97 Make use of the new TARGIODEBUG ioctl (i.e., add an option for it's use). 2000-07-14 20:26:59 +00:00
sheldonh
9f56196674 Actually allow ``options MDNSECT=<numsects>'' in kernel configs to
specify the default maximum size of malloc(9)-backed md(4) devices
and complete the documentation of this option.
2000-07-14 12:14:13 +00:00
peter
6d5bd0c1d6 Be consistant about WITH_ vs MAKE_ flags. We have a precedent of using
MAKE_foo for things like MAKE_KERBEROS etc.  Use that.  I managed to
confuse myself last time and made make.conf different to the code. ;-(

Reported by:  Jun Kuriyama <kuriyama@FreeBSD.org>
2000-07-14 09:18:21 +00:00
obrien
498080b717 Revert rev 1.24.
Facts verfied by:	mckusick
2000-07-13 22:40:50 +00:00
mckay
b7ed9ee6ac Spelling. 2000-07-13 13:49:36 +00:00
nbm
2ca1cda289 Update the st(4) and sd(4) references to sa(4) and da(4) respectively,
maintaining order, were the references ordered already.

PR:		reminded by 19647
Submitted by:	reminded by Jens Schweikhardt <schweik@noc.dfn.de>
2000-07-12 15:19:39 +00:00
dannyboy
e361d54b73 Add some missing articles (as in a, an, the). 2000-07-11 22:39:48 +00:00
asmodai
c5180f8b3d Install accept_filter.9
Forgotten by:	alfred
2000-07-11 13:50:04 +00:00
alfred
92ebdd67c1 attrib properly.
Pointed out by: asmodai
2000-07-10 19:20:08 +00:00
alfred
2d462be08a Document the kernel interface for accept filters.
Thanks to sheldonh for cleaning up the rough initial manpage.
2000-07-10 17:23:53 +00:00
roberto
b21ba687a4 Correct one reference to wd.4 by ad.4. 2000-07-10 08:01:38 +00:00
markm
48075ea83e The World Order has changed. We no longer need separate "secure"
collections for crypto code; these are merged into cvs-all and
src-all.
OKed by:	jdp
2000-07-09 16:03:53 +00:00
sheldonh
07b04d25f5 Add md.4 to the build. 2000-07-07 11:57:02 +00:00
sheldonh
3f8f1662cc Add phk's md(4) manual page, written by phk himself. 2000-07-07 11:52:03 +00:00
imp
87c1cfb070 Add ${.CURDIR}/../../../.. to the list of places we look for the
kernel.  The new moudles/sound/drivers/foo pushes us down one more
level.
2000-07-07 05:12:33 +00:00
wpaul
e478a84473 Fix up the sis.4 man page per Sheldon Hearn:
*   Clear the Os macro, which is assumed gracefully at run-off time.
    *   Use quotes to reduce the long name description (Nd) to a single
        argument.
    *   Use meaningful arguments to the -width option of the Bl macro.
    *   Mark rc.conf up with Xr instead of Pa so that it is obvious that
        further help on that file is available.
    *   Explicitly indicate that mediaopt is a command modifier (Cm) of
        the ifconfig(8) utility.
    *   Do not mark up half-duplex and full-duplex as arguments (Ar),
        since they are allowed values for an argument.
    *   Fix various grammar and spelling mistakes.
2000-07-06 19:30:20 +00:00
brian
4d411b32cc Add various system usernames (even though I try to avoid pppd!!!)
PR:		19717
Submitted by:	Tony Finch <dot@dotat.at>
2000-07-06 19:05:43 +00:00
wpaul
92014d5193 Add support for the National Semiconductor DP83815 fast ethernet
controller chip. This chip is currently being used on the NetGear
FA312-TX adapter, which I guess is a replacement for the FA310-TX
(PNIC-based).

I added support for this chip by modifying the sis driver since
the SiS 900 and the NS DP83815 have almost the same programming
interface (the RX filter programming and PHY access methods are
different, but the general configuration, DMA scheme and register
layout are identical).

I would have had this done a lot sooner, but getting the damn MAC
address out of the EEPROM proved to be more complicated than expected.
2000-07-06 06:02:04 +00:00
ache
394397bd1b Fix alt months
Submitted by:	Ri?ardas ?epas <rch@richard.eu.org>
2000-07-05 21:02:45 +00:00
sheldonh
67274621b1 Introduce a new option, daily_status_disks_df_flags, which specifies
the command-line arguments to be used for the call to df(1) when
daily_status_disks_enable is set to YES.

The name of the new variable was chosen by the maintainer of our
periodic hierarchy, Brian Somers.

PR:		19631
2000-07-05 10:47:01 +00:00
itojun
54ee01b0cf sync with kame. more security warnings 2000-07-05 08:15:05 +00:00
itojun
0230940609 sync with reality/latest kame 2000-07-04 16:39:23 +00:00
itojun
0ad665264d sync with recent IMPLEMENTATION note from kame. 2000-07-04 16:35:31 +00:00
roberto
53dc208aee - link ata.4 to {acd,ad,afd,ast}.4
- add the reference to ad.4 in da.4.

MFC candidate.

Submitted by:	sheldonh, mpp
2000-07-04 16:32:46 +00:00
n_hibma
3023e17ceb Correct the text for the return value.
Submitted by:	phk
2000-07-04 12:45:56 +00:00
roberto
9f83ca538d Insert a reference to ata.4.
Discussed with:	phk
2000-07-04 10:01:12 +00:00
roberto
3e11c09007 Oops, there's no ad.4. 2000-07-04 09:37:06 +00:00
roberto
926d25bac1 Replace a reference to wd(4) to ad(4).
Found by:	phk
2000-07-04 09:32:11 +00:00
peter
5c016e1a19 Delete the RSAREF=YES example from make.conf - it is not used at all.
Add knobs for the optional crypto parts with some notes.
2000-07-03 20:52:01 +00:00
sheldonh
b02d2cc47f Clear the obsolete argument to the Os macro.
Clear extraneous arguments to Nm.
Use Pa to mark up paths.
Use a single tagged list in the FILES section.
2000-07-03 12:56:00 +00:00
asmodai
4c3f4fce77 Fix up typo.
Add description of sshd_program variable.

Submitted by:	Ashley Penney <ashp@unloved.org>,
		Adrian Chadd <adrian@freebsd.org>
2000-07-03 12:34:27 +00:00
joe
b47858bddb Add versions of the UK keymaps with the key marked "Caps Lock"
acting as a left control key.  Many want a control key in the "real"
place, but still want the keymap to match the printed keys as much
as possible.

Inspired by obrien's us.pc-ctrl.kbd keymap, although I've had these
in my tree for a long time (since the left control key on my laptop
stopped working :)
2000-07-02 18:39:10 +00:00
wollman
fbdd9d15b4 Use consistent markup for literals and quoted metasyntactic variables.
Left unfixed: `NIS' should be marked up as a tradename.
2000-06-30 15:59:48 +00:00
wollman
da18a748eb Spell `99%' correctly. 2000-06-30 15:28:06 +00:00
wollman
49dd91af36 Fix spelling of `whose'. 2000-06-30 15:22:18 +00:00
sheldonh
39e175b003 Do not link bktr.4 and bt.4 into ../, since these are no longer
installed from man4.i386.

PR:		19601
Submitted by:	Ben Smithurst <ben@scientia.demon.co.uk>
2000-06-30 11:50:46 +00:00
sheldonh
75cdafea16 Use "yesterday's" instead of "yesterdays" as required for correct
grammar.

Since this pushes the line to an unacceptable length, apply the
accepted line breaking style.
2000-06-30 11:24:31 +00:00
brian
712e4afc32 De-spam (oops!)
Spotted by: sheldonh
2000-06-30 11:18:19 +00:00
brian
e7533a2bcc Add $daily_status_mail_rejects_logs, defaulting to 3 to control
how many /var/log/maillog* files to check

PR:	19587
2000-06-30 09:41:16 +00:00
peter
268c8133a0 Include the src-crypto-rsa collection by default for internat users. 2000-06-29 09:03:59 +00:00
peter
aa1cd5cc71 List src-secure-rsa and clarify that cvs-crypto does not have it. 2000-06-29 09:00:23 +00:00
brian
6fe1e686c5 Reword the description of weekly_status_pkg_enable (although not
quite how Sheldon suggested)

Suggested by: sheldonh
2000-06-27 12:04:43 +00:00
brian
721a61f571 Add weekly_status_pkg_enable (defaults to NO) 2000-06-27 11:20:08 +00:00
brian
5c81ccc280 Mention $daily_accounting_compress
Forgotten by: Ben & I
2000-06-27 10:52:21 +00:00