From owner-p4-projects@FreeBSD.ORG Tue Jul 29 17:07:23 2008 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id AE8D11065674; Tue, 29 Jul 2008 17:07:23 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 731411065679 for ; Tue, 29 Jul 2008 17:07:23 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5FAA38FC0A for ; Tue, 29 Jul 2008 17:07:23 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.2/8.14.2) with ESMTP id m6TH7NK9055960 for ; Tue, 29 Jul 2008 17:07:23 GMT (envelope-from sam@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m6TH7NZZ055958 for perforce@freebsd.org; Tue, 29 Jul 2008 17:07:23 GMT (envelope-from sam@freebsd.org) Date: Tue, 29 Jul 2008 17:07:23 GMT Message-Id: <200807291707.m6TH7NZZ055958@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to sam@freebsd.org using -f From: Sam Leffler To: Perforce Change Reviews Cc: Subject: PERFORCE change 146214 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2008 17:07:24 -0000 http://perforce.freebsd.org/chv.cgi?CH=146214 Change 146214 by sam@sam_ebb on 2008/07/29 17:06:23 missed IFC Affected files ... .. //depot/projects/vap/lib/libc/gen/signal.3#3 integrate Differences ... ==== //depot/projects/vap/lib/libc/gen/signal.3#3 (text+ko) ==== @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)signal.3 8.3 (Berkeley) 4/19/94 -.\" $FreeBSD: src/lib/libc/gen/signal.3,v 1.42 2007/01/09 00:27:55 imp Exp $ +.\" $FreeBSD: src/lib/libc/gen/signal.3,v 1.43 2008/07/17 21:54:23 simon Exp $ .\" .Dd June 7, 2004 .Dt SIGNAL 3 @@ -181,10 +181,12 @@ For some system calls, if a signal is caught while the call is executing and the call is prematurely terminated, the call is automatically restarted. -(The handler is installed using the +Any handler installed with +.Xr signal 3 +will have the .Dv SA_RESTART -flag with -.Xr sigaction 2 . ) +flag set, meaning that any restartable system call will not return on +receipt of a signal. The affected system calls include .Xr read 2 , .Xr write 2 ,