NetBSD/sys
deraadt db97aa737f disassembly shows the %f2 register being accessed, and of course the
kernel panics.
why wasit using %f2? some expressions were too complicated and gcc2 (with
the optimizer off, mind you) ran out of integer registers and thus used
started using a float register for a temporary.
1993-11-14 14:46:54 +00:00
..
arch disassembly shows the %f2 register being accessed, and of course the 1993-11-14 14:46:54 +00:00
boot Clean up deleted files. 1993-10-13 05:42:10 +00:00
compat disassembly shows the %f2 register being accessed, and of course the 1993-11-14 14:46:54 +00:00
conf Add the System V message queue and semaphore facilities. Implemented 1993-11-14 13:21:59 +00:00
ddb Call vm_map_print and vm_object_print with func ptr to db_printf. Add DDB_MACHINE_COMMANDS from Mach 3.0 version. 1993-09-13 14:08:54 +00:00
dev A slightly unfinished i82586 driver, based on Garrett Wollman's. 1993-11-08 20:15:31 +00:00
isofs new specfs.h and fifo.h locations 1993-11-12 05:54:12 +00:00
kern Add the System V message queue and semaphore facilities. Implemented 1993-11-14 13:21:59 +00:00
lib added files copied in from libc. version numbers are screwed, 1993-11-05 22:40:48 +00:00
libkern Clean up deleted files. 1993-10-13 05:42:10 +00:00
miscfs new specfs.h and fifo.h locations 1993-11-12 05:54:12 +00:00
msdosfs new specfs.h and fifo.h locations 1993-11-12 05:54:12 +00:00
net T_LINEP member of struct tty becomes t_sc. This replaces the 1993-11-09 06:22:08 +00:00
netccitt Declare frame_reject(), rej_routine(), free_iframes() as static. 1993-09-06 18:09:55 +00:00
netinet fix from david greenman, davidg@freefall.cdrom.com: 1993-11-05 23:06:26 +00:00
netiso Move pk_flowcontrol() up and declare it static void. 1993-09-06 18:08:02 +00:00
netns fix multiple inclusion protection and rcsid, because of RCS+crash fuckup 1993-05-21 07:44:05 +00:00
nfs new specfs.h and fifo.h locations 1993-11-12 05:54:12 +00:00
pcfs Clean up deleted files. 1993-08-13 11:35:49 +00:00
scsi Normalize play_msf changes with 386bsd patch. 1993-08-04 19:33:44 +00:00
stand
sys Add the System V message queue and semaphore facilities. Implemented 1993-11-14 13:21:59 +00:00
ufs new specfs.h and fifo.h locations 1993-11-12 05:54:12 +00:00
vm new specfs.h and fifo.h locations 1993-11-12 05:54:12 +00:00
Makefile move 'boot' and 'libkern' into 'lib'. generally clean up 'kernel library' 1993-10-13 05:40:23 +00:00