Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Sep 2008 09:48:25 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_exit.c src/sys/sys wait.h
Message-ID:  <200809190949.m8J9nUNS018548@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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