Commit Graph

1976 Commits

Author SHA1 Message Date
enami
588bdb0ce7 Replace unreachable url with reachable one. 2000-06-09 15:11:01 +00:00
onoe
a2ec330737 Add Nokia C020 and Farallon SkyLINE to supported hardware.
Note wiconfig(8).
2000-06-09 13:06:32 +00:00
itojun
28fea45199 sync with header file change. s/u_int/unsigned int/ 2000-06-08 21:20:37 +00:00
cgd
31632fbb01 IPL-lowering functions are now defined to return `void.' See also my
post to tech-kern about the issue.  No ports updated yet; they should
be updated as time permits.
2000-06-08 06:45:24 +00:00
jhawk
84ceb5dfe7 Fix long-standing inconsistency between manapage and code.
The "ditto" character is " (double-quote); not , (comma) as
indicated in the manpage; and not ' (single-quote) as indicated
in the man.old -style manpage from which the mdoc manpage was derived.

Some other versions of ddb use single-quote for this feature, and this
part of the code may change again in the near future, but the documentation
now affects reality now.
they
2000-06-07 13:24:11 +00:00
gmcgarry
66113db19c Autonegotiation is reported to work. Change the statement to a warning
rather than a problem.  Promiscuous mode has been fixed.
2000-06-07 02:12:00 +00:00
gmcgarry
3129070fd6 New driver for Xircom CreditCard PCMCIA Ethernet. Replaces xe driver which
didn't work.  Renamed to avoid clash with next68k network driver.
2000-06-05 23:14:22 +00:00
gmcgarry
efa5140d27 Document APM_ALLOW_BOGUS_SEGMENTS. Update description for APM_POWER_CHANGE,
addresses PR10066 from Takahiro Kambe <taca@sky.yamashina.kyoto.jp>.
2000-06-04 22:38:58 +00:00
cgd
cffb580806 Implement the more flexiable `evcnt' interface as discussed (briefly) on
tech-kern and now documented in evcnt(9).
2000-06-04 19:14:14 +00:00
itojun
0493f499b6 mention /etc/mail. PR 10273 from roskens@elfin.net. 2000-06-04 08:38:08 +00:00
veego
f9e6343390 Add netconfig.4 and rpc.4.
And format the entries a little bit.
2000-06-03 07:18:47 +00:00
fvdl
03359a9af1 Add netconfig(4) and rpc(4) manual pages. 2000-06-02 23:18:31 +00:00
matt
479163743d Note that softintr_schedule can safely be called multiple times
before the callback is invoked.
2000-06-02 22:12:11 +00:00
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