Received: by mail.netbsd.org (Postfix, from userid 605) id 08B5E855B2; Fri, 27 Jan 2017 00:34:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 85E9D855A5 for ; Fri, 27 Jan 2017 00:34:53 +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 0J5Xi6ouvWIf for ; Fri, 27 Jan 2017 00:34:53 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C068D855B4 for ; Fri, 27 Jan 2017 00:34:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A020AFBA6; Fri, 27 Jan 2017 00:34:52 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 27 Jan 2017 00:34:52 +0000 From: "Kamil Rytarowski" Subject: CVS commit: src/tests/kernel To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20170127003452.A020AFBA6@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: Fri Jan 27 00:34:52 UTC 2017 Modified Files: src/tests/kernel: t_ptrace_wait.c Log Message: Add new tests signal[67] in t_ptrace_wait{4,6,id,pid} signal6: Verify that masking SIGTRAP in tracee does not stop tracer from catching PTRACE_FORK breakpoint signal7: Verify that masking SIGTRAP in tracee does not stop tracer from catching PTRACE_VFORK breakpoint signal6 fails due to PR kern/51918 signal6 fails due to PR kern/51918 and PR kern/51630 Sponsored by To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 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.