Received: by mail.netbsd.org (Postfix, from userid 605) id BEB40855AD; Thu, 26 Jan 2017 17:03:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2F472855AA for ; Thu, 26 Jan 2017 17:03:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id aVA2HIbJwmGX for ; Thu, 26 Jan 2017 17:03:21 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id CF51B8557D for ; Thu, 26 Jan 2017 17:03:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C92FEFBA6; Thu, 26 Jan 2017 17:03:21 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 26 Jan 2017 17:03:21 +0000 From: "Kamil Rytarowski" Subject: CVS commit: src/tests/kernel To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20170126170321.C92FEFBA6@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: "Kamil Rytarowski" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: kamil Date: Thu Jan 26 17:03:21 UTC 2017 Modified Files: src/tests/kernel: t_ptrace_wait.c Log Message: Add new test signal1 in t_ptrace_wait{,3,4,6,id,pid} signal1: Verify that masking single unrelated signal does not stop tracer from catching other signals Sponsored by To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 src/tests/kernel/t_ptrace_wait.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.