jake 9130753f7b - Expand struct trapframe to 256 bytes, make all fields fixed width and the
same size.  Add some fields that previously overlapped with something else
  or were missing.
- Make struct regs and struct mcontext (minus floating point) the same as
  struct trapframe so converting between them is easy (null).
- Add space for saving floating point state to struct mcontext.  This requires
  that it be 64 byte aligned.
- Add assertions that none of these structures change size, as they are part
  of the ABI.
- Remove some dead code in sendsig().
- Save and restore %gsr in struct trapframe.  Remember to restore %fsr.
- Add some comments to exception.S.
2002-10-22 18:03:15 +00:00
..
2002-03-23 02:01:27 +00:00
2002-07-28 01:01:14 +00:00
2001-11-18 03:41:12 +00:00
2002-03-21 00:06:55 +00:00
2002-06-29 07:04:59 +00:00
2002-07-16 16:24:03 +00:00
2002-10-01 02:50:26 +00:00
2002-05-08 04:21:58 +00:00
2001-09-03 22:41:40 +00:00
2002-10-13 12:33:38 +00:00