Commit Graph

4301 Commits

Author SHA1 Message Date
jdolecek fb1a28db61 Console input may not be necessarily keyboard, adjust accordingly.
Comment out the splhigh stuff for now, it doesn't quite match current use.
2001-06-02 22:04:11 +00:00
jdolecek d005e2321e Document cnbell(), cngetc(), cngetsn(), cnpollc(), cnputc(). 2001-06-02 19:12:59 +00:00
thorpej 42fcb5772a Note that these network interfaces support hardware-assisted
TCP/IP checksumming.
2001-06-02 17:08:47 +00:00
tv 08b1b0382d Fix typo. 2001-06-02 02:22:35 +00:00
tv ca502c58a6 Add MACHINE_GNU_PLATFORM to identify as "netbsdelf" for historically a.out
platforms.  While there, allow MACHINE_GNU_ARCH and MACHINE_CPU to be
inherited from the environment.
2001-06-02 01:53:29 +00:00
tv dd70bf30ad Make "distclean" a REAL synonym for "cleandir" by actually aliasing it
in <bsd.own.mk>, rather than sprinkling it in all the .mk files (and
some Makefiles throughout the tree).
2001-06-01 17:49:32 +00:00
thorpej 8ec076e2f0 Manual page for the brgphy driver. 2001-06-01 16:57:17 +00:00
thorpej 53369113ed Add SMC 9462. 2001-06-01 01:28:28 +00:00
gmcgarry 828e6159c7 - correctly describe the usage of flags to the lock manager
- clarify terminology on shared and exclusive access to locks
- fix history
- formatting fixes
2001-05-31 21:00:07 +00:00
thorpej 532f86d0b0 Add nsphyter(4) and gphyter(4) manual pages. 2001-05-31 20:48:56 +00:00
abs db6bc3a61a {independant,indepedant}->independent 2001-05-31 10:51:21 +00:00
simonb e0a2f60020 Update a comment about OBJECT_FMT - some m68k machines are ELF too. 2001-05-31 05:04:41 +00:00
tshiozak e27636ba51 add YAMAHA UX96 and
add BUGS section (mentioning about "not tested with Standard USB MIDI devices")
2001-05-29 08:18:11 +00:00
wiz 75227d120c add TMA 2001-05-28 13:02:51 +00:00
wiz 4d186bc9fb Fix date, one xref, and some whitespace. 2001-05-28 00:50:40 +00:00
wiz d07f3a1811 regen 2001-05-27 21:18:54 +00:00
wiz 9dc74a771a Descent into man8.dreamcast. 2001-05-27 21:18:19 +00:00
wiz 0dd67e03be Add MAKEDEV.8 man page for dreamcast. 2001-05-27 21:14:28 +00:00
wiz 85df972db8 Slight formatting improvements. 2001-05-27 20:58:06 +00:00
pk e55e8b7586 Add an sbus(4) page. 2001-05-27 20:26:21 +00:00
wiz ebc7623ed8 Fix typos reported in misc/13053 by Patrick Welche.
Whitespace nit cleanup while I'm here.
2001-05-27 16:04:46 +00:00
bjh21 1bca7091cc regen 2001-05-27 12:34:47 +00:00
wiz a75a1efd23 Whitespace nits, and re-sort SEE ALSO according to mdoc.samples(7). 2001-05-24 23:54:11 +00:00
sommerfeld 4b6c6f444a Clarify specification of in4_cksum; add description of in_cksum and
in6_cksum as well as makefile goo to install links.
2001-05-24 14:04:41 +00:00
wiz b50a4f2bbb Minor fixes (whitespace, Nm -> Fn, punctuation, sort SEE ALSO). 2001-05-23 18:49:59 +00:00
sommerfeld 8c436a8524 Add in4_cksum 2001-05-23 15:59:58 +00:00
sommerfeld 876730ad99 preliminary man page with rough spec for what this function should do.
(XXX should also include in_cksum, in6_cksum).
2001-05-23 15:58:41 +00:00
bouyer 3ab3c1bb26 Add a note about scsipi_channel_thaw() and command ordering. 2001-05-23 15:56:48 +00:00
mjacob a842e90102 Document the two sd config options (SDRETRIES, SD_IO_TIMEOUT) 2001-05-22 22:59:38 +00:00
thorpej 9a53d8f0aa Add the D-Link DGE-500T to the list of cards that use the gsip driver. 2001-05-22 14:39:02 +00:00
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
wiz fe296233cb Formatting improvements. 2001-05-04 10:51:47 +00:00
minoura 72793ac82e Correct a typo, closing port-x68k/12827. 2001-05-04 10:48:18 +00:00
lukem cc3f6237fc enhance description of placeholder scripts and default arguments 2001-05-04 03:22:23 +00:00
drochner dfd2b177e1 Add keymap file for "swedish keyboard with national characters mapped
to ASCII counterparts".
Addresses the last part of PR kern/8456 by Michael Eriksson.
2001-05-02 15:08:35 +00:00
minoura 7af4ca44e4 vs(4) manual page. 2001-05-02 13:21:56 +00:00
itojun e95e75d3bf no security drawback -> less security drawback 2001-05-02 06:24:38 +00:00
itojun ceae678967 mention that IFF_LINK0 does not make a perfect protection. sync with kame 2001-05-02 05:59:02 +00:00
martin 64ad5ed3c3 Add SOB. 2001-05-01 19:55:20 +00:00
minoura 377398dffd yds(4) will appear in 1.5.1. 2001-05-01 11:56:48 +00:00
mycroft 4f580ad7ba Add WAG and EWAG. 2001-04-30 19:54:04 +00:00
jhawk 3e0f915127 Remove refernece to nonexistant vfs_shutdown(9), per
kern/4901
2001-04-29 19:18:20 +00:00
jhawk 2387d49806 Remove nonexistant references to ifattach(9) and *_ifattach(9),
per PR kern/4901.
2001-04-29 19:17:22 +00:00
jhawk 6a342ecfe5 Remove reference to nonexistant boot(9). ADdresses PR
kern/4901.
2001-04-29 19:14:09 +00:00
jhawk 6de3c7fef6 Comment out references to hz(9) and hardclock(9). It'd be nice
if someone wrote them, but let's not reference them until they are
written. Addresses PR kern/4901.
2001-04-29 19:12:20 +00:00
tron 5961b7a2e1 Add description of "PERL5_REQD". 2001-04-29 05:56:20 +00:00
garbled 337e8af6f6 Add a new sushi menu, system/localtime. This menu will allow the user to
set his /etc/localtime file.  It's functionally similar to the option in
sysinst.
2001-04-29 04:53:05 +00:00
itojun fce23b0ae4 correct outbound outer IPv4 destination address selection.
IFF_LINK0 disables inbound path, removes security worries.
more examples in manpage.
2001-04-29 03:56:06 +00:00
bjh21 32f9842307 Regen. 2001-04-28 17:47:36 +00:00
jdolecek ed9c0f0fd1 document MCA le(4) SKNET ethernet driver 2001-04-27 18:05:22 +00:00
dmcmahill d425d2297d add support for building shared libs from fortran sources. Works correctly
with the default of 'f77' as the fortran compiler or using the 'f2c-f77'
script from pkgsrc (selected by overriding the FC variable)
2001-04-27 17:04:39 +00:00
jdolecek 46f548d519 Document ltsleep(9). Feel free to improve if you wish. 2001-04-27 07:54:23 +00:00
wiz 40e50a25db Now we know: Appeared in 1.5.1. 2001-04-26 13:35:35 +00:00
wiz d36c721835 Fix tulip reference, noted by Havard Eidnes. 2001-04-26 09:36:26 +00:00
kleink 73cf862d26 While we're here, add Erlangen, Germany. 2001-04-26 08:50:00 +00:00
garbled 90913cfc01 Add the sysctl form to the system menu. This will allow users to both set
sysctl's interactively, and save them in /etc/sysctl.conf.
2001-04-26 02:44:46 +00:00
garbled 221495cc86 Add the entire "processes" menu. This will allow
starting/stopping/showing/restarting of things in /etc/rc.d.  Also add a
few quick top(1)-like utilties just to round the menu off.
2001-04-26 02:26:16 +00:00
wiz 4f29714248 Update and add some Austrian prefixes. 2001-04-25 22:35:47 +00:00
garbled 698e76a512 Fix a bunch of makefiles that prove that I cannot count the right number of
..'s
2001-04-25 18:32:01 +00:00
cjones 875a9af487 Add references for mount(8), mount_filecore(8), mount_ntfs(8), and
mount_overlay(8).
2001-04-25 16:34:46 +00:00
kleink 72eb13ae2a Tyop poleece. 2001-04-25 12:38:20 +00:00
bjh21 5a25454f00 Fix typo: maching -> machine 2001-04-25 12:05:24 +00:00
tron 1b0bc07d26 Add placeholder for missing "Makefile.inc". 2001-04-25 10:31:30 +00:00
mjl 6dd766a2b6 Fix typo and missing word. PR/12744 by Gael Queri. 2001-04-25 08:53:31 +00:00
garbled 021ccd864a Oops.. fix the makefile to decend down the networking tree. 2001-04-25 04:05:04 +00:00
garbled 9b603a2514 Whew. Add an entire networking configuration tree for sushi. This gives
sushi the ability to do the following tasks:
Edit /etc/exports
Edit /etc/hosts
Change the hostname
Modify NIC configuration
Change the default route
Setup YP/NIS.
2001-04-25 03:43:25 +00:00
simonb a69a3cc5ec Spell occurred correctly. 2001-04-25 02:19:48 +00:00
gmcgarry 4288d3f1e6 Minor punctuation corrections. 2001-04-24 04:29:33 +00:00
thorpej 25d921464e Add a manual page that describes the pmap(9) API and the requirements
of a pmap module.

Many thanks to Bill Sommerfeld for reviewing the document for me.
2001-04-24 02:55:34 +00:00
garbled 85b2082906 Actually define $BIGLIST, and fix the logic a bit. 2001-04-23 09:07:49 +00:00
wiz 2eef3cf67b Update to latest tariff change. 2001-04-22 22:17:40 +00:00
wiz 11aa81d3ba Update for 2001, and some typo fixes; some commented out additional
holidays depending on where exactly you live.
2001-04-22 22:15:43 +00:00
wiz d00466173d RCS Ids 2001-04-22 22:10:54 +00:00
jdolecek 801a1701ef Driver is now quite intoxicated, do remove the 'experimental' sentence.
Note lack of support for machines with >16MB (DMA buffer bouncing
is not implemented yet).
2001-04-22 19:11:32 +00:00
bjh21 9aba6e0cc4 Add arcpp. 2001-04-22 15:03:22 +00:00
pooka deaad9bd51 Clarifications and minor modifications.
inspired by comments from Matthew Green
2001-04-22 15:00:17 +00:00
fvdl c20e370b1f Note that the DIAGNOSTIC option will decrease performance. 2001-04-21 20:51:18 +00:00
jdolecek f59f3f6ce4 Add a hack to install i386/ed(4) link to edc(4) manpage. This seems
to work okay and doesn't have any install ordering problems.
2001-04-21 16:54:05 +00:00
jdolecek 99ede4555d one more s/dasd/edc/ 2001-04-21 16:51:29 +00:00
jdolecek 341bd27743 add info about when this driver appeared and add warning BUGS section
noting this driver is experimental and under development
2001-04-21 16:46:32 +00:00
wiz 0f1257e6a3 Add arch to Dt. 2001-04-21 14:45:12 +00:00
wiz 882728f711 Fix arch in Dt, whitespace nits. 2001-04-21 14:40:57 +00:00
wiz ea043b4b71 Add arch to Dt, whitespace fixes; Nm doesn't need an argument. 2001-04-21 14:40:03 +00:00
wiz be99f8cf1c Add arch to Dt, Nm doesn't need an argument, and punctuation fixes. 2001-04-21 14:38:53 +00:00
wiz 0a7899aaff Add arch to Dt. 2001-04-21 14:34:42 +00:00
wiz a2992e2d63 Add arch to Dt, and spelling. 2001-04-21 14:33:39 +00:00
wiz c180af535e Fix arch in Dt, and spelling. 2001-04-21 14:32:27 +00:00
wiz b1ebd6234d fix arch in Dt 2001-04-21 14:31:39 +00:00
wiz 25fa457d17 Add arch to .Dt. 2001-04-21 14:31:03 +00:00
wiz 98aa993908 Misc fixes: date, whitespace, arch to .Dt, punctuation. 2001-04-21 14:30:18 +00:00
wiz e650b07ec0 Uppercase Dt, Nm doesn't need an argument, whitespace fixes, spelling. 2001-04-21 14:25:03 +00:00
wiz b5e2bc1192 Add arch to Dt, Nm doesn't need an argument, whitespace fixes, spelling. 2001-04-21 14:23:16 +00:00
jdolecek 583f68be2c update prototype for uvm_map_pageable()
XXX there are probably more things which need an update here
2001-04-21 08:34:11 +00:00
jdolecek 4475e78cfe fix typo 2001-04-21 08:22:44 +00:00
jdolecek 54f4c1e1f2 add com(4) 2001-04-20 16:08:46 +00:00
jdolecek 07a8d8c9db put com* at mca? where it alphabetically belongs in SYNOPSIS 2001-04-20 16:08:16 +00:00
jdolecek 97bcf9d7d7 until I find better way, don't mess with ed(4) link to edc(4) 2001-04-20 11:25:05 +00:00
tron d34bc24bd8 Correct link target: dasd(4) is called edc(4) now. 2001-04-20 10:08:01 +00:00
jdolecek 57129fea9b update manpage date and remove sentence about driver being under development 2001-04-20 09:47:41 +00:00
jdolecek 2942e43fe8 Merge arm32-specific bits of com(4) manpage to i386 com(4) manpage
and form a MI com(4) manpage.
2001-04-20 09:35:56 +00:00
jdolecek 52b86ff448 note MCA attachment 2001-04-20 07:40:54 +00:00