From owner-svn-src-all@FreeBSD.ORG Sat Oct 1 17:46:45 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7937F1065670; Sat, 1 Oct 2011 17:46:45 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from mail.zoral.com.ua (mx0.zoral.com.ua [91.193.166.200]) by mx1.freebsd.org (Postfix) with ESMTP id 125DC8FC14; Sat, 1 Oct 2011 17:46:44 +0000 (UTC) Received: from alf.home (alf.kiev.zoral.com.ua [10.1.1.177]) by mail.zoral.com.ua (8.14.2/8.14.2) with ESMTP id p91HkZWl073972 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 1 Oct 2011 20:46:35 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: from alf.home (kostik@localhost [127.0.0.1]) by alf.home (8.14.5/8.14.5) with ESMTP id p91HkZ0m066411; Sat, 1 Oct 2011 20:46:35 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by alf.home (8.14.5/8.14.5/Submit) id p91HkZWO066410; Sat, 1 Oct 2011 20:46:35 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: alf.home: kostik set sender to kostikbel@gmail.com using -f Date: Sat, 1 Oct 2011 20:46:35 +0300 From: Kostik Belousov To: Ben Kaduk Message-ID: <20111001174634.GD1511@deviant.kiev.zoral.com.ua> References: <201110011235.p91CZAoQ017272@svn.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="tJ6vydIQpqz6Mizf" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i X-Virus-Scanned: clamav-milter 0.95.2 at skuns.kiev.zoral.com.ua X-Virus-Status: Clean X-Spam-Status: No, score=-3.3 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00, DNS_FROM_OPENWHOIS autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on skuns.kiev.zoral.com.ua Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-stable-8@freebsd.org Subject: Re: svn commit: r225898 - stable/8/lib/libc/sys X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2011 17:46:45 -0000 --tJ6vydIQpqz6Mizf Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Oct 01, 2011 at 11:05:34AM -0400, Ben Kaduk wrote: > On Sat, Oct 1, 2011 at 8:35 AM, Konstantin Belousov wro= te: > > Author: kib > > Date: Sat Oct =9A1 12:35:09 2011 > > New Revision: 225898 > > URL: http://svn.freebsd.org/changeset/base/225898 > > > > Log: > > =9AMFC r225172: > > =9AClarify the behaviour of sigwait() on signal interruption, and note > > =9Athe difference between sigwait() and sigtimedwait()/sigwaitinfo(). > > > > Modified: > > =9Astable/8/lib/libc/sys/sigwait.2 > > =9Astable/8/lib/libc/sys/sigwaitinfo.2 > > Directory Properties: > > =9Astable/8/lib/libc/ =9A (props changed) > > =9Astable/8/lib/libc/stdtime/ =9A (props changed) > > > > Modified: stable/8/lib/libc/sys/sigwait.2 > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > --- stable/8/lib/libc/sys/sigwait.2 =9A =9A Sat Oct =9A1 12:19:48 2011 = =9A =9A =9A =9A(r225897) > > +++ stable/8/lib/libc/sys/sigwait.2 =9A =9A Sat Oct =9A1 12:35:09 2011 = =9A =9A =9A =9A(r225898) > > @@ -27,7 +27,7 @@ > > =9A.\" > > =9A.\" $FreeBSD$ > > =9A.\" > > -.Dd November 11, 2005 > > +.Dd August 24, 2011 > > =9A.Dt SIGWAIT 2 > > =9A.Os > > =9A.Sh NAME > > @@ -82,6 +82,14 @@ selected, it will be the lowest numbered > > =9AThe selection order between realtime > > =9Aand non-realtime signals, or between multiple pending non-realtime s= ignals, > > =9Ais unspecified. > > +.Sh IMPLEMENTATION NOTES > > +The > > +.Fn sigwait > > +function is implemented as a wrapper around the > > +.Fn __sys_sigwait >=20 > I thought the sys_sigwait rename was only on head/stable-9? I merged the wrapper sigwait(3) several commits earlier, see r225896. --tJ6vydIQpqz6Mizf Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (FreeBSD) iEUEARECAAYFAk6HUfoACgkQC3+MBN1Mb4iowwCXXSGVFpGyrFktUhkJEJykq8j+ cACg4owwP7H9+4a4clrNTaommbWi2N0= =ig1t -----END PGP SIGNATURE----- --tJ6vydIQpqz6Mizf--