Commit Graph

3236 Commits

Author SHA1 Message Date
itojun 28fea45199 sync with header file change. s/u_int/unsigned int/ 2000-06-08 21:20:37 +00:00
jdc 060d6ec665 For the 'xterm-xf86-v32' entry :
Make the kD capability consistent with older (and newer) xterm entries.
  Remove some function key capabilities to reduce the size of the entry.
2000-06-08 21:02:49 +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
mycroft 2eaf9707e2 Rearrange slightly to get rid of unneeded conditionals (and make this
*slightly* less painful to trace through, though not much).
2000-06-08 03:51:56 +00:00
mycroft dfad196789 Rework to not use the `files' crap. It requires far too much klugery to
actually get the semantics right.  As a bonus, the info directory is not
reordered when using UPDATE any more, if files are not actually reinstalled.
2000-06-08 03:30:58 +00:00
mycroft 78e7ae14b9 The previous commit was *definitely* wrong. It indicates an out of date
make(1).
2000-06-08 03:05:17 +00:00
matt 84ad7d0a8d More lossage. You need to make the directory each catalog will go into. 2000-06-07 17:28:52 +00:00
matt ce4415cde0 Don't know if this is a side effect of the recent makes changes but
set FILESDIR_${F} for info files.
2000-06-07 16:29:11 +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
mycroft b124cdf163 Abuse .USE some more. 2000-06-06 09:53:29 +00:00
mycroft befa5650d3 Minor rearrangement. 2000-06-06 09:22:00 +00:00
mycroft 9994843c59 Fix some breakage with directory that have no subdirectories. 2000-06-06 08:54:06 +00:00
mycroft 602ebf1e8d Oops; fix a subtle bit of semantics that was broken in the previous. 2000-06-06 06:49:39 +00:00
mycroft 34e1bda46a Use ODE make(1) features to eliminate extra variables and move several things
outside of .for loops.  (Needs more work to completely eliminate .for.)

XXX Don't look at this stuff.  It will make your head hurt.
2000-06-06 05:40:47 +00:00
mycroft 58b1f972c2 Oops. DTRT with directory names with dashes (e.g. for crypto-*). 2000-06-06 05:39:26 +00:00
mycroft d1460458fc A few changes to decrease parsing time and memory usage. 2000-06-06 05:33:58 +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 8c0b13837f pcmplay -> audioplay 2000-06-01 21:54:54 +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