Commit Graph

2617 Commits

Author SHA1 Message Date
tron
6b7726b754 Use new "makewhatis" program to create whatis.db database. 1999-09-25 21:18:02 +00:00
is
c0716a7052 New MTU handling, and mention IPv6 support. 1999-09-25 19:35:14 +00:00
wrstuden
1a546b9c98 Zap proginstall and scriptinstall - they don't make sense for hostprog. 1999-09-24 17:48:57 +00:00
itojun
304f5842ea update description for IPSEC_ESP.
need a symlink for src/crypto-{us,intl}.
(could someone check the wording?)
1999-09-24 17:18:14 +00:00
simonb
edde11af38 Fix tyop in roff macro name. 1999-09-24 07:44:05 +00:00
tron
4c33d8ac2b Replace "nullfs" by "null". Fixes PR misc/8481 by Feico Dillema. 1999-09-23 16:03:12 +00:00
wrstuden
9229eeaa2b Add KMOD_LOADFLAGS to the load target. With this, lkm's in /sys/lkm/... can
more readily depend on each other.

An lkm which depends on another lkm now only needs to set

KMOD_LOADFLAGS= -A../../path/to/other/lkm's/${KMOD}

and the lkm will link against the other lkm's symbols. Obviously the other
lkm had better be loaded. ;-) Note: the -A option to modload was pre-
existing. This change makes it possible for users of this file to take
advantage of it.
1999-09-22 18:06:21 +00:00
matt
12197da646 Note support of FDDI and Token Ring 1999-09-21 22:39:14 +00:00
hubertf
e6c3e8cd07 Add MAKEDEV.8 manpage for next68k. 1999-09-21 14:20:36 +00:00
ad
be6210e273 Note and describe 'options PCDISPLAY_SOFTCURSOR'. 1999-09-20 11:39:40 +00:00
veego
1c2455ff92 Add man8.bebox. 1999-09-20 06:51:26 +00:00
sakamoto
5e17067e2d add man8.bebox and new files which relate to MAKEDEV. 1999-09-20 03:46:30 +00:00
hubertf
d56d594104 MLINKS always wants two (*n) arguments 1999-09-20 00:24:56 +00:00
hubertf
ae7fd53e0a regen w/o empty section 1999-09-20 00:09:00 +00:00
perry
e8116cf7b4 sort properly. hpcmips doesn't come after x68k. 1999-09-19 22:38:43 +00:00
simonb
f9d2e41bb7 Supply an argument to -width in bulleted list definition. 1999-09-19 13:00:13 +00:00
takemura
99c6eadf85 Add man8.hpcmips. 1999-09-19 09:52:28 +00:00
tron
d8374e2e8b Add termcap entry for "beterm" supplied by Rob Windsor in PR misc/8441. 1999-09-19 09:35:44 +00:00
ross
33630db000 Document -s: arrange for a Sun and NetBSD/sparc-compatible checksum. 1999-09-19 03:07:59 +00:00
takemura
acf6db50be Create new directory, man8.hpcmips and add new files which relate to MAKEDEV. 1999-09-19 02:59:16 +00:00
hubertf
1e7e884322 regen (mac68k, mvme68 and pmax didn't have these files before) 1999-09-18 00:31:01 +00:00
hubertf
fd0e795c41 mac68k, mvme68 and pmax didn't have a ${arch}/MAKEDEV.8 before,
they have one now.

There are more ports with MAKEDEV files that don't have any subdirs
in man8 - I guess portmasters have their reason for this.
1999-09-18 00:20:16 +00:00
hubertf
b3a4c76acf Script to automatically generate man8.*/MAKEDEV.8 manpages from
etc.*/MAKDEV scripts, and template files for the manpages.
1999-09-18 00:15:05 +00:00
augustss
f30ff2bf0f Fix typo. 1999-09-16 19:49:04 +00:00
augustss
c5e6ea113e Update MIDI man page a little. 1999-09-16 19:47:49 +00:00
kleink
02fd6c4586 KISS 1999-09-16 12:47:31 +00:00
fvdl
7f5f4a3af3 Remove getopt from the Makefile too. 1999-09-16 09:12:06 +00:00
sommerfeld
eabdb3b0c8 Define CONFIG, so it can be overridden for cross-builds. 1999-09-16 00:28:31 +00:00
hubertf
22a8f1af18 This file is hopeless outdated & broken and would need some rework to
get it going. Given that we have a decent example in the getopt(3) manpage
and lots of working getopt() examples in our source, this is removed.
1999-09-15 12:35:37 +00:00
hwr
9dd92b1071 Fix a typo. 1999-09-15 09:41:51 +00:00
perry
9ad44ce879 Add a "dependall" target, which does a "make depend" and then "make all"
in a single directory. This is useful in "make build" because by doing
the build immediately after the depend, all sources will typically
still be in the buffer cache, thus saving significant time over doing
a "make depend" on all the directories and then a "make all".
1999-09-14 01:31:11 +00:00
augustss
3fd31dc711 Make uhub(4) a link to usb(4). 1999-09-13 23:04:34 +00:00
augustss
80c0653c8d Add ohci(4) and uhci(4) man pages that have existed for a year. 1999-09-13 22:58:22 +00:00
kleink
03126e1c99 Use full month names with .Dd, as per mdoc.samples(7). 1999-09-12 18:47:10 +00:00
kleink
68230e7539 Jaunary -> January. 1999-09-12 18:43:43 +00:00
chs
21eedb0ec1 the PMAP_NEW option is gone as the new interface is no longer optional. 1999-09-12 01:19:23 +00:00
christos
3d2671a09d sort the object file build so that we get better buffer cache behavior.
[from perry, with fixes from me]
1999-09-12 00:31:34 +00:00
ross
766a9dd0f6 ISTM 1999-09-11 17:28:40 +00:00
drochner
ebf07cad95 update for timeout and password options 1999-09-10 16:59:04 +00:00
augustss
782035a0f3 Add some spaces to make the phy listing line up nicer. 1999-09-09 12:38:43 +00:00
augustss
ce0a4eadcb Mention uaudio(4). 1999-09-09 12:35:53 +00:00
itohy
cd74d2c98b Introduce new option APM_NO_POWER_PRINT which disables printing
power status on the console (if apmd is absent).
Some systems generate APM_POWER_CHANGE events too frequently (more then
once per minute), and printing the status makes single user operations
rather difficult.
1999-09-09 03:52:21 +00:00
hubertf
c947110381 Add phy.4 as a link to mii.4 1999-09-08 14:23:04 +00:00
soren
c589a9d12c Add comments for PHY models. 1999-09-08 14:20:04 +00:00
soren
294b7d9b7b Add ukphy(4) man page. 1999-09-08 13:59:07 +00:00
soren
b7bc7c47cf Sync with dev/mii. 1999-09-08 13:58:37 +00:00
soren
87f6e36acb Sync with dev/mii. 1999-09-08 13:08:20 +00:00
oster
2dad94c947 Note M_RAIDFRAME. 1999-09-08 02:58:09 +00:00
soren
eb7abb2260 Sync with dev/mii. 1999-09-07 21:50:11 +00:00
soren
1ae67880a2 Xref iophy(4) and tqphy(4). 1999-09-07 21:43:05 +00:00