dd
c70efc47e9
Mark up NULL in .Dv.
...
PR: 31747
Submitted by: <andrew@ugh.net.au>
2001-11-04 23:13:03 +00:00
asmodai
6c70cb24ad
Disconnect sb.4.
...
This is a manual page left over from the old pcm/voxware driver era.
Superceded by newpcm's sbc.4.
2001-11-04 15:00:12 +00:00
asmodai
4ea9545eb7
We ditched controller a long while ago in favour of device.
2001-11-04 14:21:21 +00:00
keramida
c712c3fbcb
Typo correction: detailled -> detailed.
...
Approved by: nik
2001-11-02 14:59:51 +00:00
asmodai
b92710cebe
Document support for VIA 82C596 ATA-33 and ATA-66.
2001-11-02 12:22:17 +00:00
asmodai
660413bc38
Explicitely mention this driver supports the RealTek 8029.
...
This should lessen some questions.
2001-11-02 09:43:45 +00:00
asmodai
2115602d0c
Fix alignment of the chipsets to the largest one described.
2001-11-02 09:37:35 +00:00
cjc
0e82448607
Document the /var/run/named directory.
...
Suggesteded by: brian
2001-11-01 23:55:46 +00:00
cjc
2ee5363ecb
Add a directory in /var/run to store ppp(8) command sockets.
...
PR: bin/29966
Approved by: brian
MFC after: 4
2001-11-01 23:44:12 +00:00
schweikh
72b4679232
Just typo corrections (mmunmap->munmap etc), no content changes.
...
MFC after: 1 week
2001-11-01 11:36:04 +00:00
assar
d1497d35ad
add /var/heimdal
...
absence noted by Archie Cobbs <archie@packetdesign.com>
2001-10-31 23:04:34 +00:00
julian
684db29fac
Fix typos.
2001-10-30 08:37:45 +00:00
julian
5e66d5e9d6
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
ache
584fd7f118
Link Slovak with Czech
...
PR: 31598
Submitted by: Vladimir Guzma <vg@cs.tut.fi>
2001-10-30 01:55:19 +00:00
silby
22c95ff4ec
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
114c18db6c
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
des
e7de1cbdf8
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
ru
64e8a90b4c
mdoc(7) police:
...
- Minor markup nits.
- Arrange for appearance in 4.5.
2001-10-26 17:11:50 +00:00
asmodai
0f7a5dfcae
Document HPT372 support.
2001-10-26 16:46:10 +00:00
asmodai
93797cca24
We support the Intel ICH3 [ATA-100] chipset as well.
2001-10-26 16:34:26 +00:00
rwatson
b2cc782055
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
bde
bc091b4376
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
ru
616c8c589d
Simplify.
2001-10-25 08:50:06 +00:00
jlemon
60a54c4bff
Document the link0 option, which downloads the microcode to the board.
2001-10-25 05:49:23 +00:00
julian
eebffb28c4
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
asmodai
1ce38e5e95
Document C99 conformity.
...
Update text which is printed out to reflect reality.
2001-10-24 18:14:51 +00:00
ru
d1aea9607c
Finish the removal of the LABPC driver.
...
Forgotten by: phk
2001-10-24 10:57:30 +00:00
markm
c783ef40f3
Back out my last commit. Ruslan (ru) has a better fix.
2001-10-24 07:59:42 +00:00
jhb
2aa5d891a0
Document sx_assert(9).
2001-10-23 22:51:59 +00:00
markm
06eb8731d7
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
e77a8d39a5
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
ru
e2612cf202
Remove references to nfsiod(8) and nfs_client_flags
...
now that they are obsolete.
2001-10-23 10:31:52 +00:00
dd
3894733003
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
jhay
a88f4dc499
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
ru
e5a28c7f7c
Clamp down with NOOBJ.
2001-10-22 10:06:25 +00:00
jhay
4397762c5a
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
hm
996eff0a8c
Thanks for postcards ...
2001-10-21 09:39:22 +00:00
hm
17b0cc6d77
upadate the release notes
2001-10-21 09:30:10 +00:00
hm
deb090a132
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
mjacob
731f80846f
Remove wx.
2001-10-20 18:50:31 +00:00
darrenr
a84042ef53
Add the ipfilter subdirectory
...
PR: 26763
2001-10-20 04:18:13 +00:00
darrenr
46e2c749e7
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
ru
a74c7de632
mdoc(7) police: join OS version with the corresponding macro.
2001-10-19 14:44:13 +00:00
jlemon
a1a5f3cbc6
Add manpage for gx driver.
2001-10-19 02:49:41 +00:00
hm
26a86f9c48
Add experimental support for sending keypad facility messages.
...
MFC after: 2 months
2001-10-18 11:58:49 +00:00
tom
6095afc431
"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
scottl
fdbe408cde
Remove a couple of errant tags.
2001-10-17 05:10:58 +00:00
fenner
8f2d29ea2a
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
f37b78a018
Improve the wording of my last commit.
...
Submitted by: sheldonh
2001-10-16 18:32:33 +00:00
brian
3e7ac0dd3d
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