Julian Elischer
7029957242
Fix typos.
2001-10-30 08:37:45 +00:00
Julian Elischer
10d7ccab88
A node that allows ethernet type packets to be filtered to different
...
hooks depending on ethertype. Great for prototyping protocols.
connects to the lower and upper hooks of an ethernet type of node.
Obtained from: Monzoon Networks.
Thanks to Andre Oppermann, May 2001.
2001-10-30 07:28:17 +00:00
Andrey A. Chernov
34ad843f42
Link Slovak with Czech
...
PR: 31598
Submitted by: Vladimir Guzma <vg@cs.tut.fi>
2001-10-30 01:55:19 +00:00
Mike Silbersack
2fa7b7ca77
Update tuning so that it mentions maxusers, nmbclusters, and nsfbufs as
...
tunables in loader.conf rather than just kernel options.
MFC after: 3 days
2001-10-29 22:29:01 +00:00
Mike Barcroft
cb5f460523
Only provide function information in compile environments that support
...
the C99 variable __func__ and never for C++. Provide a more meaningful
example in the assert(3) manual.
Reviewed by: asmodai, bde
2001-10-27 20:11:10 +00:00
Dag-Erling Smørgrav
a4c0058691
Support the "install.debug" and "reinstall.debug" targets for kernel modules.
...
Small tweaks to kldxref may be necessary to avoid the surprising (but harm-
less) behaviour of 'kldload foo' loading foo.ko.debug instead of foo.ko if
it is present in the kernel directory.
Approved by: a week of silence on -arch
MFC after: 2 weeks
2001-10-27 00:52:50 +00:00
Ruslan Ermilov
698267057b
mdoc(7) police:
...
- Minor markup nits.
- Arrange for appearance in 4.5.
2001-10-26 17:11:50 +00:00
Jeroen Ruigrok van der Werven
f99d03b936
Document HPT372 support.
2001-10-26 16:46:10 +00:00
Jeroen Ruigrok van der Werven
2706451058
We support the Intel ICH3 [ATA-100] chipset as well.
2001-10-26 16:34:26 +00:00
Robert Watson
4983b09404
o Modify format of /etc/fbtab to accept glob matching patterns for
...
target devices, not just individual devices and directories. This
permits activities such as:
ttyv0 0600 /dev/dsp*
Whereas previously that was not supported. This change is
backwards-compatible, except where device names included globbing
characters, which is not the case for any devices listed in MAKEDEV.
Submitted by: Maxime Henrion <mux@qualys.com>
MFC after: 3 weeks
2001-10-25 20:45:47 +00:00
Bruce Evans
778b81a315
Fixed some English errors, mainly ones not fixed in the previous commit.
...
The previous commit message should have said this too (the only BSDism
fixed was punctuation for non-sentences). Neither these changes nor
the ones in the previous commit were exactly as submitted by me.
2001-10-25 11:20:15 +00:00
Ruslan Ermilov
c2ff9625d0
Simplify.
2001-10-25 08:50:06 +00:00
Jonathan Lemon
cce33f59e8
Document the link0 option, which downloads the microcode to the board.
2001-10-25 05:49:23 +00:00
Julian Elischer
79596dc40f
Merge in BSDisms. Slight rewordings in some cases.
...
Submitted by: bde@freebsd.org
Reviewed by: jhb@freebsd.org
2001-10-24 22:57:39 +00:00
Jeroen Ruigrok van der Werven
62b151c324
Document C99 conformity.
...
Update text which is printed out to reflect reality.
2001-10-24 18:14:51 +00:00
Ruslan Ermilov
0ef0318866
Finish the removal of the LABPC driver.
...
Forgotten by: phk
2001-10-24 10:57:30 +00:00
Mark Murray
72ec126774
Back out my last commit. Ruslan (ru) has a better fix.
2001-10-24 07:59:42 +00:00
John Baldwin
7fe151bee5
Document sx_assert(9).
2001-10-23 22:51:59 +00:00
Mark Murray
f1986f092b
Make sure the copies: and symlinks: targets exist in the case of the
...
empty ".for ..." loop.
2001-10-23 21:28:39 +00:00
Julian Elischer
67a5f3cdc2
Alter the suggested way of writing structurtes to make them actuallys
...
readble when there are compound sub-elements (e.g. other structs).
Reviewed by: {peter,dillon,des,imp,jlemon}@freebsd.org
MFC after: 1 week
2001-10-23 17:40:37 +00:00
Ruslan Ermilov
caefee99b6
Remove references to nfsiod(8) and nfs_client_flags
...
now that they are obsolete.
2001-10-23 10:31:52 +00:00
Dima Dorfman
ee9dc9c595
Explain a little about sysexits(3) so that regular users can take
...
advantage of the fact that some programs care to explain why they
failed.
PR: 31415
2001-10-23 00:46:13 +00:00
John Hay
defe677bdf
Back out my previous commit. It is not necessary anymore now that Ruslan
...
fixed the ipfilter directory with a NOOBJ.
2001-10-22 16:32:44 +00:00
Ruslan Ermilov
d485784216
Clamp down with NOOBJ.
2001-10-22 10:06:25 +00:00
John Hay
fbf68bb932
Unbreak make world by adding .CURDIR here and there.
...
Submitted by: Harry Starr <starr3@gccs.com.au>
2001-10-22 08:56:02 +00:00
Hellmuth Michaelis
a8142a86d9
Thanks for postcards ...
2001-10-21 09:39:22 +00:00
Hellmuth Michaelis
85b038fce5
upadate the release notes
2001-10-21 09:30:10 +00:00
Hellmuth Michaelis
676ccc0cd0
Add a driver for the Compaq Microcom 610 ISDN (Compaq series PSB2222I) ISA PnP
...
card.
Submitted by: Steve Looman
Reviewed by: hm
MFC after: 1 month
2001-10-21 09:20:52 +00:00
Matt Jacob
8c7c272c5a
Remove wx.
2001-10-20 18:50:31 +00:00
Darren Reed
2600f5b80b
Add the ipfilter subdirectory
...
PR: 26763
2001-10-20 04:18:13 +00:00
Darren Reed
6de4d5d5a4
Add the IPFilter how-to and other related documents to the base install
...
so that users gets ipfilter examples without a source install.
PR: 26763
Submitted by: Cyrille Lefevre <clefevre@poboxes.com>
2001-10-20 04:17:07 +00:00
Ruslan Ermilov
4a70bdf9f6
mdoc(7) police: join OS version with the corresponding macro.
2001-10-19 14:44:13 +00:00
Jonathan Lemon
20192ed470
Add manpage for gx driver.
2001-10-19 02:49:41 +00:00
Hellmuth Michaelis
8f3a90354e
Add experimental support for sending keypad facility messages.
...
MFC after: 2 months
2001-10-18 11:58:49 +00:00
Tom Hukins
48dfd764e1
"of the of the" -> "of the"
...
PR: docs/31336
Submitted by: Sameh Ghane <sw@shaolin.profile4u.com>
MFC after: 2 days
2001-10-17 15:02:37 +00:00
Scott Long
311508cccd
Remove a couple of errant tags.
2001-10-17 05:10:58 +00:00
Bill Fenner
b9d45cebf4
The interface index space may be sparsely populated (e.g. when an
...
interface in the middle is if_detach()'d). Return (and handle)
ENOENT when the ifmib(4) is accessed for a nonexistent interface.
MFC after: 14 days
2001-10-17 04:12:29 +00:00
Murray Stokely
c8123d63a2
Improve the wording of my last commit.
...
Submitted by: sheldonh
2001-10-16 18:32:33 +00:00
Brian Somers
ae2bac960e
Port 139 (NetBIOS session management) is a tcp socket, not udp.
...
PR: 31215
Submitted by: Stephane Marzloff <secrer@le-bar.org>
MFC after: 1 week
2001-10-15 16:08:40 +00:00
Dima Dorfman
235a25a6d6
sysctl -w -> sysctl, remove second person pronouns, and fix some other
...
minor bugs.
PR: 30772
Submitted by: Peter Avalos <pavalos@theshell.com>
2001-10-15 13:30:52 +00:00
Scott Long
987de8a0d2
Add a manual page for the Maestro3 sound driver. This documents it's
...
special nature under the GPL and a boot hint that can affect operation.
MFC after: 3 days
2001-10-15 04:23:38 +00:00
Murray Stokely
325c1f2d13
Note that the contents of /tmp may or may not be kept between system
...
reboots.
Also add a `NOTES' section that reminds the reader that this man page
just documents the system default, and that the hierarchy of a given
site is at the system administrators discretion.
PR: docs/29525
2001-10-13 21:48:57 +00:00
Kazutaka YOKOTA
547d4262b2
Update man pages in the section 4 to match the reality in -CURRENT.
...
- Change lines referring to kernel configuration file:
device foo0 at isa port xxx irq yyy...
to
device foo
Describe resource "hints" in /boot/device.hints.
- Try to describe resource allocation and probe/attach behavior in the
newbus framework.
2001-10-13 09:08:37 +00:00
Yaroslav Tykhiy
3a10201f01
Fix a small style slip: Files in /dev are not
...
devices theirselves, but device nodes.
2001-10-12 10:09:36 +00:00
Yaroslav Tykhiy
397fa0d94b
Add missing section number to a cross-reference to login(1).
...
MFC after: 3 days
2001-10-11 11:29:37 +00:00
Bruce Evans
64551f472f
Fixed some bitrot. The KSE interface change for vops had not reached here.
...
Didn't fix older bugs. Most of the examples don't even match historical
interfaces.
2001-10-10 10:17:02 +00:00
Dag-Erling Smørgrav
4a7fc8131d
Document the dumpdir variable, and write a better description of the dumpdev
...
variable.
MFC: 1 week
2001-10-10 00:45:52 +00:00
Ruslan Ermilov
d1d5d9240a
mdoc(7) police: fix markup.
2001-10-08 10:12:41 +00:00
Kazutaka YOKOTA
3fcd5f6c30
Add man page for device.hint(5).
2001-10-08 05:37:56 +00:00
Murray Stokely
45690c91ea
Remove references to non-existant pvcsif(8) and pvctxctl(8).
...
PR: docs/30446
Submitted by: Giorgos Keramidas <charon@labs.gr>
2001-10-08 05:05:31 +00:00