Commit Graph

4859 Commits

Author SHA1 Message Date
Ben Smithurst de9bd90aa8 Remove some whitespace so the line with "brackets" changed to "angle
brackets" no longer touches the right edge of an 80 column display.
2000-07-17 19:05:57 +00:00
Bill Paul 5e59aa05b6 kue(4) and cue(4) do not need miibus. 2000-07-17 19:04:58 +00:00
Sheldon Hearn f274479332 Rename MDNSECT to MD_NSECT and declare it as something that isn't
default in NOTES.

Requested by:	bde
Approved by:	phk
2000-07-17 13:13:04 +00:00
Jun-ichiro itojun Hagino 74f575394c sync with latest kame doc. wording changes and updates 2000-07-17 02:37:26 +00:00
Jun-ichiro itojun Hagino 9c77442e63 bring in latest kame doc. talk about ah tunnel caveat. 2000-07-17 02:22:18 +00:00
Matt Jacob e2dc1289d2 Clean up after oneself on exit. 2000-07-17 02:05:45 +00:00
Ben Smithurst 044e09a0a8 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 Smithurst e63d1b73d3 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 Smithurst 3fd5156000 "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
Andrzej Bialecki bd3cdc3105 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
Robert Watson ab56179d5b o Apply asmodai's spelling commit from /etc/root to dot.cshrc in /share/skel
also.
2000-07-15 03:24:18 +00:00
Matt Jacob bf43e4b847 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
Matt Jacob 97188b54ce Make use of the new TARGIODEBUG ioctl (i.e., add an option for it's use). 2000-07-14 20:26:59 +00:00
Sheldon Hearn b36ee384e6 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 Wemm 97e8e70bd1 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
David E. O'Brien 4a19005c48 Revert rev 1.24.
Facts verfied by:	mckusick
2000-07-13 22:40:50 +00:00
Stephen McKay db6ccea640 Spelling. 2000-07-13 13:49:36 +00:00
Neil Blakey-Milner d08c353b39 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
Daniel Harris dcecd67263 Add some missing articles (as in a, an, the). 2000-07-11 22:39:48 +00:00
Jeroen Ruigrok van der Werven 7bca8b217f Install accept_filter.9
Forgotten by:	alfred
2000-07-11 13:50:04 +00:00
Alfred Perlstein ad9bccc5f7 attrib properly.
Pointed out by: asmodai
2000-07-10 19:20:08 +00:00
Alfred Perlstein fb567cd9eb 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
Ollivier Robert 65c14d9dc0 Correct one reference to wd.4 by ad.4. 2000-07-10 08:01:38 +00:00
Mark Murray f700468d0a 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
Sheldon Hearn dd25cbc7d1 Add md.4 to the build. 2000-07-07 11:57:02 +00:00
Sheldon Hearn 8057969f7e Add phk's md(4) manual page, written by phk himself. 2000-07-07 11:52:03 +00:00
Warner Losh c7c5a4ed23 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
Bill Paul e6a801c19b 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 Somers 15ed7d0b16 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
Bill Paul 95674596b9 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
Andrey A. Chernov 36f579a27f Fix alt months
Submitted by:	Ri?ardas ?epas <rch@richard.eu.org>
2000-07-05 21:02:45 +00:00
Sheldon Hearn afc3b53891 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
Jun-ichiro itojun Hagino f60386610a sync with kame. more security warnings 2000-07-05 08:15:05 +00:00
Jun-ichiro itojun Hagino 4bfc7eeb68 sync with reality/latest kame 2000-07-04 16:39:23 +00:00
Jun-ichiro itojun Hagino 8f336835e1 sync with recent IMPLEMENTATION note from kame. 2000-07-04 16:35:31 +00:00
Ollivier Robert 2d311b79cd - 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
Nick Hibma fd473ea108 Correct the text for the return value.
Submitted by:	phk
2000-07-04 12:45:56 +00:00
Ollivier Robert 2ae7523515 Insert a reference to ata.4.
Discussed with:	phk
2000-07-04 10:01:12 +00:00
Ollivier Robert b388f1b766 Oops, there's no ad.4. 2000-07-04 09:37:06 +00:00
Ollivier Robert fddc77af6f Replace a reference to wd(4) to ad(4).
Found by:	phk
2000-07-04 09:32:11 +00:00
Peter Wemm 85a0c81531 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
Sheldon Hearn 8ca01badb9 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
Jeroen Ruigrok van der Werven 83734e47d3 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
Josef Karthauser f6c7891edc 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
Garrett Wollman 9ec4c09af1 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
Garrett Wollman c9e5fb39e5 Spell `99%' correctly. 2000-06-30 15:28:06 +00:00
Garrett Wollman 4469e49ba8 Fix spelling of `whose'. 2000-06-30 15:22:18 +00:00
Sheldon Hearn c5eadb2bdb 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
Sheldon Hearn 98a83e2dd1 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 Somers 1fb83b0a07 De-spam (oops!)
Spotted by: sheldonh
2000-06-30 11:18:19 +00:00