Commit Graph

4693 Commits

Author SHA1 Message Date
gmcgarry
00cd9b0c12 Fix formatting glitch. 2001-09-30 22:58:57 +00:00
gmcgarry
7899a89c25 Remove references to the multifunction cards since it looks they're
not going to be fixed anytime soon.
2001-09-30 22:53:25 +00:00
wiz
f98dcf7b4d Remove a 'the'. 2001-09-30 00:04:29 +00:00
wiz
a793b3fba0 Sort sections, sort SEE ALSO, standardize section name, improve formatting
in one place, and remove some trailing whitespace.
2001-09-30 00:02:03 +00:00
augustss
26ecd802c0 Remove out-of-date section. 2001-09-29 23:51:33 +00:00
jdolecek
20a3387bdb don't include explicit -e for modload in 'load' target - it's redundant
This addresses bin/4701 by Hauke Fath, but does opposite thing than
suggested there.
2001-09-29 20:10:07 +00:00
augustss
45a83b31a6 Xref esl(4). 2001-09-29 19:39:51 +00:00
augustss
f75a223c4e Add the esl driver. 2001-09-29 18:46:16 +00:00
mrg
f0cf28bfaa enable a toolchain for the sparc64. 2001-09-26 12:45:56 +00:00
tv
84a997640e Set .NOPATH on program to build to make sure it goes in .OBJDIR.
Problem noted by <seebs@plethora.net>.
2001-09-25 02:19:26 +00:00
tv
63e11416cf Add STRIP to the environment of binstall, to use proper strip at install
time.  Noted by <jepeway@blasted-health.com>.
2001-09-25 01:43:35 +00:00
tv
e7bc3de221 Add mssed commit that sets USETOOLS=no if BSD_PKG_MK is set. Noted by erh. 2001-09-25 01:04:35 +00:00
hubertf
9c540fd029 Fix some typos,
submitted in PR 14053 by Michael K. Sanders <msanders@confusion.net>
2001-09-24 12:15:11 +00:00
lukem
13a5c8134c fix previous (hi thor!) - $OBJS and $CLEANFILES might be empty, and
rm needs some files to delete...
2001-09-24 09:18:05 +00:00
tls
38809e7a94 Split "cleanprog" target apart: now you can zap only object files or
CLEANFILES (needed to fix crunchgen lossage).
2001-09-24 01:04:32 +00:00
manu
db17f39501 Added Mips to COMPAT_LINUX 2001-09-22 21:35:31 +00:00
wiz
6babc456e2 Fix some nits. 2001-09-22 16:46:41 +00:00
wiz
f70c916c87 Remove some trailing space, and some punctuation nits. 2001-09-22 16:39:25 +00:00
wiz
ac61c2aac2 Sort sections, sort SEE ALSO, paragraph fixes and misc. improvements. 2001-09-22 16:36:21 +00:00
ad
30951ed237 Add manual page for dpti. 2001-09-22 16:29:33 +00:00
wiz
a52af0ae72 Sort sections, sort SEE ALSO, paragraph and misc. fixes. 2001-09-22 16:21:42 +00:00
wiz
c0e0bf4913 Sort SEE ALSO, and paragraph fixes. 2001-09-22 16:03:58 +00:00
wiz
f89a29f2fe Sort SEE ALSO, sort sections, drop some .Pp, misc. markup improvements. 2001-09-22 15:58:13 +00:00
chs
62378d7238 add some tunables from vmparam.h. from Greg Woods in PR 9068. 2001-09-22 08:43:28 +00:00
tv
aea7f2e0d5 Move the definitions of host tools from Makefile.tools to <bsd.own.mk>.
Turn on USE_NEW_TOOLCHAIN explicitly on i386.  (See current-users or
tech-toolchain for the heads up announcement and tech details.)
2001-09-22 05:45:50 +00:00
chs
afb591ce4d describe UVMHIST* options. 2001-09-22 05:38:30 +00:00
tv
cda4a8d07c The -m option is automatically propagated by make(1). Don't add yet more
(possibly wrong) `-m' options; this will only make MAKEFLAGS bigger and
bigger with each recursion.
2001-09-22 05:01:26 +00:00
wiz
7511ab2515 Sort SEE ALSO, sort sections, some markup improvements, some more common
section headers.
2001-09-22 01:44:54 +00:00
wiz
759f600d81 Sort SEE ALSO, sort sections, and slight markup improvements. 2001-09-22 01:39:12 +00:00
wiz
2bf6410a1b Sort SEE ALSO, sort sections, use slightly more standard section
names in some cases, drop some .Pps, improve markup in some places.
2001-09-22 01:34:47 +00:00
wiz
dae373813a Sort SEE ALSO, sort sections, some minor markup changes. 2001-09-22 01:22:48 +00:00
wiz
0c1cb3c84a Sort SEE ALSO, add .An. 2001-09-22 01:16:15 +00:00
wiz
a993669d57 Sort SEE ALSO, sort sections, drop some .Pp, and improve markup in some
places.
2001-09-22 00:57:40 +00:00
ad
50d6ecf7c0 Xref pxg. 2001-09-21 23:53:52 +00:00
ad
fcf00dcc00 Add `dpti', which is an I2O vendor extension implementing the DPT/Adaptec
control interface. This makes it possible to run the Linux versions of
dptmgr, raidutil, dptelog and other tools under NetBSD.
2001-09-21 23:44:19 +00:00
tv
afb7305f59 Skip the "includes" phase of examples, man, and sushi. 2001-09-21 20:54:02 +00:00
tv
6abadb2b98 Allow for recursion speedups by predefining rules for large subtrees which
don't need to run a particular target (such as "includes-games" at top level,
or "includes-sushi" at share/).
2001-09-21 20:50:23 +00:00
ad
d7dfccde8e Tweak tc fb manual pages. 2001-09-21 17:34:57 +00:00
tv
b868449232 Since SHLIB_MAJOR may be set even in a MKPIC=no situation, make sure that
print-shlib-* targets only print stuff if MKPIC=yes.
2001-09-21 15:25:49 +00:00
tv
e949020a8e If SHLIB_MAJOR is explicitly set in a Makefile, don't even look for a
shlib_version file.  (Part of a larger change which will also update
checkver to deal with this, and migrate old makefiles to include
SHLIB_MAJOR/SHLIB_MINOR.  For now, just add the hooks so that the old
gnu/lib toolchain libraries can use this as a workaround.)
2001-09-21 15:16:09 +00:00
gmcgarry
f88c68749e Add missing pages for NetBSD/alpha and co-ordinate pages between
NetBSD/alpha and NetBSD/pmax.  Some other minor fixes.
2001-09-21 09:11:40 +00:00
yamt
e3e2c79c64 fix section. 9 -> 4 2001-09-20 12:34:28 +00:00
gmcgarry
3f18bafb61 Don't cross-reference ourself. 2001-09-19 06:03:59 +00:00
wiz
cc5a2e9490 s/^$/.Pp/ 2001-09-19 01:05:54 +00:00
wiz
0660415526 Sort sections. 2001-09-19 01:05:38 +00:00
wiz
f71c56504c Sort SEE ALSO, sort sections, drop some .Pp, improve markup. 2001-09-19 01:03:43 +00:00
wiz
6e6eb0e860 Sort SEE ALSO, sort sections, drop unnecessary .Pps. 2001-09-19 00:52:12 +00:00
wiz
f228785e54 Sort SEE ALSO, sort sections, drop unnecessary .Pp and replace some
empty lines by .Pp. Slightly improve markup in some places.
2001-09-19 00:49:55 +00:00
ad
1bdee7b3c6 Create stic devices. 2001-09-18 19:58:41 +00:00
jdolecek
2c07dd9842 Include arch in .Dt. From bin/8737 by Danny Thomas. 2001-09-18 18:46:39 +00:00
wiz
9fa0b17629 Give initiali[sz]e all the "i"s it deserves. 2001-09-18 18:15:49 +00:00
onoe
7dda9dc3c2 Add -compact for HARDWARE.
Add text to describe flag0 mediaopt for infrastructure mode which
supports old Melco AP.
Modify DIAGNOSTICS message to follow source.
Delete BUGS, the driver now supports IBSS creation.
2001-09-18 09:19:31 +00:00
jdolecek
57aa6ebe00 Add some necessary #include statements. Fix provided by Lloyd Parkes in misc/13779 2001-09-17 19:35:21 +00:00
jdolecek
dfacfc6515 xref agp(4). Addresses misc/11749 by Hubert Feyrer 2001-09-17 19:23:40 +00:00
mycroft
4a379469f5 Use -O2 on PowerPC. 2001-09-17 12:28:14 +00:00
chris
a41363209a Arm doesn't do ELF by default yet. Should fix PR 13973. 2001-09-16 18:50:29 +00:00
wiz
456dff6cb8 Spell 'occurred' with two 'r's. 2001-09-16 16:34:23 +00:00
wiz
15b74fd8b8 Add libhesiod. 2001-09-16 15:51:03 +00:00
wiz
892e770b1b regen (clockctl) 2001-09-16 10:22:08 +00:00
uwe
571e595ff4 Fix duplicate "is is". 2001-09-15 23:57:33 +00:00
wiz
e2a68e27e6 regen (ss, uk, ch, pci) 2001-09-15 18:34:42 +00:00
wiz
d2a6e07fa5 regen (+pci,+agp) 2001-09-15 10:53:30 +00:00
wiz
d462b26208 regen (typo fix) 2001-09-15 10:53:17 +00:00
wiz
943584f5dc regen (pci) 2001-09-14 21:42:54 +00:00
itojun
307dd4bc9d adjust -width for .Bl 2001-09-14 06:30:56 +00:00
jlam
6e2d1d87cf Document the new Motif-related variables. Deprecate USE_MOTIF in favor of
including motif.buildlink.mk, which contains more sophisticated and
complete logic for detecting the various Motif options that may be
installed.  Though deprecated, USE_MOTIF is still recognized, though it
does no more than include motif.buildlink.mk.
2001-09-14 01:52:39 +00:00
gmcgarry
3a9c46ef7c Minor description clarification. 2001-09-13 23:37:48 +00:00
thorpej
913b93d749 Add LIBPCI. 2001-09-13 23:23:26 +00:00
thorpej
0f4b374296 Add libpci. 2001-09-13 23:21:49 +00:00
wiz
544ad3afa0 regen for new hp300/apci(4) 2001-09-13 22:55:12 +00:00
wiz
cd060c6c72 regen (pci) 2001-09-13 22:54:24 +00:00
briggs
94a1fb639f Correct the return value description for config_found_sm().
Talk about return values for config_attach(), too.
2001-09-13 21:41:01 +00:00
atatat
28b7bb87a2 Add mention of the _IO() ioctl type: ioctls that just frob something
in the kernel, but don't copy anything in or out.
2001-09-13 17:19:55 +00:00
itojun
18dd17006b document insecure[12]. 2001-09-13 11:07:48 +00:00
enami
530db27088 Append to MLINKS instead of overwriting it. 2001-09-13 05:11:08 +00:00
wiz
c81d1dfd39 Sort sections, sort SEE ALSO, and some formatting improvements. 2001-09-12 18:35:28 +00:00
wiz
022de48858 Sort sections, sort SEE ALSO, remove some unnecessary .Pp, and some
other fixes.
2001-09-12 18:19:16 +00:00
gmcgarry
044635794c Update for r4000, 5100, and bba support. 2001-09-12 05:34:39 +00:00
wiz
9c2315c5c5 Fix paragraph problems, sort sections, sort Xrefs in SEE ALSO, and other
miscellaneous fixes.
2001-09-11 23:18:55 +00:00
wiz
350b00b938 Boring whitespace fixes. 2001-09-11 22:52:52 +00:00
wiz
160f98f624 Punctuation nit. 2001-09-11 22:46:50 +00:00
bjh21
36d01b048b Manual page for eca. Not much more than a list of error messages, but it's
better than nothing.
2001-09-11 18:16:12 +00:00
wiz
44462eb289 Whitespace, paragraph, punctuation, citation fixes. Sort sections. 2001-09-11 17:54:20 +00:00
wiz
2cf03896ac Whitespace&punctuation fixes, sort SEE ALSO, sort sections, drop .Pp's,
swap empty lines for .Pp's.
2001-09-11 17:39:00 +00:00
wiz
86fa100c43 Punctuation fix. 2001-09-11 16:53:14 +00:00
wiz
c412168bcf Drop unneeded empty line. 2001-09-11 16:52:42 +00:00
gmcgarry
7533e86fcf Overhaul of HP300 documentation:
- improve cross-referencing
- pages for recent drivers
- use correct driver names
2001-09-11 06:30:02 +00:00
uwe
be7ed09a36 Fix quotes for `time-of-day'. 2001-09-11 05:41:37 +00:00
wiz
0c2e5eb7eb Punctuation fixes. 2001-09-11 01:25:53 +00:00
wiz
3283c51072 Drop superfluous .Pp. 2001-09-11 01:25:39 +00:00
wiz
4577a82c45 Drop superfluous .Pp, punctuation fix. 2001-09-11 01:25:14 +00:00
wiz
63b5c68cd4 Drop superfluous .Pp's, punctuation fixes, improve citation. 2001-09-11 01:24:47 +00:00
wiz
89deca2505 Drop superfluous .Pp. 2001-09-11 01:22:51 +00:00
wiz
3d6ca24ddb Boring whitespace fixes. 2001-09-11 01:18:14 +00:00
wiz
5aa5c17625 Empty line -> .Pp. 2001-09-11 01:17:24 +00:00
wiz
2a3e3930e4 Boring whitespace fixes. 2001-09-11 01:02:18 +00:00
wiz
42704c41c9 Sort SEE ALSO correctly; trade empty lines for .Pp; drop superfluous .Pp's;
correct oder of sections; even comment in some .Xr's in one case.
2001-09-11 01:01:56 +00:00
wiz
915147e7d3 Correct section order. 2001-09-11 00:36:57 +00:00
wiz
6909a9ca7e Correct section order, and delimit cross references in SEE ALSO section by
commas.
2001-09-11 00:36:44 +00:00
wiz
b060fade3a Use standard section headers. 2001-09-11 00:09:05 +00:00