Commit Graph

3701 Commits

Author SHA1 Message Date
hubertf 745fefd1c6 Xref pkgsrc/Packages.txt 2000-10-11 14:00:58 +00:00
is c187885502 Added Aarhus. 2000-10-11 12:23:50 +00:00
is 87dfefb8c5 Added a couple of entries. Corrected some sorting errors. 2000-10-11 12:17:35 +00:00
thorpej 99de26f4ee Repair a dual-.if construct that certainly didn't work with
any version of make(1) on my systems...
2000-10-11 05:45:50 +00:00
is 2e08b549a5 Format string cleanup, by sommerfeld. 2000-10-10 20:41:20 +00:00
ad e62b1ca145 One more; also provide some alternative meanings to existing entries. 2000-10-10 14:19:34 +00:00
ad 98cce2d254 Spelling. 2000-10-10 14:16:49 +00:00
itojun 347cdd6d31 document RTM_IFANNOUNCE.
From: Christoph Badura <bad@bsd.de>
2000-10-10 14:11:26 +00:00
augustss aff9891579 Update list of supported scanners. There's a Microtek scanner on it now. 2000-10-08 20:20:42 +00:00
deberg ad0e0b565c fix typos, PR 11159 2000-10-07 20:26:36 +00:00
nathanw 0b6e7eef69 Rewrite description of core dump format to reflect reality.
Addresses PR#11145 by me.
2000-10-07 17:45:26 +00:00
hubertf 016ecbcf4c Add description about the "source" dir of a release, based on what's there
for 1.4.2.
2000-10-06 02:42:20 +00:00
lukem c111e18a4d remove security/ 2000-10-05 15:47:04 +00:00
ad 5b09090e8e insure -> ensure 2000-10-05 12:35:33 +00:00
pooka e678929d10 functionaliy -> functionality 2000-10-05 12:31:15 +00:00
sommerfeld abff7e84fd If FORMAT_AUDIT is set, and WFORMAT is set and > 1, turn on
-Wnetbsd-format-audit for extra-stringent format checking.
WFORMAT belongs in individual makefiles and/or Makefile.inc files.
FORMAT_AUDIT should go in mk.conf if you're doing format-string auditing.
(set WFORMAT=1 in individual makefiles if a program is
not security critical and is doing bizarre things with
format strings which would be even uglier if rewritten)
FORMAT_AUDIT may go away in time (i.e., default to on)
2000-10-04 19:27:45 +00:00
bjh21 c7e2fe84a9 Fix whitespace glitch. 2000-10-03 15:28:16 +00:00
bjh21 93d5bd4fa7 Fix whitespace glitches. 2000-10-03 15:18:07 +00:00
bjh21 16ad58a09c Clean up whitespace glitches.
Use subsections where appropriate.
2000-10-03 15:10:57 +00:00
is 3fadf34391 Fix tyop. 2000-10-02 11:41:47 +00:00
itojun 60093d58b2 sync with FreeBSD share/misc/bsd-family-tree. 2000-10-02 11:28:22 +00:00
bjh21 968546ded7 Typo fixes:
Remove an unmatched close-parenthesis.
appearently -> apparently
2000-10-01 13:45:46 +00:00
itojun 3e401aa14d upl(4) is a IPv4 only device. 2000-10-01 11:35:28 +00:00
lukem ad43a4d74d also note /etc/defaults/rc.conf 2000-10-01 06:04:43 +00:00
bjh21 2566becc58 Typo fix: bloxk -> block 2000-09-30 22:33:52 +00:00
jhawk 8423ae243a BUGS updates:
Observe this manpage documents biosboot, which is not i386-specific
  Note failure to parse filename after boot options.
2000-09-30 20:27:01 +00:00
itojun 5b88ba6121 remove obsoleted crypto-related variables. 2000-09-30 12:27:35 +00:00
itojun e5e807d114 always compile RSA into libcrypto.
MKCRYPTO disables the whole crypto tree, and in that case,
we will not have RSA (nor libcrypto) with us.
2000-09-30 12:21:51 +00:00
itojun 8d26d03189 repair openssl (libcrypto) for non-32bit architecture.
don't use unsigned long where 32bit unsigned variable is asked for.
use u_int32_t.  (not sure if uint32_t is better or not, but anyway,
u_int32_t <-> uint32_t should not raise binary compatibility issue)
PR10921.

TODO: have arch-dependent Makefiles where we supply -DFOO for optimization.
(do not change size of variable though)

XXX: we should actually nuke all other #ifdef in /usr/include/openssl/*.h,
however, that needs a lot of work and will make future openssl upgrade harder.

remove RC5 and IDEA by default.  build them separately as
libcrypto_{rc5,idea}.a.  put dummy function, which is "warning to stderr
and exit(1)".  NOCRYPTO_{RC5,IDEA} are obsoleted.
PR10883.
2000-09-30 00:23:28 +00:00
hubertf 4ad90fabc3 Move description of /usr/mdec/biosboot*.sym from installboot.8 to boot.8,
pointed out by Jason Thorpe.^
2000-09-28 16:18:42 +00:00
ad 00d54fb645 - Add an entry to the BUGS section.
- Minor syntactical changes.
2000-09-28 10:23:57 +00:00
thorpej a832259c23 Manual page for the vlan(4) interface. 2000-09-28 06:59:58 +00:00
hubertf dedc304c9a document biosboot*.sym files 2000-09-28 04:10:50 +00:00
phil fe4560a9a3 Get the correct command line using groff instead of nroff. 2000-09-26 15:33:28 +00:00
augustss a5f7c1b8fd Document the USB event API.. 2000-09-24 17:22:08 +00:00
jdolecek b333be3980 document new -v, -q flags 2000-09-24 17:03:27 +00:00
jdolecek cce88ce6ac also process boot.8 2000-09-24 16:39:54 +00:00
jdolecek 9bda5239e6 pty resources are now allocated on demand, default initial
number is 16 and thre is new sysctl kern.maxptys to control maximum number
2000-09-24 11:46:47 +00:00
kleink 3f50a3c66b Document LIBRARY and Lb. 2000-09-24 09:52:26 +00:00
simonb 06026973fd Use the usual make variables with ${INSTALL} (RENAME, COPY, PRESERVE,
INSTPRIV).  Also use BIN{OWN,GRP} and NONBINMODE.
2000-09-24 05:56:04 +00:00
augustss fc82fb752f Fix typo. 2000-09-23 20:27:05 +00:00
augustss 3d4e4b283d Xref urio(4). 2000-09-23 20:26:48 +00:00
simonb cd2e1c1e91 Use ${COPY} instead of -c for ${INSTALL} commands. 2000-09-23 13:53:41 +00:00
augustss 5bf80111fc Xref uscanner(4). 2000-09-23 04:35:54 +00:00
augustss cd10762a22 Add uscanner(4) man page. 2000-09-23 04:34:55 +00:00
augustss 1a534e07a7 Add SanDisk ImageMate SDDR-31 to list of working devices. 2000-09-22 13:43:04 +00:00
phil ec49e039c2 Add rules to make and install html pages in /usr/share/man/html* 2000-09-22 05:37:57 +00:00
bjh21 549a6a7445 Provide a missing ".El". 2000-09-21 15:37:09 +00:00
bjh21 30c323755b s/usign/using/g 2000-09-21 11:44:53 +00:00
ad 82759dbdf5 Use .{B,Bs,F,N,O}x and fix miscellaneous errors. 2000-09-21 10:43:49 +00:00
ad 121d744ba2 - Document Bsx macro.
- Fx, Nx and Ox appear to be parsed and callable.
2000-09-21 10:22:17 +00:00
ad 29a800506a - Document Bsx and Ox macros.
- Add some missing TOC entries.
2000-09-21 10:20:51 +00:00
bjh21 985853ce2e Mention NFS_V2_ONLY. 2000-09-19 23:56:50 +00:00
bjh21 c4fdfbaf66 nfsiod(8) is long dead. 2000-09-19 23:53:51 +00:00
scw 12c28120f1 Add entries for vmepcc and vmetwo, mention MVME162, and correct
a speeling error.
2000-09-19 11:11:50 +00:00
hubertf 4e5545b220 Document VNODE_OP_NOINLINE 2000-09-14 16:02:24 +00:00
hubertf 86937cf02f Merge in some changes from the usermgmt examples. 2000-09-13 19:54:01 +00:00
hubertf 36942dc548 We now have a wscons.conf(5) manpage. 2000-09-13 03:39:12 +00:00
drochner 21955ff8d8 minor corrections / additions 2000-09-12 09:53:41 +00:00
hubertf b4b75848de Add standalone "iso-image" target that can be run with DESTDIR and RELEASEDIR
set in src/etc after a "make release" in both "src" and "xsrc", to create a
ISO-image of the release in $RELEASEDIR/installation/cdrom.

Hook for architecture dependent pre/post-processing in etc/etc.*/Makefile.inc
are available as 'iso-image_md_post' and 'iso-image_md_pre', see
etc/etc.i386/Makefile.inc as an example. Might be useful for setting up
bootable CDs on alpha, sparc, ...

Reviewed by Todd Whitesel and Thomas Klausner.
2000-09-11 21:53:30 +00:00
wiz 903370e095 add IHAFC and IHNFC 2000-09-10 20:49:20 +00:00
jlam 8edf0a98a0 Correct description of when "NOPIC" is set. 2000-09-10 19:10:50 +00:00
augustss 55af72266e Remove comment about isoc not being supported. 2000-09-08 01:11:15 +00:00
enami 04235cdc87 Fix typos. 2000-09-06 14:12:45 +00:00
hubertf cfb56629e8 Documentation for /etc/wscons.conf 2000-09-05 22:41:53 +00:00
kleink cd64d88f6f + Trier, FRG. 2000-09-05 15:45:16 +00:00
hubertf a9c3f5c9d9 Mention /usr/dt besides /usr/openwin,
OK'd by Christos Zoulas.
2000-09-05 00:57:04 +00:00
lukem dc53b5b17e - fix spelo
- be consistent with #define<TAB> for macros
2000-09-04 08:01:16 +00:00
ad dd7f13e542 The `cac' driver works with EISA boards. 2000-09-01 12:19:15 +00:00
ad 070ab0360f Document recent changes. 2000-09-01 12:17:55 +00:00
hubertf ad17c6c3df Document CHECK_SHLIBS 2000-08-31 02:34:44 +00:00
jhawk e7ebce3bf4 Correct errors in examples under "MANUAL AND GENERAL TEXT DOMAIN MACROS" 2000-08-31 01:54:40 +00:00
jhawk d3a097fd74 Document PCIC_ISA_INTR_ALLOC_MASK; documentation is now up-to-par with
the info in distrib/notes.

Minor fixup on PCIC_ISA_ALLOC_IO*.
2000-08-30 19:05:47 +00:00
jhawk ae971039d1 update Dd
correctly note use of struct ifaliasreq for SIOC[AD]IFADDR
Remove bogus reference to SIOCAIFCONF
2000-08-29 16:42:44 +00:00
wiz 26d076c70a re-format, reference pkgsrc/audio/xmradio and pkgsrc/graphics/fxtv 2000-08-28 23:53:46 +00:00
kleink 52c8b79c19 Document an ``EXIT STATUS'' section appropriate for section one and eight
commands and utilities.
2000-08-28 16:51:56 +00:00
mrg 36afbd61af use the merged sparc installboot.8 2000-08-26 02:14:34 +00:00
jun 211fbcbbbc add
man 8 pbsdboot.
2000-08-25 06:15:11 +00:00
hubertf 389581c1cf run skeyaudit, if run_skeyaudit is set to yes 2000-08-25 01:11:42 +00:00
tron ad6319b502 Document "USE_XAW" and "USE_XPM". 2000-08-23 22:30:56 +00:00
jhawk be4199da69 update Dd
indent options and commands the same way
Note additional installation in release(7) hierarchy
Add FILES to note /usr/mdec installation
2000-08-23 21:16:45 +00:00
jhawk 2291a0d120 Correct paste error of 802.11 DS speeds. 2000-08-23 18:37:29 +00:00
bouyer d11b2e4d50 Example file for, guess what ? sup2.fr.netbsd.org. 2000-08-23 17:18:45 +00:00
thorpej b391d6cece Document spllock(). 2000-08-22 19:56:08 +00:00
bjh21 b5279973df Switch arm26 to -O2. Most of my kernels are compiled with this anyway,
and gcc's code generation should be the same as for arm32, so I think this
is safe.
2000-08-22 17:38:49 +00:00
lukem fa2f94238c - document `nostart' support for /etc/rc
- use bootconf.sh instead of fsck.sh as the `foo.sh' example
- add information how a normal script can stop the boot with kill -TERM $$
- update history
2000-08-22 08:53:17 +00:00
wdk 699089b936 Add mipsco port 2000-08-22 05:17:43 +00:00
enami f6836da7ad Fix two more typos. 2000-08-22 01:33:52 +00:00
thorpej a703d1e88e i before e except after c ... 2000-08-21 23:16:01 +00:00
thorpej c848fa23c5 Inject more truth into this document. 2000-08-21 22:53:53 +00:00
itohy f4ef762e4a s/bt/by/ 2000-08-21 07:07:33 +00:00
kleink 68cffe7582 Minor grammar nits in section headings. 2000-08-21 06:57:51 +00:00
itohy 1ef7adc1bf fix typo 2000-08-21 00:14:29 +00:00
hubertf 97d171d025 MIRROR_DISTFILES and NO_CDROM are gone. 2000-08-18 22:45:39 +00:00
tv 7c8513ea3b MLINK2->M_LINK2, also make the listing of these three options be more in
line with the columnar layout.
2000-08-14 17:34:12 +00:00
msaitoh 6627d84e5a add missing .El 2000-08-14 15:30:11 +00:00
deberg 0bcba35b9e fix typo 2000-08-14 02:37:37 +00:00
itojun 424b5f77fb MLINK optimization based on timestamp. 2000-08-13 06:56:25 +00:00
jhawk 7d58775d6f More minor grammar fixes.
Various markup (mdoc) fixes.
2000-08-13 06:48:10 +00:00
itojun 531e380d08 do not test $UPDATE nor file existence, on "MLINKS" installation.
the check will leave original manpage and linked manpage unsynchronized,
as we use hard link instead of symlinks.

this backs out 1.37 -> 1.38 change.
2000-08-13 06:36:29 +00:00
augustss c83f79e315 Add a couple of Inland adapters I forgot last time. 2000-08-12 17:59:12 +00:00
augustss 9d708cda6b Note that we handle RBC and a LaCie CD R/W. 2000-08-12 14:54:18 +00:00
wiz c6253bccb9 add FOAD 2000-08-12 11:09:43 +00:00
thorpej 36ff456d9a Document the DE422 Ethernet interface. 2000-08-11 20:47:14 +00:00
kleink 8e0079b444 Merge tzdata2000f. 2000-08-11 12:03:21 +00:00
kleink 4c613c91ee Import tzdata2000f. 2000-08-11 12:00:56 +00:00
soda f88536df95 s/nodevs/nodev/ for mount option. 2000-08-11 11:59:44 +00:00
soda 3681169826 fix thinko of revision 1.4.
the change seemed to intend "/net" and "/cd", rather than "/mnt" and "/cd".
2000-08-11 11:59:14 +00:00
soren 82a02d5fad A few minor grammar fixes. 2000-08-11 04:05:01 +00:00
thorpej b2ee6c4c4c Clarify kdc section. 2000-08-11 02:39:27 +00:00
itojun 62037f7722 kdc superseded kerberos. not sure if the description is 100% right. 2000-08-11 02:25:52 +00:00
soda 405954a851 describe options PCIBIOS_INTR_GUESS 2000-08-10 21:19:42 +00:00
mrg f6ecacaf38 document merged sparc installboot. 2000-08-10 13:21:11 +00:00
hubertf 3d03ccca1c Back out last entry (MCC).
It seems this file is intended for "things used often in personal
eletronic communication". (Where is my canonical list of smilies?)
2000-08-10 03:56:58 +00:00
tv c031c2e49c Work around some .Po/.Pc bogons to make this format properly. 2000-08-10 02:34:50 +00:00
hubertf 909a069d61 MCC Memory Credential Cache 2000-08-10 02:23:40 +00:00
gmcgarry 68e607a368 Remove executable permission from src/lib/checkver. 2000-08-09 23:41:24 +00:00
itojun babc498cc8 implement EDNS0 support, as EDNS0 support will be made mandatory for
IPv6 transport-ready resolvers/DNS servers.  need careful configuration
when enable it. (default config is not affected).
see manpage for details.

XXX visible symbol __res_opt() is added, however, it is not supposed to be
called from outside, libc minor is not bumped.
2000-08-09 14:40:52 +00:00
tv 9f8eb67559 Add manpage for bitmask_snprintf(9), describe tprintf(9), and simplify
kprintf(9) by removing the now unsupported "extra" printf format strings.
2000-08-09 03:12:33 +00:00
tv e371c5808a Terminate an unterminated .Bl. 2000-08-09 03:11:00 +00:00
lukem 9d49c249d7 document sshd. add note that whilst sshd & gated are not part of the base
system they are available in the optional package collection.
2000-08-08 19:01:03 +00:00
augustss 1d14801481 Add PC Linq to the list of hardware. 2000-08-08 16:57:29 +00:00
ad a55a72cb72 - joy is not MI.
- Xr intro 4.
2000-08-07 14:29:58 +00:00
augustss 8e63b5da59 Update documentation about order of hooks. 2000-08-06 02:07:15 +00:00
briggs 0ad393d6e3 On 20 Feb 2000, the humanize_number() function got a fifth argument--a
divisor.  This divisor replaces a hard-coded divisor of 1024.  To remain
consistent with the hard-coded SI prefix list, humanize_number should
probably only be called with a divisor of 1000 or 1024.
This is now documented.
2000-08-05 14:58:03 +00:00
jhawk 243d61d41b Xr ppsratecheck 2000-08-03 20:35:40 +00:00
briggs b9198e3e17 As noted by jhawk--'count' is a function argument when I note that that
functions which take a count of bytes have undefined results if the specified
(count) is zero.
2000-08-03 15:30:52 +00:00
soda 423aa34757 more fix for typesetting 2000-08-03 13:32:39 +00:00
soda 760ca1caec - "a space" -> "space", from jhawk
- fix typesetting when TYPESETTER=ps
2000-08-03 13:14:22 +00:00
ad f3e1d1930e PCVT is dead. From NAKAJIMA Yoshihiro <nakayosh@kcn.ne.jp>. 2000-08-03 09:42:52 +00:00
bouyer 5439296584 The W83781D isn't "untested" any more, thanks to Bernd Ernesti.
However the W83697HF is untested.
2000-08-03 09:29:55 +00:00
jhawk cad42d1288 Rototillage: Update the date; addition => additional; netstart => rc.d/network;
line format to .Ar syntax; .Em => .Ar; Clarify the meaning of netmask omission;
Resort FILES; Remove NOTES.
2000-08-03 03:42:23 +00:00
jeffs f907ee9f25 Document DDB_BREAK_CHAR that was added in:
sys/conf 1.381
	sys/dev/ic/com.c 1.174
2000-08-03 00:34:08 +00:00
itojun f7e4207188 add ppsratecheck(9). 2000-08-03 00:09:39 +00:00
itojun a43773b43f add a note on possible misbehavior when mininterval < 1/hz. 2000-08-02 23:51:07 +00:00
itojun 3454cf5286 add .Ed against .Bd 2000-08-02 23:43:52 +00:00
bouyer 20308fd9ad Note support for W83627HF.
I tested W83782D, so remove from "untested" section
Use ".Em" for chips references, suggested by John Hawkinson
2000-08-02 21:52:08 +00:00
bouyer a91152a3cb Document PCIIDE_CMD0646U_ENABLEUDMA 2000-08-02 21:49:41 +00:00
msaitoh d5567fbc4d sh3 port is incomplete, so add NOLINT=1 and NOPROFILE=1
(and NOPIC=1 if OBJECT_FMT==COFF)
2000-08-02 20:04:45 +00:00
pooka 4575d69b5b s/master.password/master.passwd/
from misc/10737 by Brian Stark
2000-08-02 08:17:01 +00:00
briggs 5e985516ea Update man page to include 91c1xx and nubus information. 2000-08-01 23:19:21 +00:00
briggs c90e5bd9f6 Add some basic bus_space_*stream_N documentation. 2000-08-01 23:08:56 +00:00
augustss 34119e1a6a Add midi at clcs 2000-08-01 08:19:39 +00:00
danw 601e8144d5 s/abort(2)/abort(3)/ 2000-07-31 19:30:37 +00:00
kleink 60eaf5abfb Import tzdata2000e. 2000-07-31 14:17:37 +00:00
ad 409bf2ddba Misc fixes, mostly spelling and spacing. 2000-07-31 11:45:48 +00:00
ad 8018fa46e0 Typo, one or two other nits. 2000-07-31 11:41:24 +00:00
ad 41fa923526 Missing .El before atari-specific section. 2000-07-31 11:40:04 +00:00
jdolecek c7457c964b g/c -r argument (RB_DFLTROOT is obsolete) 2000-07-30 08:36:06 +00:00
jhawk 490c966a83 Missing period at end of sentence. 2000-07-30 02:42:36 +00:00
jhawk 9888228711 We have no crash(8) or other useful documentation for crash
debugging; remove references to the former. Fixes PR 10708.
2000-07-29 17:32:47 +00:00
castor cfe48824c3 Add PUCCN option. 2000-07-28 21:38:45 +00:00
minoura 9377810f8f Several clarifications. 2000-07-28 10:27:53 +00:00
elric fe7b2d259c Removed references to Linux. And removed the section about linux_getdents
entirely, as I can not find an error message like that in the compat/osf1
source.

Addresses PR: 9060
2000-07-28 03:08:52 +00:00
bouyer 7beb4e1e50 Note W83627HF support. 2000-07-27 21:59:21 +00:00
ad 0fb0e5f170 Clean up. 2000-07-27 15:25:07 +00:00
bouyer 7b6418e7b4 Now that HPT370 works we can claim to support it. 2000-07-27 14:31:49 +00:00
augustss 8d7ff67b6a Add SEE ALSO section. 2000-07-26 22:16:56 +00:00
augustss 7173615a72 Add ofisa to SYNOPSIS section. 2000-07-26 22:14:31 +00:00
augustss 42fe39f0b6 Add an ofisa(4) man page. (Who is it that adds all these drivers, but no
man pages? :)
XXX Why are com(4), joy(4), and lpt(4) in the i386 subdirectory?
2000-07-26 22:09:45 +00:00
ad afc4006d53 Clean up, fix. 2000-07-26 17:30:59 +00:00
hubertf 66df19f794 PACKAGE_DEPENDS_WITH_PATTERNS will soon be gone, and it was never
intended to be changed by users.
2000-07-26 15:02:14 +00:00
ad b92480d646 Actually, don't bother marking wscons drivers as such - it gets messy. 2000-07-26 12:04:44 +00:00
ad 9091cf3b66 Clean up, fix. 2000-07-26 12:02:28 +00:00
ad d6ff273d1e - Xr pcdisplay(4)
- Capitalisation.
2000-07-26 11:56:15 +00:00
lukem 5ab1f61ba2 * update to match etc/rc.conf
* clean up formatting
2000-07-26 06:34:47 +00:00
lukem dbf1552526 describe rc.d/NETWORK. xref rcorder -k for keywork explanation 2000-07-26 05:29:15 +00:00
mycroft 320dc0b012 Build shared libraries on sparc64. 2000-07-26 02:21:21 +00:00
pk ed1c92951c Add man page for a new time-of-day clock driver interface. Also documents the
already existing clock_secs_to_ymdhms() & clock_ymdhms_to_secs().
2000-07-25 21:12:45 +00:00
pk ef0b35e523 Add driver man pages for Mostek MK48TXX and Intersil7170 time-of-day clocks. 2000-07-25 21:02:54 +00:00
jdolecek 1bf05ae3b1 the format without netmask is supported for compatibility only and not
specifying it is discouradged, actually
also add comments about this fact to etc/rc.d/network, for people who
don't read manpages :)
2000-07-25 18:47:28 +00:00
drochner 08694fcdcd document the screen types recently added, and use the term "former" when
referring to pcvt(4)
2000-07-25 17:22:02 +00:00
drochner 188fd24225 add wscons subdir 2000-07-25 17:18:33 +00:00
drochner 3f7dc2e7b3 find a new home for the downloadable VGA fonts which used to be
distributed with pcvt
2000-07-25 17:13:52 +00:00
is b38bba4202 Document non-US keyboard support for Shark pccons. 2000-07-25 09:56:41 +00:00
cgd 4bf5f7086b ${RPCGEN}, not hard-coded rpcgen 2000-07-25 06:29:44 +00:00
ad bcd6512016 Fix a couple of oversights. 2000-07-24 15:00:07 +00:00
ad 119ee262a5 PCVT is dead. 2000-07-24 12:26:15 +00:00
ad 57f09713dc Clean up, fix. 2000-07-24 12:17:45 +00:00
ad e5d8252acc Clean up. 2000-07-24 12:15:10 +00:00
ad b519c00ff1 - No `-compact' on lists (i.e. look like the other bus pages).
- .Tn SCSI
2000-07-24 11:58:31 +00:00
ad 6feb52fd7e Monkeys Ignite Dangerous Items. 2000-07-24 11:55:52 +00:00
ad 9f22ddd39a Install ioat.4. 2000-07-24 11:53:49 +00:00
ad ac3b4d51bc Cleanup. 2000-07-24 11:49:42 +00:00
bjh21 5a263911f5 ea(4) is now useful on arm26, so document it. 2000-07-22 23:14:38 +00:00
soda 151ba0d3a5 - describe details
- add PCIBIOS_INTR_FIXUP_FORCE

English correction by John Hawkinson <jhawk@MIT.EDU>.
Technical correction is still welcome.
2000-07-22 17:53:53 +00:00
onoe c3522fade2 fix description for WaveLAN/IEEE TUrbo 11Mbps cards.
add support for PRISM-II cards.
add a note that Gold cards accept 104bit as WEP key.
2000-07-21 17:42:16 +00:00
onoe c7d9b3db31 add a note that the PRISM-II is supported by wi(4), and adhoc,flag0
(aka WaveLAN adhoc mode) is only supported for DS radio.
2000-07-21 17:39:58 +00:00
rh d1abc048b7 Sync description of REINSTALL w/ reality. 2000-07-21 06:38:27 +00:00
rh 422152b09d Note new NO_{SRC,BIN}_ON_{FTP,CDROM} variables. 2000-07-20 13:10:04 +00:00
deberg 4c51b74b03 document the singly-linked list macros brought in last year. also
document FOREACH_*{,_REVERSE}, to be added to queue.h shortly.

random cleanups and clarifications, mostly from the freebsd queue.3
2000-07-20 03:19:18 +00:00
jhawk 1c76181197 Update Dd date.
Convert .Bls where all items are one-lime to -compact.
802.11 adds a 4th link type so s/three/four/
Mention 802.11 addition in HISTORY section
2000-07-19 17:09:00 +00:00
jhawk 2a6db15236 aliases => alias's
apostrophe rule verification from the New York Times Manual of Style and Usage
2000-07-19 16:52:16 +00:00
mrg 01875cae18 simplify previous. 2000-07-19 14:16:22 +00:00
soda 59d775afc1 sup.jp.netbsd.org doesn't require "hostbase=..." setting.
(probably other sup server should use same setting...)
2000-07-19 13:23:42 +00:00
soda a107b72108 remove "security" release, because it is obsolete.
(NetBSD is now almost export free.)
pointed out by Ken Wellsch <kwellsch@tampabay.rr.com> in current-users.
2000-07-19 13:22:31 +00:00
jdolecek 6de9bb90a4 /etc/netstart is gone, we have /etc/rc.d/network now
also note netmask is optional
2000-07-19 10:26:50 +00:00
onoe 7404d9473b add the IEEE802.11 stuff. 2000-07-19 04:35:50 +00:00
enami 0ce2dc56ef Go into the subdirectory syslogd. 2000-07-18 08:17:51 +00:00
eeh 04de183b83 Tell gas how to make PIC objects on sparc64. 2000-07-17 16:49:30 +00:00