Commit Graph

4171 Commits

Author SHA1 Message Date
jhawk e75dca2946 s/First appeared in 1.5/First appeared in 1.6/ 2001-05-22 04:27:38 +00:00
jhawk 6a9d72f10a List the IOGEAR UC-232A (aka G-UC232A) USB/Serial adapter. 2001-05-22 00:21:25 +00:00
hubertf 6bd8e37563 add some variables related to bin-install 2001-05-20 03:08:31 +00:00
jdolecek 16624f841d Use EAGAIN instead of EWOULDBLOCK. The actual numeric value is
same, but EAGAIN is the posixly correct name.
Addresses misc/12960.
2001-05-19 17:23:39 +00:00
thorpej eb4cb80b6c Add manual pages for the sip(4) and gsip(4) Ethernet drivers. 2001-05-18 02:05:20 +00:00
christos 4802a48290 PR/12956: Grant Beattie: Explain how to copy the timezone files so that
programs run in the proper timezone
2001-05-16 14:27:58 +00:00
perry 2ce3ea6b4e systm.h says these take const void * parameters 2001-05-16 03:54:24 +00:00
perry 6aea3cdfa2 fuword returns a long, according to systm.h 2001-05-16 03:52:58 +00:00
ross 9e29c475eb english 2001-05-15 18:35:38 +00:00
ragge e6c2493045 Explain why this device is "dangerous". 2001-05-15 13:05:08 +00:00
jdolecek 2fa8f0b58b Fix the example to include leading ':'.
Fixes bin/12396 by Jim Bernard.
2001-05-14 14:55:29 +00:00
itojun 498fdebcd7 drop multi destination mode (IFF_LINK0). 2001-05-14 13:35:20 +00:00
sommerfeld c93ef42f8b Mark "dependall" rule with .MAKE since it invokes a sub-make. 2001-05-14 03:20:10 +00:00
jdolecek d4ede5e1e5 Remove the BUGS section about 3c529. Kernel without DEBUG/DIAGNOSTIC
does 800KB/s on the same 386DX with the same ftp test. Wow.
2001-05-13 20:26:21 +00:00
chs bef49778fd next68k is now ELF. 2001-05-12 22:38:04 +00:00
hubertf b05ee69a95 Add pool_init.9 2001-05-12 18:07:20 +00:00
wiz c3d0c0f680 Refer pmap(9), not pmap_init(9). 2001-05-12 17:10:05 +00:00
wiz fe1228d3e1 Fix description of simple queue. misc/12917 by Witold J. Wnuk with an
additional 'of '.
2001-05-12 16:04:51 +00:00
wiz 8e719cd2b4 Add RCS tag. Whitespace and formatting fixes.
Move 'flag' lines later in the paragraphs, since they are not needed on
NetBSD.
2001-05-12 14:14:26 +00:00
tsutsui 046fdd7449 Add a manual page for osiop(4). 2001-05-12 14:06:30 +00:00
wiz 127d1e092c Fix SYNOPSIS, and some other (mostly markup) improvements. 2001-05-12 13:21:44 +00:00
bouyer 5763505fe1 Note AMD 756 and 766 support. 2001-05-11 10:05:36 +00:00
bouyer b020fbe1ef Update for VIA changes in pciide. 2001-05-11 09:56:24 +00:00
bouyer 8e5cb805e8 Manual page describing interface between scsipi middle-layer and host bus
adapters.
2001-05-11 08:51:15 +00:00
eeh a4842c1b74 Install the cnmagic(9) manpage. 2001-05-11 02:35:06 +00:00
he 6733f52378 Say that this appeared first in NetBSD 1.5.1, now that we know. 2001-05-09 22:24:14 +00:00
he 373dab9b45 Add reference to awacs(4). 2001-05-09 22:20:02 +00:00
he ba916bda10 Note in the title that this is a macppc specific manual page. 2001-05-09 22:16:12 +00:00
he a274aeecde Add a minimal manual page for the macppc awacs device driver. 2001-05-09 22:14:38 +00:00
he 4157e5dc26 Um, remove one duplicate. 2001-05-08 21:55:37 +00:00
he 041691fe87 Update to show all the card/chip variants we currently support
in this driver.
2001-05-08 21:48:14 +00:00
wiz b181f25b89 mdoc'ify. 2001-05-08 17:06:20 +00:00
sommerfeld 263f3e581d Suppress duplicate entries in ALLFILES, FILES, INCS, DEPINCS, INFOFILES,
NLSALL, CATPAGES, MANPAGES, HTMLPAGES, and SCRIPTS.
2001-05-08 03:19:51 +00:00
jdolecek 9e29be957a Move splched() prototype under splserial() in SYNOPSYS, so that the
entries are sorted by priority correctly.
2001-05-07 17:59:41 +00:00
jdolecek 8a0e6e297a Add hungarian iso8859-2 keymap, provided by Ferenc Kulcsar in misc/11457. 2001-05-07 16:47:57 +00:00
jdolecek 683024fb41 Add koi8-r-oriented keymap, submitted by Sergey Svishchev in misc/10976. 2001-05-07 16:37:34 +00:00
wiz 7da30c83ac Change xref for vmstat(8) to vmstat(1).
Whitespace, punctuation and spelling fixes while I'm here.
2001-05-06 23:48:31 +00:00
ad ae9cc4fa8a Add an (untested) EISA front-end for the `mlx' driver. 2001-05-06 19:54:59 +00:00
ragge e120be75de Update manpages to reality. 2001-05-06 17:48:14 +00:00
wiz a9c0a3dd4a Install ld.so man page (linked to rtld) that points to ld.aout_so and
ld.elf_so (not yet existing).
2001-05-06 13:58:24 +00:00
wiz f4a9b81a28 Fix indefinite article, and add .Xr for intro(9). 2001-05-06 13:39:22 +00:00
wiz ccb6f40539 Improve usage of `comprise' according to Webster and misc/10893
by Jim Bernard.
2001-05-06 12:29:18 +00:00
wiz 93ac73bf52 Lots of formatting fixes by John Franklin in misc/10078, and some of my own. 2001-05-06 12:03:39 +00:00
wiz 7632b5a399 Remove example file for sup.uk.netbsd.org, since that hasn't existed in
over two years. Addresses misc/10884 by David Brownlee.
2001-05-06 10:04:58 +00:00
gmcgarry a2bcb1b5a1 Fix format, add history and cross references. 2001-05-06 05:16:15 +00:00
gmcgarry 8a43d56a88 pmap(9) does exist now 2001-05-06 04:46:54 +00:00
hubertf 1cefc73ed6 Mention 802.1Q is an IEEE norm 2001-05-05 00:19:45 +00:00
ross d9b63622be xref fpgetmask(3) and fpsetmask(3) 2001-05-04 21:02:27 +00:00
drochner c8febad9e7 describe the new "encoding" and "mapfile" keywords. 2001-05-04 12:00:20 +00:00
wiz b8f7007ccd Whitespace and punctuation nits. 2001-05-04 10:51:57 +00:00