Commit Graph

5897 Commits

Author SHA1 Message Date
scw 27ff9862b3 Override the last commit by auto-generating the file from walnut's
etc.MAKEDEV.

Pointed out by Thomas Klausner.
2002-08-23 13:01:21 +00:00
scw a97e0cd99d G/C satlink and wscons. Neither are applicable to the walnut port. 2002-08-23 12:18:46 +00:00
wiz d4a8d9ed9e Remove duplicate 'is' reported by Arto Huusko in misc/18048. 2002-08-23 12:04:39 +00:00
thorpej 11cad93278 Note that checksum offload is supported. 2002-08-22 18:16:13 +00:00
lukem c2cfbd954d document /lib and /rescue. other minor tweaks 2002-08-22 01:40:07 +00:00
onoe 0869b7a4ce Change the media option for adhoc demo mode: adhoc -> adhoc,flag0
Fix the configuration for IBSS mode.
2002-08-21 04:08:06 +00:00
onoe 79d69cf115 Apply changes to ifmedia.h:
Delete IFM_IEEE80211_IBSS [ibss] and IFM_IEEE80211_IBSSMASTER [ibss-master]
from media options, since IEEE80211_ADHOC [adhoc] is already defined for
IBSS.  Instead, [ibss] is assigned as an alias for IEEE80211_ADHOC.

Also note that adhoc can be used with flag0 to specify non-standard adhoc
demo mode in some drivers.
2002-08-21 03:30:54 +00:00
christos 881d4466c6 PR/17402: Julio Merino: Mention /dev/ttyEstat 2002-08-20 16:56:05 +00:00
wiz 942e5d4c4f Sort sections. 2002-08-20 16:39:09 +00:00
wiz 54ae9afa12 Sort SEE ALSO. 2002-08-20 16:37:47 +00:00
wiz 73b7d13bfe Drop .Pp before .Ss. 2002-08-20 16:25:51 +00:00
wiz 76cbce1c77 Formatting error. 2002-08-20 15:54:08 +00:00
wiz b93a6fd07e Remove Ns. 2002-08-20 15:52:25 +00:00
wiz 47d5f6cf3b Remove superfluous Ns. 2002-08-20 15:51:25 +00:00
wiz 33691f98a8 Drop some superfluous Ns. 2002-08-20 15:47:46 +00:00
wiz 64676e9ce7 Two major fixes for PS output; also cut down on Ns and No misuses. 2002-08-20 15:43:34 +00:00
enami 7be7957c9b Mention RND_TYPE_RNG. 2002-08-20 00:48:31 +00:00
enami 68c5f07e0f Add and xref wm(4). 2002-08-20 00:46:23 +00:00
wiz 75839d2a59 It's RND_FLAG_*, not RND_FLAGS*. Noted by Christian Biere in kern/17992.
Also fix an unrelated mdoc error.
2002-08-19 17:41:46 +00:00
lukem 811a3185a3 Explicitly note that if NOxxx and USE_SHLIBDIR are set by a Makefile,
it must be before <bsd.own.mk> is included.
2002-08-19 14:51:58 +00:00
gmcgarry d00f8989a1 Document RND_COM option. Partially addresses PR17976 from
<ChristianBiere@gmx.de>.
2002-08-19 00:00:48 +00:00
yamt d43d55bc3a mention argument promotion and change example
as well.
from OpenBSD.
2002-08-18 08:57:07 +00:00
wiz b96a6bccda regen (+pci) 2002-08-17 11:45:04 +00:00
wiz 5f9f466ecc regen (tty for sab, hi petrov) 2002-08-17 11:44:17 +00:00
jdolecek 4a6a2fe18b update to accompany removal of COMPAT_OLDBOOT, and no more 'wd' and 'sd'
aliases for 'hd'
2002-08-16 08:54:18 +00:00
thorpej 85181628b6 Fix markup in AUTHORS section. 2002-08-15 19:03:34 +00:00
wiz ac8c16f96b Don't xref ourselves in SEE ALSO; separate SEE ALSO entries by comma;
use more mark up in some places.
2002-08-15 03:23:55 +00:00
wiz 323eb1eff6 Comma-separate entries in SEE ALSO. 2002-08-15 03:23:15 +00:00
wiz bc207f9d3c Mdoc nit. 2002-08-15 03:22:49 +00:00
soren a440a4971b Misc fixes.
Cross-reference v*ops.9.
2002-08-14 18:50:48 +00:00
wiz f4091be169 Mdoc nits unrelated to last commit, and bump date for last commit. 2002-08-14 15:30:11 +00:00
thorpej b890d48c5a * Document the existing requirement that machine-independent code
not pmap_kenter_pa() a mapping at a virtual address for which a
  valid mapping already exists.
* Document the new requirement that machine-independent code not
  not pmap_kenter_pa() a mapping with VM_PROT_EXEC.
2002-08-14 15:25:50 +00:00
bjh21 96d74ccf91 Update the list of controller capabilities, and document the one I added
(WDC_CAPABILITY_NOIRQ).
2002-08-14 12:30:22 +00:00
wiz ef2a9b1611 Remove duplicate defines. 2002-08-12 21:51:14 +00:00
soren caff3df38d And make that getdents(_2_). 2002-08-12 21:07:07 +00:00
soren 4b5620384e Don't back-reference getdirentries(3). 2002-08-12 21:06:40 +00:00
soren 641df8d3f6 Nit. 2002-08-12 20:56:07 +00:00
soren 0153d72d25 s/file format/format/ 2002-08-12 20:50:31 +00:00
soren e471d531a0 Bring up to date with getdents(2) reality. 2002-08-12 20:49:33 +00:00
wiz 9e8a1535e8 Fix typo. 2002-08-12 17:35:15 +00:00
thorpej 323b027f6b Add some text about IBSS mode and Host-AP mode. 2002-08-12 17:27:39 +00:00
thorpej fd63f400b5 Note "ibss", "ibss-master", and "hostap" media options for 802.11. 2002-08-12 17:08:40 +00:00
thorpej c1f8d1d5b3 Add a manual page for the AMD Elan SC520 System Controller driver. 2002-08-12 03:45:25 +00:00
augustss 93b57947fa Add another line about slhci. 2002-08-11 19:28:05 +00:00
soren 88eb6092d3 Install slhci(4). 2002-08-11 15:35:09 +00:00
isaki b919446c40 Add manual page of slhci(4) 2002-08-11 13:24:55 +00:00
isaki 822f002f64 regen; add usb*, ugen* 2002-08-11 13:23:07 +00:00
soren 756b85e71a Sync with reality. 2002-08-11 12:12:23 +00:00
soren 6c2f3b0542 POOL_STORAGE_SIZE no longer exists. 2002-08-11 11:20:48 +00:00
wiz a689eaf54f Add comma before "and". 2002-08-09 15:02:26 +00:00