summaryrefslogtreecommitdiffstats
path: root/sys/i4b/layer3/i4b_l3fsm.c
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>2000-10-12 14:36:39 +0000
committerdfr <dfr@FreeBSD.org>2000-10-12 14:36:39 +0000
commit8f965dc2c3abffb0e3a6a0fd9ea46e9ca04b7b85 (patch)
tree0b7dec0827f11947f6802abf6434ba7374dd9c5b /sys/i4b/layer3/i4b_l3fsm.c
parent14f5acf06f8e509533ec780d43155a71a5e773e3 (diff)
downloadFreeBSD-src-8f965dc2c3abffb0e3a6a0fd9ea46e9ca04b7b85.zip
FreeBSD-src-8f965dc2c3abffb0e3a6a0fd9ea46e9ca04b7b85.tar.gz
* Fix exception handling so that it actually works. We can now handle
exceptions from both kernel and user mode. * Fix context switching so that we can switch back to a proc which we switched away from (we were saving the state in the wrong place). * Implement lazy switching of the high-fp state. This needs to be looked at again for SMP to cope with the case of a process migrating from one processor to another while it has the high-fp state. * Make setregs() work properly. I still think this should be called cpu_exec() or something. * Various other minor fixes. With this lot, we can execve() /sbin/init and we get all the way up to its first syscall. At that point, we stop because syscall handling is not done yet.
Diffstat (limited to 'sys/i4b/layer3/i4b_l3fsm.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud