kib         2008-09-19 09:48:25 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/kern             kern_exit.c 
    sys/sys              wait.h 
  Log:
  SVN rev 183179 on 2008-09-19 09:48:25Z by kib
  
  MFC r182193:
  Implement WNOWAIT flag for wait4(2). It specifies that process whose status
  is returned shall be kept in the waitable state.
  Add WSTOPPED as an alias for WUNTRACED.
  
  MFC r182424 (by davidxu):
  Don't remove queued SIGCHLD if options contain WNOWAIT, so other
  threads still can be notified by the signal.
  
  Approved by:    re (kensmith)
  
  Revision   Changes    Path
  1.304.2.3  +14 -2     src/sys/kern/kern_exit.c
  1.22.2.1   +4 -1      src/sys/sys/wait.h
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to