freebsd-skq/sys/i386
bde 8a2681e22e Quick fix for hang on booting with -d. mtx_enter() was called before
curproc was initialized.  curproc == NULL was interpreted as matching
the process holding Giant...  Just skip mtx_enter() and mtx_exit() in
trap() if (curproc == NULL && cold) (&& cold for safety).
2000-09-12 18:41:56 +00:00
..
apm Add output of per battery information to apm(1). 2000-08-13 17:05:27 +00:00
bios Add output of per battery information to apm(1). 2000-08-13 17:05:27 +00:00
conf Turn the /dev/random device into a (pseudo-)device, not an option. 2000-09-12 13:21:40 +00:00
i386 Quick fix for hang on booting with -d. mtx_enter() was called before 2000-09-12 18:41:56 +00:00
ibcs2 Regen. (Fix SYS_exit) 2000-07-29 10:07:38 +00:00
include When doing statistics for statclock on other CPU's, use the other CPUs' 2000-09-11 04:10:29 +00:00
isa Don't panic for delivery of a multiplexed SWI. Most SWI handlers 2000-09-12 16:02:43 +00:00
linux Remove unused variables. 2000-09-09 14:35:35 +00:00
pci Catch a few more bogosities in certain chipsets before they mess us up. 2000-09-05 00:53:34 +00:00
svr4 Cleanup after repo copy of sys/svr4 to sys/compat/svr4. 2000-08-31 22:54:09 +00:00
Makefile Update tags directive to reflect the new location of soft updates 2000-07-04 00:18:43 +00:00