cvs commit: src/sys/kern kern_fork.c kern_idle.c

John Baldwin jhb at FreeBSD.org
Thu Feb 5 13:02:15 PST 2004


jhb         2004/02/05 13:01:37 PST

  FreeBSD src repository

  Modified files:
    sys/kern             kern_fork.c kern_idle.c 
  Log:
  Always set a process' state to normal when it is fully constructed in
  fork1() rather than only doing it for the RFSTOPPED case and then having
  to fix it up in other places later on.
  
  Revision  Changes    Path
  1.214     +9 -5      src/sys/kern/kern_fork.c
  1.37      +0 -1      src/sys/kern/kern_idle.c


More information about the cvs-src mailing list