Received: by mail.netbsd.org (Postfix, from userid 605) id 695CE8561B; Fri, 6 Jan 2017 22:40:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E9F88855D5 for ; Fri, 6 Jan 2017 22:40:06 +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 wxQBb2T9B5Bk for ; Fri, 6 Jan 2017 22:40:06 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 94B3484CBD for ; Fri, 6 Jan 2017 22:40:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8EC70FBA6; Fri, 6 Jan 2017 22:40:06 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 6 Jan 2017 22:40:06 +0000 From: "Kamil Rytarowski" Subject: CVS commit: src/tests/kernel To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20170106224006.8EC70FBA6@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 6 22:40:06 UTC 2017 Modified Files: src/tests/kernel: t_ptrace_wait.c Log Message: Add new test siginfo4 in t_ptrace_wait{,3,4,6,id,pid} siginfo4: Detect SIGTRAP TRAP_EXEC from tracee This test is currently disabled and it will be enabled once PT_[SG]ET_SIGINFO will land the sources. Sponsored by To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 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.