Commit Graph

3619 Commits

Author SHA1 Message Date
thorpej dcf80e02de Update for the new pfil framework. 2000-11-11 01:22:37 +00:00
ad 0a38453bd1 Promiscious mode works now. 2000-11-09 14:58:51 +00:00
ad 1710c774e5 Xr iop, and note a "capacity may be different than SCSI" gotcha. 2000-11-09 13:01:41 +00:00
ad 0129c52c7d - A few minor changes (typos and the like).
- Use SPLs in iop_msg_send() and not the interrupt mask - it accesses
  shared resources lower down.
2000-11-09 12:51:36 +00:00
lukem f3ae49b593 make entries in example line match field names used elsewhere 2000-11-09 00:06:17 +00:00
eeh df87630144 Add console magic sequence framework. 2000-11-08 22:41:58 +00:00
ad f051907656 Note iopsp. 2000-11-08 21:41:55 +00:00
ad 8f37299b94 Note iop. 2000-11-08 21:40:24 +00:00
ad 54fd36679e Add documentation for iop and iopsp drivers. XXX Needs more beef. 2000-11-08 19:54:12 +00:00
kleink 3ba9e614c1 Markup buglet. 2000-11-08 18:19:19 +00:00
lukem ae840bf480 improve description of configuration lines 2000-11-08 13:27:44 +00:00
lukem 7617fc3115 - provide example of line syntax
- improve formatting and macro use
2000-11-08 13:18:28 +00:00
lukem 79b4c08d55 minor update of /boot; from simonb 2000-11-08 12:53:42 +00:00
wiz f48466d127 Fix some obvious typos.
XXX: Casing isn't very consistent here.
2000-11-08 11:28:01 +00:00
lukem dc702cca7b update to reality:
- add /boot, /etc/*.conf, /etc/defaults, various bits in /usr/src and /sys,
  /var/cron, /var/heimdal, /var/pkg, /var/yp
- remove /etc/disklabels, /usr/src/domestic
2000-11-08 06:44:06 +00:00
itojun 20efc85de8 does not support non-IPv4. 2000-11-08 02:56:26 +00:00
lukem a042616e94 minor consistency work 2000-11-08 01:37:52 +00:00
lukem 7c1334922b use Ar instead Sy (be consistent with other files) 2000-11-08 01:36:11 +00:00
lukem 4e822259e2 minor consistency cleanup 2000-11-08 01:33:18 +00:00
lukem ee3b51ed47 improve description of line syntax, and separate the description of
each field out into separate paragraphs (for readability).
2000-11-08 01:30:34 +00:00
lukem 2baa698a5e - improve description of a configuration line
- fix a line that got accidently moved to the wrong place when i added
  the nsswitch description 2 years ago.
2000-11-08 00:52:40 +00:00
lukem ab0df1fb72 slight clarification 2000-11-08 00:10:46 +00:00
ad 975795b27b Note `neo' device. 2000-11-07 12:42:48 +00:00
ad 830d849bec Xr intro 4 2000-11-07 12:42:22 +00:00
lukem cce5d917e2 provide obvious example of line syntax 2000-11-07 07:20:47 +00:00
lukem c14de03062 - provide an obvious description of the line syntax.
- highlight that the second argument may be an IP address (which often
  makes sense on machines that have different MAC addresses for
  different interfaces; the whole world ain't a Sun...)
2000-11-07 07:17:13 +00:00
lukem 279552d3db fix up various .Nm abuses:
- keep the case consistent between the actual name and what's referenced.
  e.g, if it's `foo', don't use '.Nm Foo' at the start of a sentence.
- remove unnecessary `.Nm foo' after the first occurrence (except for
  using `.Nm ""' if there's stuff following, or for the 2nd and so on
  occurrences in a SYNOPSIS
- use Sx, Ic, Li, Em, Sq, and Xr as appropriate
2000-11-07 06:43:24 +00:00
lukem ebcd47ebf3 use .Xr 2000-11-07 05:44:50 +00:00
lukem d9ef02fbd5 whitespace police 2000-11-07 05:44:17 +00:00
itojun 8a3319ddda do not recomment IFA_STATS, as the code seemingly not tested
(panics frequently due to NULL pointer chasing in kernel)
2000-11-07 04:46:40 +00:00
thorpej 33831545e3 Manual page for the NeoMagic 256 driver. 2000-11-05 16:38:09 +00:00
lukem 2e7cad82bb - only audioplay if the audio file exists
- replace logger with $LOGGER, which is defined to `logger -t apm'
- use 'mount -u ... -A -t ffs' instead of 'mount -u ... -a', since the
  latter won't work on already mounted file systems except for `/'.
2000-11-05 03:30:51 +00:00
thorpej d60bbc16eb Manual page for the PC-Weasel driver. 2000-11-04 18:51:58 +00:00
kleink df3abfa175 Merge tzdata2000g. 2000-11-03 11:08:22 +00:00
kleink 68cef7d4b4 Import tzdata2000g. 2000-11-03 11:07:04 +00:00
eeh 26f192b24a Add manpage for new line discipline stuff. 2000-11-02 23:15:10 +00:00
pooka 2fcad3069f s/spase_super/sparse_super/ 2000-11-02 22:31:02 +00:00
oster ba5bfcf115 Update to note obtaining kernel from RAID 1 set on pmax and alpha
architectures.
2000-11-02 03:34:08 +00:00
tv e5e51611ea Describe new shared-set layout: .../shared/$MACHINE_ARCH and .../shared/ALL. 2000-11-01 04:29:47 +00:00
itojun 953ed8c2ba declare .Lb symbol for libintl. 2000-10-31 15:08:29 +00:00
itojun caf7b11063 add ${LIBINTL} for use with DPADD. 2000-10-31 10:49:01 +00:00
wiz 22c3d2b1af Replace a tab by a space, and `CNTL' by `CTRL'. 2000-10-27 11:25:16 +00:00
wiz 81fb8fda76 wscons include files live in /usr/include/dev/wscons, not /usr/include/wscons 2000-10-27 10:59:48 +00:00
ad 528e314143 Work around a fatal firmware bug on some boards. From msmith@freebsd.org. 2000-10-26 14:43:50 +00:00
sommerfeld eac79d61fb fix misc/11315: stale cross-ref to racoon(8) 2000-10-26 14:09:25 +00:00
garbled 7cf7e5abae change make -> ${MAKE} 2000-10-26 06:17:41 +00:00
mason 9209a6a5b4 Add "haunted". 2000-10-25 00:03:55 +00:00
bouyer 60c7f20eb1 Remove BUGS section; now that tagged queuing siop it at last as good as
ncr(4).
2000-10-23 16:38:10 +00:00
enami 5a1f841114 Add lsu.4 actually. 2000-10-23 10:55:45 +00:00
scottr f00ea2a6d3 The IBM 316x/3151 do, in fact, have an add-line capability. 2000-10-22 19:29:46 +00:00