is
a8c8efadb1
Fix cross-reference (see PR 7603)
1999-08-20 11:46:13 +00:00
christos
253f5bbf85
mention elf, clarify a.out
1999-08-20 03:06:44 +00:00
cgd
b049e3a9f2
note bootxx_lfs.
1999-08-18 21:42:46 +00:00
kleink
198959e28d
Uncomment mpu attachment, and remove this item from BUGS.
1999-08-17 15:10:57 +00:00
enami
c2956b75c9
Use .Pa for pathname.
1999-08-17 05:24:06 +00:00
augustss
31cd8a761b
Make and install the wi(4) man page.
1999-08-16 23:30:19 +00:00
augustss
db574ba708
Add umodem device.
1999-08-16 22:27:08 +00:00
augustss
5573b3ba36
The wss driver is not necessarily half-duplex.
1999-08-14 21:18:05 +00:00
bouyer
1a79367a5f
Add NetBSD RCS Id, note that "device timeout" can be caused by a
...
mis-configuration and can be solved with wiconfig(8).
1999-08-09 18:23:44 +00:00
bouyer
0e25033c56
Add wi(4), from FreeBSD.
1999-08-09 18:19:24 +00:00
jdolecek
7aa20c5a32
file-system NTFS: add a note NTFS is very experimental and should be used
...
with extreme caution
1999-08-05 15:47:07 +00:00
sommerfeld
b8e4538f80
Create new pool flag PR_LIMITFAIL, indicating that even PR_WAIT
...
allocations should fail if the pool is at its hard limit.
Document flag in pool(9).
Use it in mbuf.h for the first allocate call for M_GET, M_GETHDR, and
MCLGET, so that m_reclaim gets called even for blocking allocations.
1999-08-05 04:00:03 +00:00
augustss
c8acef077d
Update for new attachment.
1999-08-02 17:43:52 +00:00
augustss
9449835f0a
Add mpu(4) man page.
1999-08-01 18:21:16 +00:00
augustss
32ef9ed514
Add NTFS to the list of file systems.
1999-07-30 09:54:57 +00:00
augustss
7874ddad19
Document USB_SET_SHORT_XFER ioctl().
1999-07-30 01:32:05 +00:00
augustss
03fab70583
Mention COMPAT_14.
1999-07-30 00:49:15 +00:00
augustss
3d3f77c49e
Add the wsmux pseudo device.
1999-07-29 18:20:02 +00:00
augustss
7b3035544b
Sync with reality.
1999-07-29 14:20:32 +00:00
lukem
101ccd31ba
group is used by getgrent(3) not getpwent(3).
...
noticed by Johnny C. Lam <lamj@stat.cmu.edu>
1999-07-29 00:11:28 +00:00
mjl
3546e46e42
Mention MASTER_SORT and MASTER_SORT_REGEXP.
1999-07-24 15:37:03 +00:00
tron
d57a6fa9e5
Fix typo noted by "Wiz" in PR misc/8061.
1999-07-24 15:06:57 +00:00
lukem
a7611f40ee
- document LOCALBASE, CROSSBASE and X11BASE
...
- xref mk.conf(5) correctly
- add a see also section
1999-07-22 11:08:30 +00:00
perry
914486a01c
Note that the dl*() functions are not in a library per se but are
...
available in every dynamically linked program automatically.
1999-07-20 22:38:49 +00:00
itojun
5d77559eed
add manpage for faith pseudo interface (which is for
...
IPv6-to-IPv4 tcp relay translation).
1999-07-17 07:09:40 +00:00
itojun
c60ae5de13
add NetBSD RCS ID. retain KAME RCS ID (quoted).
1999-07-17 06:57:59 +00:00
hwr
814a7df4d8
SCR_NCR_MAX_WIDE is not size in bytes, but 8*(n+1) bits.
...
Fixes kern/7913 by Dave Huang.
1999-07-16 20:26:57 +00:00
kleink
15c85fb8d4
Mention those environment variables related to audio; suggested by Perry.
1999-07-13 14:52:53 +00:00
kleink
13a23b2a31
Oops, alphabetical ordering.
1999-07-12 15:22:18 +00:00
kleink
a97e2eb258
Xref eso(4).
1999-07-12 15:20:54 +00:00
kleink
cf917747a1
Add a driver for the ESS Technology Solo-1 PCI AudioDrive line of chips.
1999-07-12 15:13:30 +00:00
cgd
636e8f4688
'Dolphin' -> 'Dolphin Peripherals' where appropriate
1999-07-03 05:55:23 +00:00
cgd
111e8a47c4
Add support for 36 more SIIG PCI serial/parallel cards (for a total of 37).
...
This means that all SIIG PCI serial/parallel cards (described on their
web site as "I/O boards" as of July 2, 1999) should now be supported.
1999-07-03 05:38:05 +00:00
itojun
2968331bac
s/RFC2133/RFC2553/
1999-07-03 05:21:47 +00:00
itojun
70d8ef4285
document scoped address issues.
1999-07-03 05:19:45 +00:00
itojun
94e64335b4
add IPv6 configuration (ip6forwarding, rtsol, route6d and rtadvd).
...
Right now netsetart does not bother you even if you do not have
"options INET6" in the kernel.
1999-07-03 03:29:29 +00:00
itojun
d740011572
describe how you can compile IPSEC_ESP.
...
(there should be some cvs-based, or config-based solution for this)
1999-07-03 01:45:56 +00:00
itojun
2cd8764765
add IPv6/IPsec manpage into MAN
1999-07-01 10:55:53 +00:00
itojun
af19683322
s/.Os KAME/.Os/
1999-07-01 10:53:48 +00:00
itojun
9d0659f865
manpage for "pseudo-device gif", for IPv4/v6 tunnelling.
1999-07-01 10:52:17 +00:00
itojun
42d8e71f94
s/.Os KAME/.Os/
1999-07-01 10:50:47 +00:00
itojun
38610cd2fc
introductory manpage for IPsec and IPv6.
1999-07-01 10:48:30 +00:00
itojun
43ada52628
add INET6, IPSEC and IPSEC_{ESP,DEBUG}.
1999-07-01 10:47:37 +00:00
ad
4e41c6b479
Add missing link for dladdr.3
1999-06-28 18:22:22 +00:00
explorer
0bdd9ecae7
document link1
1999-06-28 07:56:56 +00:00
abs
a8e20d9b59
Remove reference to obsolete 'ypserv -a'
1999-06-28 01:03:45 +00:00
augustss
1fd339e127
Make links from audio to sound and mixer.
1999-06-27 18:35:31 +00:00
sommerfeld
fea9ef9123
Document SUBNETSARELOCAL, HOSTZEROBROADCAST
1999-06-26 06:26:13 +00:00
mrg
74e7dd65cc
fix includes: out goes netinet/ip.h, in comings sys/mbuf, net/if.h and net/pfil.h.
...
partly from mike@pelley.com in PR#7803.
1999-06-18 06:03:39 +00:00
tron
caca5dac34
Note that bebox and i386 use "/dev/rcd0d" instead of "/dev/rcd0c".
...
Fixes PR kern/7775 by Eric Mumpower.
1999-06-16 21:18:42 +00:00