Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Sep 2002 12:28:01 -0700 (PDT)
From:      Jonathan Mini <mini@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/gen swapcontext.c src/lib/libc/i386/gen Makefile.inc getcontext.S makecontext.c src/sys/i386/i386 genassym.c machdep.c support.s trap.c vm_machdep.c src/sys/i386/include npx.h pcb.h signal.h ucontext.h ...
Message-ID:  <200209161928.g8GJS1cS034663@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
mini        2002/09/16 12:28:01 PDT

  Modified files:
    sys/i386/include     npx.h pcb.h signal.h ucontext.h 
  Log:
  Add kernel support needed for the KSE-aware libpthread:
          - Maintain fpu state across signals.
          - Save and restore FPU state properly in ucontext_t's.
  
  Reviewed by:    deischen, julian
  Approved by:    -arch
  
  Revision  Changes    Path
  1.25      +7 -4      src/sys/i386/include/npx.h
  1.46      +1 -0      src/sys/i386/include/pcb.h
  1.16      +8 -5      src/sys/i386/include/signal.h
  1.6       +19 -5     src/sys/i386/include/ucontext.h

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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