cvs commit: src/sys/kern kern_exec.c

John Baldwin jhb at FreeBSD.org
Thu Sep 23 14:01:51 PDT 2004


jhb         2004-09-23 21:01:50 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_exec.c 
  Log:
  - Don't try to unlock Giant if single threading fails since we don't have
    it locked.
  - Unlock Giant before calling exit1() since exit1() does not require Giant.
  
  Revision  Changes    Path
  1.253     +1 -1      src/sys/kern/kern_exec.c


More information about the cvs-all mailing list