freebsd_amp_hwpstate/sys
Bruce Evans 9bf308efab Eliminate T_KDBTRAP, which will soon go away. It was only used for an
unreachable case label in kdb_trap().

Use the correct case labels in kdb_trap() so that normal ddb entry doesn't
print a message.

Change all printf's to db_printf's.  Now you can put a breakpoint at printf,
and ddb entry messages don't spam the syslog output.

Cosmetic:

Use ISPL() instead of magic numbers.

Don't compile the unused function kdb_kbd_trap().

Improve some asms.

Print the arg to Debugger().
1995-01-14 10:24:48 +00:00
..
alpha/include First round in syscons update. Several new features has been added: 1995-01-12 11:47:05 +00:00
amd64 Eliminate T_KDBTRAP, which will soon go away. It was only used for an 1995-01-14 10:24:48 +00:00
compile
conf Change DISTRIBUTION names. Also make bsd.doc.mk go to doc distribution, 1995-01-14 07:51:10 +00:00
ddb
dev Oops, forgot one change when DDB is defined. 1995-01-13 17:13:13 +00:00
fs
gnu Full support for 294x and Wide devices. Fixed month old bug in the SCSI 1995-01-13 02:22:11 +00:00
i386 Eliminate T_KDBTRAP, which will soon go away. It was only used for an 1995-01-14 10:24:48 +00:00
isa Oops, forgot one change when DDB is defined. 1995-01-13 17:13:13 +00:00
isofs/cd9660
kern Increase maxfiles to NPROC*2. This makes the per-process open file limit 1995-01-12 03:38:12 +00:00
libkern Always build libkern_p.a. `NOPROFILE' should only control user libraries. 1995-01-10 01:57:56 +00:00
miscfs
modules Checking new lkm structure.. 1995-01-12 13:57:51 +00:00
msdosfs
net
netccitt
netinet Actual firewall change. 1995-01-12 13:06:32 +00:00
netiso
netns
nfs Fix conversion to/from nfs v2 time in handling microseconds. 1995-01-10 13:11:42 +00:00
nfsclient Added two missing brelse() calls. 1995-01-10 13:06:51 +00:00
nfsserver
pci Add in aic7770.c (EISA/VL Adaptors) and aic7870.c (PCI adaptor) dependancies 1995-01-13 02:23:27 +00:00
powerpc/include
rpc
scsi
sys
tools
ufs
vm Protect a qcollapse call with an object lock before calling. The locks 1995-01-13 13:30:24 +00:00
Makefile