NetBSD/sys
cgd 9dc3975ffe from Rodney W. Grimes (rgrimes@agora.rain.com) (patchkit patch 117):
This patch adds the symbol names to icu.s that vmstat expects
the interrupt counters to be called.  It also adds code to config
so that the names of the interrupts are written at the end of vectors.s
so vmstat can report real device names.  It also cleans up and enables
the logging of stray interrupts.  The counters for false interrupts
are added but the fix for them is not (the fix I have is not done
very good.) A false interrupt is when a device asserts it's interrupt
signal, then removes it before the 8259 can latch it.  This is the number
one cause of stray IRQ7's and IRQ15's.

	Additional device probe information is now printed.  This includes
ending I/O address (many drivers do not return the correct value from a
probe this still needs to be fixed), memory address and size, driver
flags passed in by config.
1993-04-09 13:27:46 +00:00
..
arch/i386 from Rodney W. Grimes (rgrimes@agora.rain.com) (patchkit patch 117): 1993-04-09 13:27:46 +00:00
conf put scsi system file list in the right place (finally) 1993-04-08 04:05:33 +00:00
ddb after 0.2.2 "stable" patches applied 1993-03-21 18:04:42 +00:00
dev dmesg output at boottime now tries to print out information as 1993-04-08 08:26:46 +00:00
isofs after 0.2.2 "stable" patches applied 1993-03-21 18:04:42 +00:00
kern changed order of copyright/version notice (to match 4.4 boot string)... 1993-04-06 14:23:00 +00:00
lib/libsa initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00
miscfs Jay Fenlason <hack@datacube.com>: 1993-04-02 20:19:48 +00:00
net fixes stupid piece of bpf code that duplicates cdefs.h's handling of 1993-04-09 11:02:51 +00:00
netccitt added netccitt, netiso, and netns support, from (currently 1993-04-09 12:00:07 +00:00
netinet after 0.2.2 "stable" patches applied 1993-03-21 18:04:42 +00:00
netiso added netccitt, netiso, and netns support, from (currently 1993-04-09 12:00:07 +00:00
netns added netccitt, netiso, and netns support, from (currently 1993-04-09 12:00:07 +00:00
nfs after 0.2.2 "stable" patches applied 1993-03-21 18:04:42 +00:00
scsi attempting to open an already opened tape drive should get you EBUSY, not 1993-04-08 00:20:02 +00:00
stand initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00
sys added 'makesyscalls.sh' from BNR/2. Edit only 'syscalls.master' 1993-04-06 10:37:09 +00:00
ufs fix from Chris Torek (patch 106): 1993-04-09 12:19:12 +00:00
vm broke out panics for *_map too small, and tried to coalesce the maps more 1993-03-31 21:53:56 +00:00