jhawk
ef5465cf9f
Note "sifting" requires backslash escapes for leading digits.
2000-05-23 23:48:43 +00:00
jhawk
41ebaaaf09
Add a "sifting" command to ddb (named from the Sun OpenPROM command of
...
the same name); it searches the symbol table(s) for all symbols matching
a given substring, and prints.
Extremely useful for when you forget that critical symbol name.
Also, with /F support (cf. "ls -F") to print a char indicating the
symbol type.
2000-05-22 14:49:10 +00:00
jhawk
6bea74b95a
BREAK gets ddb on the i386 serial console
...
fix ")." misconstruction (mandoc)
2000-05-22 11:46:07 +00:00
jhawk
b931e9206f
Sort commands alphabetically (wow, much easier to find things now).
...
Fix few commands using Cm instead of Ic [consisntency].
Make .Bl's -compact in most cases (where items are one-line entries);
dramatically improves readability
2000-05-22 11:28:36 +00:00
jhawk
dbc1cf06d2
Resync list with reality:
...
comment out nonexistant pages (eqnchar, man, me, ms, term)
add missing ones (hostname, mdoc, mdoc.samples, operator, release, signal,
symlink)
2000-05-22 09:02:07 +00:00
jhawk
4a80dfe1fe
style/grammar.
...
NetBSD -> .Nx
SIGPWR origin moved to HISTORY
2000-05-22 08:55:57 +00:00
itojun
2abe5dee91
refer inet6(4) and ip6(4) where necessary.
2000-05-22 02:01:34 +00:00
soren
d07e520289
No more 'mach halt' on MIPS.
2000-05-21 05:42:01 +00:00
jhawk
6799326e44
Comment out "xf" and "xb"; they aren't implemented and don't
...
ever appear to have been.
2000-05-20 02:28:33 +00:00
thorpej
6c7c329b31
Manual page for the Cyclades-Z mutli-port serial adapter driver.
2000-05-17 18:15:08 +00:00
blymn
92ca49cd50
Added documentation of the magic ZZ capability.
2000-05-17 12:36:47 +00:00
itojun
9b2a791c1b
improve recommendation on inbound packet filtering/auditing.
2000-05-17 02:27:51 +00:00
jdc
2eea39ee35
Add descriptions for colour related and 'ZZ' capabilities.
...
Pointed out by Perry E. Metzger.
2000-05-16 20:23:11 +00:00
jhawk
f9d6838fb8
Document "!" as a synonym for "call"
2000-05-15 20:37:56 +00:00
bouyer
d7a4b673e1
Use my standart copyrigth notice.
2000-05-15 06:34:47 +00:00
bouyer
d7e243ca4f
Use same copyrigth notice everywhere.
2000-05-15 06:33:21 +00:00
bouyer
48d7ad6cf4
Add a man page for siop and xref it.
2000-05-15 06:31:56 +00:00
veego
6759f2632c
Remove the last traces of libahdi.
2000-05-14 14:13:52 +00:00
tsutsui
8810dd5228
Add cobalt.
2000-05-14 13:16:47 +00:00
bjh21
676b808327
Tidy up a typo
2000-05-14 10:09:45 +00:00
bjh21
6a05ab8371
Accuracy
2000-05-14 10:08:15 +00:00
bjh21
5f06420548
et is now ei
2000-05-14 10:04:21 +00:00
bjh21
471fe4c6da
Add copyright notice
2000-05-14 10:00:38 +00:00
bjh21
cdd5634031
Change to my standard licence notice
2000-05-14 09:54:54 +00:00
itojun
2e9df64fa3
sync IPv4 rogue address filter with RFC1122. (sync with kame)
2000-05-14 03:44:02 +00:00
wiz
3f3abfd359
PNG
2000-05-14 01:32:58 +00:00
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