cvs commit: src/sys/sys kse.h proc.h src/sys/kern kern_thread.c
    Julian Elischer 
    julian at FreeBSD.org
       
    Tue Jun  3 17:12:58 PDT 2003
    
    
  
julian      2003/06/03 17:12:57 PDT
  FreeBSD src repository
  Modified files:
    sys/sys              kse.h proc.h 
    sys/kern             kern_thread.c 
  Log:
  Remove un-needed code.
  Don't copyin() data we are about to overwrite.
  Add a flag to tell userland that KSE is officially "DONE" with the
  mailbox and has gone away.
  
  Obtained from:  davidxu@
  
  Revision  Changes    Path
  1.133     +27 -49    src/sys/kern/kern_thread.c
  1.14      +1 -0      src/sys/sys/kse.h
  1.332     +1 -2      src/sys/sys/proc.h
    
    
More information about the cvs-all
mailing list