Commit Graph

3728 Commits

Author SHA1 Message Date
itojun 784d7467c1 remove comment about route(8), which does not really fit here. 2002-05-29 23:40:25 +00:00
wiz 78f4a66615 Drop trailing spaces. 2002-05-28 11:41:45 +00:00
itojun f8b9b40efd add arc4random(9). 2002-05-28 11:35:40 +00:00
itojun 7c04a2ebc6 nroff fixes, from openbsd via kame 2002-05-28 11:34:44 +00:00
grant 05429892c8 add ref to atactl(8) 2002-05-28 04:10:17 +00:00
grant 5eb3939919 add ref to scsictl(8) 2002-05-28 04:08:52 +00:00
wiz bdc63189e4 Uppercase PCB. 2002-05-25 11:40:02 +00:00
wiz 7dc225507c Improve formatting. End list with .El. 2002-05-25 11:37:34 +00:00
wiz f53504b9e9 Standardize spelling. 2002-05-25 11:08:21 +00:00
wiz 1d4b57bbcf ispell 2002-05-25 11:07:28 +00:00
wiz 58fa596f1c Remove a superfluous 'no'. kern/17022 by John Heasley. 2002-05-25 10:45:39 +00:00
wiz 171f5bbdd8 Fix Dt. 2002-05-25 10:44:38 +00:00
wiz 24a55aa86f Fix Xref. 2002-05-25 10:44:22 +00:00
gmcgarry fc81003482 Document some mandatory machine-dependent interfaces. Addresses PR16272. 2002-05-25 02:16:35 +00:00
itojun ed0f646e43 have an example with blowfish password. 2002-05-24 04:17:44 +00:00
itojun c89c003ed2 support bcrypt password. can be chosen by "blowfish" keyword in passwd.conf.
from openbsd
2002-05-24 04:02:47 +00:00
hubertf 89b73d6b18 add SRC definition (and use it, instead of hardcoding ../../..) 2002-05-23 00:03:38 +00:00
wiz 180ed1d2e0 Add man pages for bm(4), gm(4), and mc(4). Some helpful
information provided by Michael Wolfson and various people on port-macppc.
2002-05-21 00:49:54 +00:00
wiz 5bbb967491 For consistency, use MLINKS, not LINKS. 2002-05-20 16:21:32 +00:00
pooka 0bcdf55e14 gio first appeared in 1.5 2002-05-20 16:19:50 +00:00
yamt f3b8388799 TIOCSLINEDD -> TIOCSLINED 2002-05-20 13:50:26 +00:00
wiz a6fb50b6d1 Two fixes from John Heasley via port-sparc/16910. 2002-05-19 22:28:16 +00:00
wiz 8221433490 mdoc improvements and typo fixes. 2002-05-19 20:47:26 +00:00
pooka 166eb00bf3 add man4.sgimips 2002-05-19 20:39:18 +00:00
pooka 8c6d354d5c man-pages for hardware found in indy/indigo2 2002-05-19 20:38:52 +00:00
wiz 4ec2ce6e75 mdoc police, and a slight grammar improvement. 2002-05-19 15:24:35 +00:00
lukem 96e2ff62c8 Add two new rc.conf(5) variables:
rc_rcorder_flags		extra flags to rcorder(8) in /etc/rc
    rcshutdown_rcorder_flags	extra flags to rcorder(8) in /etc/rc.shutdown

This can be used to specify extra directories to search for rc.d scripts in.
For example, adding the following to rc.conf(5):
	rc_rcorder_flags="/usr/pkg/etc/rc.d/*"
	rcshutdown_rcorder_flags="/usr/pkg/etc/rc.d/*"
will add the files in /usr/pkg/etc/rc.d to the list of files that rcorder(8)
uses to build the list of scripts to start or stop.

I proposed this functionality on tech-userlevel@ over one month ago.
Closes the recent [misc/16888], which asked for a similar feature.
2002-05-19 01:01:32 +00:00
sommerfeld f5b0c9f28f Describe swizzled vs. unswizzled interrupt fun 2002-05-18 23:03:19 +00:00
david 1a7e4e2260 Note what this device does. (Thanks Jason! ;-) 2002-05-16 03:50:54 +00:00
bouyer 30ff94427d Note PERIPH_CAP_DT for DT clocking capability, and that CAP_SYNC/CAP_WIDE*
is for ST clocking only.
2002-05-15 11:17:32 +00:00
kleink 01cffcf64c Sync with headers: u_int16_t -> in_port_t. 2002-05-13 08:23:58 +00:00
ichiro 8597354bd2 s/RL8150/RTL8150 2002-05-13 05:41:31 +00:00
wiz d30d25dc1a Spelling fixes, from Sergey Svishchev in kern/16650. 2002-05-12 15:48:36 +00:00
uch f0d5a0eb69 document sh3 and hpcsh usage. 2002-05-09 16:42:16 +00:00
scw bf8faa9dd5 Update to reflect FT8U232AM support. 2002-05-08 18:11:28 +00:00
onoe e932e8f432 Add some CF cards: D-Link DCF-650W, Symbol Wireless Networker,
Linksys Instant Wireless
2002-05-07 09:56:32 +00:00
jdolecek 6662805edf Add pointer to /usr/share/examples/fstab/ to FILES section.
Remove mount_*(8) xrefs, leave just mount(8).
2002-05-04 19:50:36 +00:00
lukem d0b659b09f installboot.old nuked, so give man page the same treatment 2002-05-03 15:40:12 +00:00
lukem 48ee444a69 program nuked, so give man page the same treatment 2002-05-03 15:39:22 +00:00
lukem d918d8f74f Move the METALOG from ${_SRC_TOP_OBJ_} to ${DESTDIR}.
There were too many synchronisation problems with using the former;
including situations such as a "make clean" performed between two
installs to the same DESTDIR would result in a truncated METALOG and
the resultant sets would be missing stuff such as include files that
don't get reinstalled if they haven't changed, even with !UPDATE.
2002-05-03 08:58:45 +00:00
lukem 3d13a59112 - deprecate ip6forwarding in favour of ip6mode
- various grammar fixes
2002-04-29 10:27:14 +00:00
lukem 8323badb7a deprecate $sshd_conf_dir (and hardcode as "/etc/ssh").
$sshd_conf_dir wasn't as flexible as liked (it didn't work for ssh(1),
host keys or known_hosts).
2002-04-29 05:56:25 +00:00
atatat 66ffa38431 Provide some documentation on the EPASSTHROUGH new world order. 2002-04-28 14:13:38 +00:00
lukem 248bbf896e Document NETBSDSRCDIR & UNPRIVED.
Reword BSDOBJDIR and BSDSRCDIR descriptions.
2002-04-26 16:24:06 +00:00
wiz 23b4e81d1c Sort sections. 2002-04-26 02:28:32 +00:00
wiz 7454d828a0 Sort SEE ALSO, and update date for aac addition. 2002-04-26 02:26:46 +00:00
ad 77e08f053a Add a driver for Adaptec FSA RAID controllers, as often found in Dell
servers. Based on the FreeBSD/OpenBSD versions.
2002-04-26 02:05:07 +00:00
lukem 39a9178088 - Improve wscons.conf(5)
- Add support for "setvar", which allows setting of arbitrary wsconsctl(8)
  variables.  Per email on tech-userlevel from Julio Merino <jmmv@hispabsd.org>
2002-04-26 00:06:53 +00:00
kleink d4fbf896be Note eso(4) attachment. 2002-04-25 00:59:25 +00:00
kleink 7d15aed65e Attach joy(4) at eso(4). 2002-04-25 00:57:47 +00:00