Commit Graph

2957 Commits

Author SHA1 Message Date
hubertf 7ac1c2930d We do have intro(4) - xref it 2000-02-26 01:22:02 +00:00
oster a4d828bd4e Note auto-detection and auto-configuration, as well as the ability to
auto-configure even if the components are rearranged.
2000-02-26 01:14:16 +00:00
ad b74739734a Note DPT ISA support. 2000-02-25 00:22:36 +00:00
ad 5a1fbbb884 ISA frontend. 2000-02-24 18:50:06 +00:00
kleink 405ae2b76f Import tzdata2000b. 2000-02-24 00:22:07 +00:00
itojun 503ce101c1 getaddrinfo(3) now obeys nsswitch.conf correctly. 2000-02-20 14:45:34 +00:00
lukem 25260389e9 add woftam 2000-02-20 08:17:36 +00:00
itojun 86065fe362 s/u_char/u_int8_t/ for sin6_{len,family} 2000-02-20 06:51:28 +00:00
wiz 9b73fe4714 removed 'UVM?= YES' 2000-02-20 06:50:54 +00:00
darrenr 8619d2b757 update to match recent changes 2000-02-20 01:03:13 +00:00
erh a2802fd5fa Add NOPATH to prevent files in the serach path from interfering with what we're building. 2000-02-19 23:57:12 +00:00
erh 0d07e9caed Add NOPATH to keep *.cat files in the search path from interfering with the build. 2000-02-19 23:02:17 +00:00
erh ad351344c0 Add NOPATH to prevent .cat* files in the search path from interfering. 2000-02-19 22:54:08 +00:00
mycroft a5ba62dc39 Nuke spurious blank line. 2000-02-19 17:57:03 +00:00
erh 6092e1aa2a Add NOPATH for all output files to prevent their presence in the search path from causing problems. 2000-02-19 05:36:23 +00:00
tsutsui 7c3ebc156a pica no longer exists, and arc has already switched to UVM.
XXX We still need "UVM?= yes" ?
2000-02-19 02:10:31 +00:00
soren d30e003dab Add new ports. 2000-02-18 10:09:25 +00:00
itohy 62efa4eac6 s/MAKOBJDIR/MAKEOBJDIR/
Pointed out by Katsuomi Hamajima.
2000-02-18 06:09:11 +00:00
kleink 31e08c3362 Missed in previous: remove midi goo from argument list as well. 2000-02-17 21:25:47 +00:00
dmcmahill 252ba9a20d Replace "wsloadfont" with "wsfontload". This fixes PR
misc/9437: Small typo is wsdisplay man page
Thanks to Ben Wong for the PR.
2000-02-17 14:11:24 +00:00
nathanw 79dff4a7e1 Document ess at pnpbios. 2000-02-15 17:23:11 +00:00
kleink fe1a09a03b Oops, typo.
CVS----------------------------------------------------------------------
2000-02-14 16:16:11 +00:00
kleink 4dc68486de SCNR, QED. 2000-02-14 16:15:30 +00:00
itojun b49487e8ec document getaddrinfo(3) twist.
NetBSD PR: 9413
From: Thilo Manske <Thilo.Manske@HEH.Uni-Oldenburg.DE>
2000-02-14 13:03:37 +00:00
scottr add73de5d4 Regen. 2000-02-14 07:19:42 +00:00
jun 2128ac8d92 add mgterm
running on PocketBSD,PocketLinux,NetBSD/{hpcmips,mac68k}
MGL2 information:
	http://at.sakura.ne.jp/~suz/MGL2/index.html
2000-02-14 05:41:11 +00:00
deberg 7841046191 add FIIK 2000-02-14 05:16:20 +00:00
augustss 92fe0a3e74 Add two missing `,' under SEE ALSO. 2000-02-14 00:13:50 +00:00
augustss 2acc839468 Xref between sv(4) and opl(4). 2000-02-14 00:04:20 +00:00
augustss 45803791ef Mention and xref ex(4). 2000-02-14 00:01:35 +00:00
itojun a3aa7fe66f add ip6defaultif configuration variable in rc.conf, for configuring
default outgoing interface for IPv6 host when default router list is empty.

the configuration is just for very rare case.  it is safe to leave it empty.
2000-02-13 07:47:26 +00:00
is 0c7df42dbd Document P5PPC68KBOARD option. 2000-02-12 21:30:51 +00:00
he 35efd44ed1 Correct typo (vr -> rl). 2000-02-12 20:01:32 +00:00
thorpej dedae624a9 Document NKMEMPAGES. 2000-02-12 18:14:37 +00:00
dante b939c73fb4 Translated in English :-)
Thanks to Ken Westerback
2000-02-12 16:45:30 +00:00
augustss 55b63d38b2 Remove BUGS section. 2000-02-12 15:05:48 +00:00
augustss fad1d1f02b Add Corega FEther USB-TX. 2000-02-12 15:05:07 +00:00
fair 3ae5bb6a05 update config(8) lines from current configs and PR 7603 2000-02-12 11:59:59 +00:00
fair 77df7943eb Add BUGS section from PR 7603 2000-02-12 11:33:26 +00:00
fair 5f9de8e607 split out pcic.4 tcic.4 from pcmcia.4
add pcmcom.4 and adjust Makefile to suit
all per PR 7603
2000-02-12 11:14:13 +00:00
fair 14fc45de90 Add HISTORY section from PR 7603 2000-02-12 09:56:34 +00:00
fair 1907c4c49c Add HISTORY notation from PR 7603 2000-02-12 09:47:03 +00:00
fair 2893d166f6 Link le.4 with bicc.4 depca.4 and nele.4 - ISA le variants 2000-02-12 09:19:04 +00:00
fair e37a4f8dcc Merge in changes from PR 7603 2000-02-12 08:38:13 +00:00
kleink 018c206251 * Nuke obsoleted midi interface from audio_attach_mi().
* Document trgger_{in,out}put().
Fixes PR kern/9341.
2000-02-11 22:56:15 +00:00
fair 38bbb432aa PR 7603 contained half a dozen new man pages. Big thanks to Gregory McGarry
for doing the intial leg work. I did a little driver reading and modified
the pages some more, plus merged in a little stuff for de.4. This isn't all
of it yet - I'm just gonna commit what I've got done, and get the rest after
I've had some sleep.
2000-02-11 12:38:22 +00:00
fair c50152a96c Whyizzit that you only spot the misspellings *after* you commit? 2000-02-11 09:42:10 +00:00
fair 1ffe32d803 Intial commit of a de.4 man page to answer PR 5759.
This page is a quick job which should be reviewed for accuracy.
2000-02-11 09:28:49 +00:00
itojun 7d772b8656 recommend ifconfig_ifN over ifaliases_ifN, for non-IPv4 cases as well.
ifaliases_ifN does not cover p2p case.
2000-02-11 03:14:02 +00:00
kleink 1bfbcff7b3 Whitespace nit in -p1003.1-96. 2000-02-10 22:02:09 +00:00