Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Apr 1996 04:24:14 -0700 (PDT)
From:      Bruce Evans <bde>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/i386/i386 swtch.s
Message-ID:  <199604131124.EAA18072@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         96/04/13 04:24:14

  Modified:    sys/i386/i386  swtch.s
  Log:
  Use PCB_SAVEFPU_SIZE instead of a too-small size in savectx().  This
  bug only affected FPU emulators.  It might have caused bogus FPU states
  in core dumps and in the child pcb after a fork.  Emulated FPU states
  in core dumps don't work for other reasons, and the child FPU state
  is reinitialized by exec, so the problem might not have caused any
  noticeable affects.
  
  Cleaned up #includes.
  
  Revision  Changes    Path
  1.32      +11 -9     src/sys/i386/i386/swtch.s



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199604131124.EAA18072>