Received: by mail.netbsd.org (Postfix, from userid 605) id 5EC3D14A47D; Sat, 19 Jul 2014 14:53:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8CD0814A476 for ; Sat, 19 Jul 2014 14:53:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id jLqrT5yNb-1c for ; Sat, 19 Jul 2014 14:53:22 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id C307D14A457 for ; Sat, 19 Jul 2014 14:53:22 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id AE4C496; Sat, 19 Jul 2014 14:53:22 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 19 Jul 2014 14:53:22 +0000 From: "Roy Marples" Subject: CVS commit: src To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20140719145322.AE4C496@cvs.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Roy Marples" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: roy Date: Sat Jul 19 14:53:22 UTC 2014 Modified Files: src/lib/libc/gen: arc4random.c pthread_atfork.3 src/share/man/man7: signal.7 Log Message: Document that our use of pthread_mutex_unlock(3) is async-signal-safe and as such can be used in a phtread_atfork(3) child handler. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/lib/libc/gen/arc4random.c cvs rdiff -u -r1.5 -r1.6 src/lib/libc/gen/pthread_atfork.3 cvs rdiff -u -r1.16 -r1.17 src/share/man/man7/signal.7 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.