lukem
56dc20a9f6
ntpd_chrootdir needs /dev/clockctl as well
2002-06-17 06:47:58 +00:00
wiz
4cd376ed29
regen (opty comment change)
2002-06-15 12:53:08 +00:00
lukem
3fb96042d9
$ntpd_chroot requires "pseudo-device clockctl" in the kernel
2002-06-15 02:00:06 +00:00
matt
a26c601aad
Include <bsd.sys.mk> so CAT is defined in the UNPRIVED= USETOOLS=no case.
2002-06-15 01:46:16 +00:00
wiz
494b18acc8
regen (ttyE addition)
2002-06-12 19:41:58 +00:00
wiz
58b3150f66
Fix punctuation in last.
2002-06-12 15:27:55 +00:00
fvdl
6185aa1a60
Make it absolutely clear that bus_dmamap_sync is explicitly needed
...
for correct operation on all platforms.
2002-06-12 15:23:34 +00:00
itojun
e64f591364
mention that GATEWAY will compile in sys/netinet/ip_flow.c.
2002-06-12 02:08:30 +00:00
wiz
e768795cdc
There's no usb(3); remove Xrefs to it.
2002-06-12 00:24:39 +00:00
wiz
6ad1c67912
Instead of Xref to ourselves, use .Nm.
2002-06-12 00:21:53 +00:00
wiz
4bdb566287
Comment out Xref to plot(1), which we don't have.
2002-06-12 00:19:48 +00:00
wiz
289b43b8f2
There is no vn_unlock; remove Xref and replace with explanation why not,
...
provided by fvdl. While here, ispell.
2002-06-11 23:56:21 +00:00
wiz
3593723af0
Change i4b xrefs to isdn xrefs.
2002-06-11 23:31:01 +00:00
mason
c86d6704bc
Use the new cat(1) locking functionality - should solve PR toolchain/16963.
...
If all goes well, will submit a batch of pull-up requests for netbsd-1-6
presently to bring these additions and fixes into 1.6.
2002-06-10 18:47:12 +00:00
itojun
bb0b85187b
SIOCSIFADDR/IFDSTADDR destroys outer address settings, therefore, we need to
...
do "ifconfig tunnel C D" after "ifconfig A B". i believe the behavir is weird
and non-intuitive, and should be fixex.
2002-06-10 02:49:35 +00:00
wiz
c39fdd3f85
While we're rototilling the man page: Use more markup; grammar fixes;
...
remove another reference to unsupported AppleTalk; update .Dd.
2002-06-09 20:05:55 +00:00
itojun
4d660387a6
gre(4) supports IPv4/AppleTalk/NS over IPv4, not just IPv4 over IPv4.
2002-06-09 19:47:03 +00:00
itojun
7864ca478f
deprecate IFF_LINK2, !IFF_LINK0 is enough.
...
no need to manipulate IFF_LINK1 with IFF_LINK0.
remove reference to greconfig(8).
2002-06-09 19:17:43 +00:00
martin
a990d7ac62
Oops, typos in the new example.
...
Also note that the new example is a good example for LINK1 useage, so add
that as well.
2002-06-09 12:19:39 +00:00
martin
79e1630f17
Improve a bit, add another example, remove a bogus BUGS entry, add a note
...
for MTU adjustment.
2002-06-09 10:44:57 +00:00
itojun
081662bc11
tell about MTU size limitation
2002-06-08 23:21:36 +00:00
wiz
8999a8b386
End sentence with a dot, not a comma (misc/17197 by Julio Merino), and mark up
...
a bit more.
2002-06-08 22:19:54 +00:00
itojun
bd9254cae6
note that we intentionally violate RFC2553 for security reasons
2002-06-07 17:33:07 +00:00
itojun
55b021bea9
reorder sentence for clarity
2002-06-07 17:28:46 +00:00
wiz
c8f923975f
Sort SEE ALSO.
2002-06-07 11:15:45 +00:00
gmcgarry
d0c1fe487d
Document USERCONF and PERFCTRS
2002-06-06 21:05:05 +00:00
augustss
3bd8775b6d
Note that cs can attach to mainbus on pmppc.
2002-06-05 06:54:23 +00:00
augustss
3745c48073
Fix typo.
2002-06-05 06:53:26 +00:00
isaki
ae114ad44f
add factor_denom.
2002-06-04 14:09:34 +00:00
itojun
75e5289eda
typo
2002-06-03 09:12:16 +00:00
wiz
2f6c445df5
Improve mdoc, and correct the example of how to create mixerctl.conf.
2002-06-02 19:07:25 +00:00
jmcneill
3d886831b0
Remove clause #3 (forgot to remove it before the original commit)
2002-06-02 19:05:09 +00:00
jmcneill
29ed807363
mixerctl.conf(5) documentation.
2002-06-02 18:55:08 +00:00
drochner
deb9ae080c
update uvm_page_physload() description for "waitok" and "nsegs"
...
obeyed now, and clarify "rlist" initialization.
2002-06-02 14:59:11 +00:00
wiz
835deee1f9
Document ipkdb_trap based on comments by ws.
2002-06-02 11:21:53 +00:00
lukem
06de426449
SIMPLEQ rototill:
...
- implement SIMPLEQ_REMOVE(head, elm, type, field). whilst it's O(n),
this mirrors the functionality of SLIST_REMOVE() (the other
singly-linked list type) and FreeBSD's STAILQ_REMOVE()
- remove the unnecessary elm arg from SIMPLEQ_REMOVE_HEAD().
this mirrors the functionality of SLIST_REMOVE_HEAD() (the other
singly-linked list type) and FreeBSD's STAILQ_REMOVE_HEAD()
- remove notes about SIMPLEQ not supporting arbitrary element removal
- use SIMPLEQ_FOREACH() instead of home-grown for loops
- use SIMPLEQ_EMPTY() appropriately
- use SIMPLEQ_*() instead of accessing sqh_first,sqh_last,sqe_next directly
- reorder manual page; be consistent about how the types are listed
- other minor cleanups
2002-06-01 23:50:52 +00:00
bouyer
3a63a4122e
Note DFE-580TX
2002-06-01 17:33:21 +00:00
wiz
4edf535225
For macro arguments, separate punctuation from the argument so that the
...
punctuation does not get marked up with it.
2002-06-01 09:16:08 +00:00
lukem
874c812dae
correct descriptions of SLIST_REMOVE_HEAD() and SIMPLEQ_REMOVE_HEAD()
2002-06-01 06:08:07 +00:00
nathanw
d7d367fd73
Couple of .Dv fixes.
2002-06-01 00:27:19 +00:00
wiz
bed7ab561f
Add MAKEDEV(8) for pmppc, and install it.
2002-05-31 12:20:49 +00:00
wiz
8f713e513e
Descend into man4.pmppc.
2002-05-31 12:20:32 +00:00
wiz
262278751f
regen (wd)
2002-05-31 12:16:41 +00:00
wiz
49a4c133ce
regen (scif, sci)
2002-05-31 12:16:29 +00:00
wiz
a71c7fba62
Use standard directory name (man4.pmppc instead of man.pmppc).
2002-05-31 12:11:17 +00:00
kleink
bb1e88c03b
Add missing bus_space_vaddr(9) link.
2002-05-31 11:11:26 +00:00
augustss
819220dbb3
Add some man pages.
2002-05-31 10:43:28 +00:00
augustss
8ff8887643
Put some info in this file.
2002-05-31 00:01:39 +00:00
augustss
b8f3581f52
Add a place for pmppc man pages.
2002-05-30 23:45:23 +00:00
augustss
b889804e98
Add pmppc.
2002-05-30 23:38:19 +00:00
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