itojun
f14dd6bfd4
sync with kame. add full reference info for RFC.
...
some other cosmetics (remove trailing dot in SEE ALSO .Xr references)
2000-01-19 06:59:32 +00:00
enami
d9cdb3776d
Sort SEE ALSO list as described in this manual.
2000-01-19 05:54:42 +00:00
ad
869cdcbbcc
It seems that the ECC formatted disk/array breakage is to do with broken
...
firmware and HBAs. salyzyn_mark@dpt.com writes:
> If the card does not have (DPT) ECC memory, the card will necessarily
> not hide the block size. The PM2041 can not hide it, and some versions of
> the Firmware on the PM3334 also fail in this regard.
2000-01-17 16:34:44 +00:00
augustss
7ae4b6a312
Fix typo.
2000-01-16 13:54:39 +00:00
abs
4f51e5f1ee
update some supported HARDWARE lists
2000-01-16 12:22:56 +00:00
ad
69d9fef69c
- First appeared in NetBSD 1.4.2 (this is tentative).
...
- Note that ECC formatted disks/arrays do not work just yet.
2000-01-16 11:19:55 +00:00
augustss
49abd4ba94
Add references to aue, cue, and kue.
2000-01-16 11:07:40 +00:00
augustss
ad0339b634
Add man pages for Bill Paul's USB-Ethernet adapter drivers.
...
The actual drivers should appear within a few days.
2000-01-16 10:43:36 +00:00
jwise
9aa0a45ccf
Document USE_JAVA
2000-01-14 17:32:29 +00:00
mjl
6009387d42
Updated to cater for login classes.
2000-01-14 01:04:24 +00:00
ad
10e2e10965
Beef this up a little in anticipation of a pull-up to netbsd-1-4.
2000-01-13 18:00:51 +00:00
haya
3eb44d6879
Add flags description for cardslot.
2000-01-13 09:33:16 +00:00
mjl
cfd5989461
Update for added capabilities in login(1).
2000-01-13 06:13:30 +00:00
leo
416325880a
SYnc with the latest driver changes.
2000-01-12 07:56:46 +00:00
mjl
142f369443
Add necessary support routines for login.conf.
2000-01-12 05:02:10 +00:00
deberg
d3ae549f72
regen
2000-01-11 03:41:15 +00:00
ad
645ee40728
- Make /etc/daily run /etc/daily.local if it exists. Make similar change for
...
weekly and monthly scripts.
- Update FILES section in manpages.
2000-01-10 17:03:49 +00:00
tron
8bf74ff792
Fix for several typos supplied by Richard Rauch in PR misc/9145.
2000-01-08 17:08:02 +00:00
kleink
24162ced3c
vslock() is gone in UVM; uvm_vslock() can be found in uvm(9).
2000-01-07 21:14:25 +00:00
itojun
2e904aec57
make IPV6_BINDV6ONLY setsockopt available. it controls behavior of
...
AF_INET6 wildcard listening socket. heavily documented in ip6(4).
net.inet6.ip6.bindv6only defines default value. default is 1.
"options INET6_BINDV6ONLY" removes any code fragment that supports
IPV6_BINDV6ONLY == 0 case (not defopt'ed as use of this is rare).
2000-01-06 06:41:18 +00:00
itojun
c0bf362ef8
improve IPSEC and IPSEC_ESP. make US-centric sentences more generic.
2000-01-06 05:33:05 +00:00
itojun
fc907bfb99
improve scoped ip6 address issues.
...
refer ip6.4.
2000-01-06 02:22:31 +00:00
ad
06f61cba66
Note DPT boards.
2000-01-05 17:55:22 +00:00
ad
671de62bb2
Add DIAGNOSTICS section with just one entry right now regarding
...
dpt_readcfg() failures.
2000-01-05 16:33:01 +00:00
chopps
8cbdb88ed5
add ntwoc to isa and pci summary pages
2000-01-05 00:25:25 +00:00
chopps
37e37b3222
Add man page for ntwoc
2000-01-05 00:17:25 +00:00
itojun
9e4741d4c2
add /usr/include/net{inet6,key}.
2000-01-05 00:11:44 +00:00
itojun
9ffbadc055
clarify text for RES_USE_INET6. this is almost always unnecessary.
2000-01-03 11:56:05 +00:00
simonb
2ffa665bdd
Add architecture name to architecture-specific manpages.
1999-12-30 22:31:18 +00:00
mrg
701497d2a8
add that /usr/lib/X11/locale is reqired for netscape.
1999-12-29 00:44:19 +00:00
mjl
17c129e7df
Fix spelling of separate.
1999-12-28 02:39:14 +00:00
mjl
e09ea1631a
Fix typos, as noted by Christian Weisgerber in OpenBSD PR/1030.
1999-12-28 02:15:41 +00:00
mrg
3304333ff0
add "/sbin/loader" to the list of required files.
1999-12-27 22:59:18 +00:00
itohy
2c28a06699
Unmuting an external source power-up the chip.
...
Change power.* mixer variables.
1999-12-27 03:23:41 +00:00
lukem
e9daef1660
the default for hosts: changed a while ago...
1999-12-27 00:42:38 +00:00
minoura
7330ce45ef
Replace shell script version of newdisk utility with C version.
...
Add the man page newdisk(8).
1999-12-24 16:51:24 +00:00
leo
384bdc532b
Implement the DIOCKLABEL ioctl. Through this ioctl it it possible keep the
...
disklabel on the last close or to drop it.
1999-12-23 21:23:19 +00:00
jdc
fc6e7395ab
Reorganise. Move CD II specifics to NOTES section.
1999-12-23 12:28:06 +00:00
augustss
a4a97de9ff
Make sure the man page describes what ioctl()s apply to what endpoints
...
correctly.
1999-12-23 09:23:48 +00:00
augustss
0e7b1b9ec1
Use the flags `locator' to govern if devices are detected early or
...
late during cold boot.
1999-12-22 23:54:09 +00:00
augustss
d170f8a2ee
Correct the statement about O_RDWR. It is allowed now.
1999-12-22 23:21:21 +00:00
kleink
b715b1fca9
Use a fixed-width font for network topology illustrations.
1999-12-22 14:55:49 +00:00
itojun
8c1a324e1e
wording fixes. sync with reality.
...
(sync with kame tree)
1999-12-22 06:51:15 +00:00
drochner
503713f39e
update: new maps and options, sort differently to avoid duplication,
...
add example for map setting
1999-12-21 11:31:07 +00:00
drochner
5ae50a30a1
update: more keyboard types, translation issues
1999-12-21 11:29:21 +00:00
drochner
297be23733
some updates:
...
-APM v1.2 now
-APM_NO_V12, APM_NO_STANDBY options
-kill notes about startup process which are not true anymore
1999-12-21 11:27:55 +00:00
drochner
97cb2fa397
put mi ISA, PCI and TC configurations into an own group, mention DEPCA
...
and isapnp support, remove a "10Mb/s" (there are 100Mb/s chips too)
1999-12-21 11:17:14 +00:00
fair
f9cf214985
Merged le.4 with MI le.4
1999-12-21 07:49:50 +00:00
fair
928c8b9d54
Merged le.4 man pages from amiga, hp300, i386, pmax, sparc, and sun3.
...
This solves PR 7142
Added configuration information from other GENERIC kernels, including
news68k, newsmips, atari, alpha, and vax.
Added text explaining "dropping chained buffer" diagnostic in more detail;
this solves PR 6230 and partially deals with PR 6475
1999-12-21 07:48:11 +00:00
fair
84c3f9b4b8
merged le.4 with MI le.4
1999-12-21 06:33:00 +00:00