jhawk
47d4e03246
Fix SEE ALSO sorting error noted by mycroft.
2000-05-13 17:11:35 +00:00
mycroft
dd7aa6db1b
GC spurious blank lines.
2000-05-13 15:27:17 +00:00
mycroft
1f2cf096b8
GC spurious blank lines.
2000-05-13 15:22:15 +00:00
mycroft
3c20f768a7
Fix formatting glitches.
2000-05-13 15:20:35 +00:00
jhawk
11c5aee5eb
Rototill boot.8 and dosboot.8. Fix a pile of mandoc usage, sort
...
options, sort SEE ALSOs, etc.
Add support for on-the-fly switching of console devices interactively
from biosboot via the "consdev" command.
2000-05-13 05:27:21 +00:00
jhawk
86584b9a4e
Synchronize with reality. Fixes PR 9233.
2000-05-13 05:25:58 +00:00
jhawk
a72e1e9c59
Add support for on-the-fly switching of console devices interactively
...
from the i386 biosboot via the "consdev" command.
2000-05-13 05:25:20 +00:00
mycroft
f296458aa2
Avoid using \\n(C? in .lV, as it may not be initialized yet. Instead call
...
.aT to determine the argument type, as in .bV.
2000-05-13 04:27:16 +00:00
jdc
92a065ab4f
Add missing ':'.
...
Pointed out by Charles M. Hannum.
2000-05-12 06:44:34 +00:00
jdc
fbfcc3d68c
Add extra function key and colour sequences to xterm-xf86-v32.
2000-05-11 23:06:59 +00:00
bjh21
8748ae4382
Add arm26 port
2000-05-11 19:35:03 +00:00
bjh21
6c97e2bd78
Initial commit of arm26 port
2000-05-09 21:55:44 +00:00
jhawk
e02d0e3597
Back out rev 1.7 of i82365_isa.c; 0x300-0x3ff, or even 0x330-0x3ff
...
is not a reasonable place to allocate 12-bit pcmcia iospace.
It seems to cause conflicts on a large number of modern laptops,
necesitating hand-patching of the kernel (mostly due to
video devices in the upper range of that space).
This will presumably cause problems on the NEC Versa 6030X,
however that appears to be a vastly less common case than
the laptops that are inconvenienced by the current state.
12-bit iospace now uses 0x400-0xfff.
2000-05-09 17:59:39 +00:00
thorpej
84543d59da
Make the fact that we disable -Wuninitialized explcicit in the Makefile,
...
rather than relying on a compiler hack to do it for us.
2000-05-09 00:15:55 +00:00
joda
6d3ce966ce
VIA VT82C686A hardware monitor
2000-05-08 16:40:42 +00:00
wiz
a30914202c
add man page for bktr(4)
2000-05-07 20:46:10 +00:00
mrg
6f214275ce
feex speeling eroor
2000-05-07 17:09:32 +00:00
itojun
0098d48228
typo; duplicated verb
2000-05-07 06:23:02 +00:00
wiz
2b61227e4a
regen (urio & bktr added)
2000-05-07 01:38:15 +00:00
sjg
3540a44721
correct description of KERNSRCDIR and others
2000-05-07 01:20:47 +00:00
sjg
d14a51faf9
Document bsd.kernobj.mk
2000-05-07 01:19:58 +00:00
augustss
32e67c7edb
Add pas(4) man page.
2000-05-06 14:33:22 +00:00
sjg
940f61650e
if make(obj) then use MAKEOBJDIRPREFIX regardless
2000-05-06 07:41:59 +00:00
itojun
13c8f7a2df
check /etc/mail/aliases on check_aliases.
...
/etc/aliases will be checked as well, if exists (for backward compatibility).
2000-05-05 18:28:53 +00:00
augustss
dcb22c6a4f
Make some more links.
2000-05-03 22:59:36 +00:00
augustss
b8119742d5
Move bba(4) man page since it works for both alpha and pmax.
2000-05-03 22:56:55 +00:00
matt
b5db9f5e6e
Implement my MKLINKLIB=yes fix a bit differently. Don't include ${OBJS}
...
in ${ALLOBJS} if MKLINKLIB=yes. This allows Makefiles to continue to
modify ${OBJS}.
2000-05-03 15:15:50 +00:00
matt
1fef86f176
rework slightly so that when MKLINKLIB=no only the shared objects are built.
...
(building normal objects when they are never used really sucks on slow build
machines).
2000-05-03 03:44:12 +00:00
sjg
45fb67b360
remove/change missleading comments
2000-05-03 00:10:33 +00:00
drochner
f518286a27
fix typo
2000-05-02 19:02:28 +00:00
augustss
d81e26a851
Note rtk and com attachment at cardbus.
2000-05-02 11:54:15 +00:00
simonb
b155979066
Add HTMLDOCDIR pointing to /usr/share/doc/html.
2000-05-02 11:44:20 +00:00
augustss
c279885e45
Add a very short man page for mainbus (following my philosophy that
...
every device in the config file should have a man page).
2000-05-02 11:42:06 +00:00
augustss
062a7e5eb4
Xref pnpbios(4).
2000-05-02 11:11:39 +00:00
augustss
f788a32437
Add line for cms attach.
2000-05-02 11:05:27 +00:00
augustss
f4284215b0
Update bba(4) man page and xref it.
2000-05-02 08:00:00 +00:00
augustss
08e476f3c5
Add bba(4) man page.
2000-05-02 07:17:20 +00:00
itojun
e37f1e2284
specification (specifically, 6to4-04) forbids use of private
...
IPv4 address in 6to4 prefix.
2000-05-02 04:05:25 +00:00
sjg
44f0af2b1f
Allow optimizer/debug flags to be changed on command line without
...
breaking everything. Eg. use DBG="-O0 -g" when debugging something.
2000-05-02 03:44:36 +00:00
sjg
a434bb7045
Added bsd.kernobj.mk to centralize the magic for the location
...
of kernel configs and compiles. Relies on BSDSRCDIR being set
which is now handled by src/Makefile.inc if need be.
2000-05-02 03:43:15 +00:00
hubertf
6e8a3849d8
sync with src/etc/etc.*/MAKEDEV
2000-05-02 00:30:55 +00:00
hubertf
4b76dc04dd
This was written for the NetBSD Project.
2000-05-02 00:15:41 +00:00
fvdl
015216d717
Clarify that you shouldn't use the bus_dma_segment_t return value from
...
bus_dmamem_alloc to program DMA registers, but that the dm_segs array
of a successfully loaded DMA mapping should be used.
2000-05-01 23:12:20 +00:00
augustss
221cbea0c2
Add cms(4) man page.
2000-05-01 22:46:43 +00:00
augustss
425a1525a7
Fix typo.
2000-05-01 09:32:59 +00:00
augustss
afc55c0adf
Xref cmpci(4).
2000-04-30 23:51:51 +00:00
augustss
891e47054b
Add cmpci(4) man page.
2000-04-30 22:03:24 +00:00
dmcmahill
7d8f383dc6
Change -fpic to -fPIC. Change was approved by mycroft.
2000-04-29 17:41:11 +00:00
mycroft
72c28c5c3b
Set the ms flag for wscons.
2000-04-29 02:49:39 +00:00
lukem
9fb4c732ec
minor typo
2000-04-29 00:38:43 +00:00