From owner-svn-src-head@freebsd.org Sun Oct 14 18:42:55 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 400B710DEEBC; Sun, 14 Oct 2018 18:42:55 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E85AB96973; Sun, 14 Oct 2018 18:42:54 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E31F7222D7; Sun, 14 Oct 2018 18:42:54 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9EIgs7g083617; Sun, 14 Oct 2018 18:42:54 GMT (envelope-from trasz@FreeBSD.org) Received: (from trasz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9EIgso3083616; Sun, 14 Oct 2018 18:42:54 GMT (envelope-from trasz@FreeBSD.org) Message-Id: <201810141842.w9EIgso3083616@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: trasz set sender to trasz@FreeBSD.org using -f From: Edward Tomasz Napierala Date: Sun, 14 Oct 2018 18:42:54 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r339356 - in head: lib/libc/sys share/man/man4 X-SVN-Group: head X-SVN-Commit-Author: trasz X-SVN-Commit-Paths: in head: lib/libc/sys share/man/man4 X-SVN-Commit-Revision: 339356 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Oct 2018 18:42:55 -0000 Author: trasz Date: Sun Oct 14 18:42:54 2018 New Revision: 339356 URL: https://svnweb.freebsd.org/changeset/base/339356 Log: Add .Xrs to kqueue(2) from pdfork(2) and procdesc(4), to make EVFILT_PROCDESC easier to find. Approved by: re (rgrimes) MFC after: 2 weeks Sponsored by: DARPA, AFRL Modified: head/lib/libc/sys/pdfork.2 head/share/man/man4/procdesc.4 Modified: head/lib/libc/sys/pdfork.2 ============================================================================== --- head/lib/libc/sys/pdfork.2 Sun Oct 14 16:14:01 2018 (r339355) +++ head/lib/libc/sys/pdfork.2 Sun Oct 14 18:42:54 2018 (r339356) @@ -32,7 +32,7 @@ .\" .\" $FreeBSD$ .\" -.Dd June 17, 2017 +.Dd October 14, 2018 .Dt PDFORK 2 .Os .Sh NAME @@ -162,6 +162,7 @@ for .Xr fstat 2 , .Xr kill 2 , .Xr poll 2 , +.Xr kqueue 2 , .Xr wait4 2 , .Xr capsicum 4 , .Xr procdesc 4 Modified: head/share/man/man4/procdesc.4 ============================================================================== --- head/share/man/man4/procdesc.4 Sun Oct 14 16:14:01 2018 (r339355) +++ head/share/man/man4/procdesc.4 Sun Oct 14 18:42:54 2018 (r339356) @@ -29,7 +29,7 @@ .\" .\" $FreeBSD$ .\" -.Dd July 25, 2015 +.Dd October 14, 2018 .Dt PROCDESC 4 .Os .Sh NAME @@ -66,6 +66,7 @@ Given a process descriptor, it is possible to query it .Xr pdgetpid 2 , .Xr pdkill 2 , .Xr pdwait4 2 , +.Xr kqueue 2 , .Xr wait4 2 , .Xr capsicum 4 .Sh HISTORY