gmcgarry
59d8ecda45
xntpd -> ntpd
2000-05-31 22:26:58 +00:00
cgd
a6921e9cfe
in foo_softc example, actual struct device, not a pointer to one
2000-05-31 19:39:21 +00:00
pk
bd447b03c0
Document pool_init(9) and generally Sync with Reality.
2000-05-31 15:27:33 +00:00
cgd
a66fd057e2
documentation of the NetBSD machine-independent software interrupt
...
framework, dredged out of the January, 1997 tech-kern e-mail archives.
2000-05-31 00:40:51 +00:00
augustss
0dbfa7d01e
Note that the Y-E Data floppy works.
2000-05-30 02:04:48 +00:00
jdolecek
3e9a22e83b
add the 'slot ?' to example config line
2000-05-29 08:56:01 +00:00
augustss
2499d71cdf
Add mca(4) man page. Xref and add some tr(4) info.
2000-05-28 22:37:46 +00:00
mycroft
8c8608818f
Mention section 9.
2000-05-27 22:49:45 +00:00
mycroft
804b61073e
One more formatting nit. *sigh*
2000-05-27 22:34:24 +00:00
mycroft
a05c70639c
Update the date.
2000-05-27 22:31:57 +00:00
mycroft
89e229d95c
Fix formatting error.
2000-05-27 22:29:03 +00:00
mycroft
8d9497c3e3
Document *_EMPTY().
2000-05-27 22:27:33 +00:00
enami
72d16d3ff2
Convert to use mdoc macros more. The pervious commit, which partially
...
converted to mdoc, just results malformed output.
2000-05-27 02:23:19 +00:00
soren
08f5b3301d
The datap argument to bus_space_write_{multi,region}_* should be const.
2000-05-27 01:55:42 +00:00
jdolecek
49e9b8f9f9
note MCA attachment for Adaptec AHA-1640
2000-05-26 20:56:37 +00:00
jhawk
1fe6e4844f
If db_onpanic is unset and DDB is compiled in, panic() now calls
...
db_stack_trace_print(__builtin_frame_address(0),...), to printf() the
stack trace to the message bufffer and console. Idea from SunOS/Solaris.
Useful when dumping fails.
2000-05-26 20:25:57 +00:00
jdolecek
24e1cab092
note the MCA attachment
2000-05-26 19:01:51 +00:00
ad
fb3a33ff99
We may as well allow local additions to /etc/security, since it gets done
...
for the other periodic checks.
2000-05-26 17:08:21 +00:00
thorpej
bc166bd72a
Docuement Xircom X3201-3 and Davicom DM9102/DM9102A.
2000-05-26 16:41:52 +00:00
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
itojun
9b2a791c1b
improve recommendation on inbound packet filtering/auditing.
2000-05-17 02:27:51 +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
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
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
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