Go to file
bjh21 f32fc0fc90 Use evcnts properly for interrupt counting.
The architecture here follows that of the vax port -- each device has its
evcnt in its softc, but defers actually incrementing it to the IRQ
dispatcher.  This way, devices can attach sub-counts (e.g. Rx and Tx counts
for Ethernet interfaces), but don't all have to have code to increment the
counters.

Drivers deliberately call evcnt_attach_dynamic() before establishing their
interrupt handler so that the establish routine can attach a parent event if
that's appropriate.  At present, it isn't.
2001-01-23 22:07:59 +00:00
bin avoid C sequence point issues warned about by development version of gcc. 2001-01-16 02:41:17 +00:00
crypto fix to PR 11320 (ssh-askpass gets invoked forever if we don't have 2001-01-21 02:44:05 +00:00
dist comment or delete text after CPP directives. 2001-01-16 02:50:27 +00:00
distrib Add uplcom(4). 2001-01-23 02:15:13 +00:00
etc ru_SU locales are deprecated, ru_RU is now correct one. 2001-01-22 17:48:15 +00:00
games avoid strange typcast. 2001-01-20 15:06:34 +00:00
gnu Remove -Dunix, s/-Dsh3/-D__sh3__. 2001-01-22 08:16:24 +00:00
include have comment about strange use of _B 2001-01-21 10:44:15 +00:00
lib Correct licence to current TNF one. 2001-01-23 19:07:34 +00:00
libexec comment or delete text after CPP directives. 2001-01-16 02:50:27 +00:00
regress 40B: just symlink in and out, don't bother copying it 2001-01-19 12:34:45 +00:00
sbin Fix a rather glaring byte-swapping bug: di_size is 64 bits, not 16. 2001-01-23 02:35:51 +00:00
share Describe that the Visor has multiple ports. 2001-01-23 21:31:10 +00:00
sys Use evcnts properly for interrupt counting. 2001-01-23 22:07:59 +00:00
usr.bin Add nawk build glue. It's not enabled for now, gawk is still the default. 2001-01-23 16:25:22 +00:00
usr.sbin make sure to initialize prefix information struct before use. sync with kame 2001-01-23 15:35:54 +00:00
Makefile if building w/o a DESTDIR, grab the system make files from the source 2000-10-07 17:18:17 +00:00
Makefile.inc
UPDATING add usr.bin/xlint as a possible program to upgrade 2001-01-22 14:24:53 +00:00