Pull in a few bits from FreeBSD. Add a structure size field and floating
authorMatthew Dillon <dillon@dragonflybsd.org>
Sat, 13 Jan 2007 21:15:57 +0000 (21:15 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sat, 13 Jan 2007 21:15:57 +0000 (21:15 +0000)
commitce3d8c4d773d1ae2f51c6959de066dece8377698
tree328038504f01199a06164fec93fe026373e0511a
parent9d7989ded399051c542b1558aa456ada15e0204b
Pull in a few bits from FreeBSD.  Add a structure size field and floating
point management fields to the signal context and mcontext/ucontext.  These
fields will allow us to optimize the floating point save/restore in the
future.
sys/cpu/i386/include/signal.h
sys/cpu/i386/include/ucontext.h
sys/platform/pc32/i386/machdep.c
sys/platform/vkernel/i386/cpu_regs.c