lukem
5d37ffa7eb
fix the the typos
1996-11-10 23:58:22 +00:00
leo
e285606c68
mouse configuration, by Thomas Gerner.
1996-11-06 13:38:12 +00:00
lukem
b2fad7ebc5
initial nsswitch implementation
1996-11-06 00:16:27 +00:00
mikel
22b8efd65d
translate to -mdoc (mostly from hp300 version)
...
update with new devices, RCSID police
fixes PR port-i386/1453.
1996-11-05 05:18:01 +00:00
lukem
11ca454b56
parameter names in (t)sleep() for identifier should be 'void *ident'
...
not 'void *indent' for consistency with wakeup() and with its use.
1996-10-30 05:32:10 +00:00
lukem
e0a2103855
fix typo
1996-10-30 05:29:54 +00:00
explorer
30614c6447
Reference the cd, sd, and st man pages
1996-10-22 21:40:48 +00:00
perry
3ea4778cd7
Add options(4), and re-jigger the MAN and SUBDIR lines in the file.
1996-10-21 00:00:05 +00:00
perry
c72a1ab8ba
Initial commit of the options(4) man page, which documents machine
...
independent options available during kernel configuration. The man
page is still incomplete, but there is enough in it that it should be
in the repository. Next on the list: port specific versions of this
page.
Many thanks to the cast of thousands who helped contribute text for
this.
1996-10-20 23:58:12 +00:00
explorer
372fde2053
Add correct copyright
1996-10-20 23:15:21 +00:00
explorer
334d950e16
Update bt.4 -> bha.4 change; closes pr port-i386/2862 with slightly different
...
wording
1996-10-18 19:16:47 +00:00
explorer
8e51deab33
rename bt.4 -> bha.4; part of pr port-i386/2862
1996-10-18 18:45:45 +00:00
thorpej
150c33e60b
Use ${INSTALL}.
1996-10-18 05:55:26 +00:00
gwr
52ddd70542
Clarify the description of return values, and add a BUGS section
...
describing the ambiguity of -1 error return from fuword().
1996-10-17 14:27:06 +00:00
thorpej
4ae1b44967
Sync with the extent map implementation; just document the new
...
flags.
1996-10-17 08:33:42 +00:00
perry
5a052c072b
removed because we have no tahoe port
1996-10-17 03:12:23 +00:00
perry
d58a2df20d
removed tahoe refs because we have no tahoe port
1996-10-17 03:09:33 +00:00
perry
3a22f309b4
removed because we have no tahoe port
1996-10-17 03:06:18 +00:00
perry
bb844a2ce8
Close 2831, which noted that the man page is confusing. I have edited
...
it slightly differently than Mike originally suggested after
consulting with him and others.
1996-10-16 17:20:30 +00:00
explorer
cb26706296
Add st.4, edited by Jon Buller <jonb@metronet.com>
1996-10-16 03:13:11 +00:00
explorer
c7e5d61562
add NetBSD rcsid and note that the copyright is unknown.\ (these came from FreeBSD without a copyright...)
1996-10-16 03:12:02 +00:00
mark
775a2602ec
Minor tweaks and corrections.
1996-10-15 23:59:49 +00:00
mark
b671332822
RCS Id police.
...
Updated the see also fields for new drivers.
1996-10-15 23:57:38 +00:00
mark
4e86f2555a
Updated for new additions.
1996-10-15 23:53:48 +00:00
mark
f0e7c32b28
Commit of overdue manual pages for some of the recent device drivers.
1996-10-15 23:53:19 +00:00
perry
874334d1a3
document Nx (NetBSD) macro
1996-10-15 20:15:33 +00:00
explorer
12de309c05
Update the config file line to what is currently used,
...
RCSID police,
and document that the device spits out the busmouse protocol. Also,
add some information on the busmouse protocol itself.
1996-10-15 19:07:37 +00:00
fvdl
03d18700cb
Note that nsswitch.conf is needed on newer Linux systems; document that
...
pathnames pointed to by symlinks are not resolved through /emul/linux.
From Bob Baron.
1996-10-15 11:41:09 +00:00
leo
d548c05876
Fix typo.
1996-10-15 09:16:20 +00:00
leo
c22aea7778
Be a bit more exact about when the bootloader decides to start NetBSD.
1996-10-15 09:14:32 +00:00
explorer
c2d9a57948
Add a missing quote ; closes pr misc/2832
1996-10-11 14:53:03 +00:00
explorer
f73d65b2ae
add rcsid tag
1996-10-09 17:21:27 +00:00
explorer
3e8ed4be5a
add copyright and netbsd rcs tag
1996-10-09 17:20:04 +00:00
explorer
c2e313743d
Change a few minor formatting nits
1996-10-04 02:03:14 +00:00
explorer
61e39d8748
Document the other minor bits for this driver. This needs to be updated
...
once again when the /dev/lpt* characters for these are chosen
1996-10-04 01:58:58 +00:00
cgd
e99f8a7ce2
document that EXEC_AOUT and EXEC_ELF{32,64} need to be specified a kernel
...
options to get support for those executable types. (Actually, EXEC_ELF64
isn't supported by these emulations yet, but in theory, eventually, it
should work, so i've documented it.)
1996-10-02 05:23:02 +00:00
cgd
ed72b85031
add and document *_HEAD_INITIALIZER macros, which provide structure
...
initializers which can be used to initialize list/queue heads at
compile time.
1996-10-01 22:45:06 +00:00
abrown
8d69359e1b
Add *minimal* man page for cgfourteen framebuffer
1996-10-01 03:50:27 +00:00
ghudson
f48afa5735
Install mrg's pfil man page, which he forgot to have installed.
1996-09-24 07:33:08 +00:00
ghudson
126dd6897b
Correct a typo: sc_dk in a softc structure should be a struct disk, not
...
a struct disk *, at least as used in the example.
1996-09-24 07:18:44 +00:00
ghudson
1369a02a4b
Document bootstr parameter added by mrg a little while ago.
1996-09-24 07:01:26 +00:00
ghudson
c8301c319b
Install extent.9 and symlinks for each of its functions.
1996-09-24 06:46:03 +00:00
ghudson
e3d475e885
Describes the extent manager introduced in NetBSD 1.2A.
1996-09-24 06:03:12 +00:00
perry
540ba41249
.Nm LKM -> .Nm lkm, per C.G.D.'s request.
1996-09-06 17:20:28 +00:00
mrg
506716a5c9
add pfil manual page.
1996-09-06 05:27:47 +00:00
christos
f55b6167dc
Fix the list of things that do not work and expand a bit on the bugs section.
1996-09-01 16:32:09 +00:00
thorpej
0794023752
RCS id police.
1996-08-30 17:43:56 +00:00
thorpej
7b7f3edb96
Oops, missed one.
1996-08-29 02:28:53 +00:00
thorpej
10ccf63e49
Add a missing `\'.
1996-08-29 02:27:14 +00:00
jtk
b86b695240
add Advanced Power Management driver
...
Includes bootstrap support from FreeBSD (Tatsumi HOSOKAWA and <ukai>)
1996-08-25 23:38:57 +00:00