Received: by mail.netbsd.org (Postfix, from userid 605) id D871084D59; Sun, 8 Mar 2020 11:21:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 55D1484D55 for ; Sun, 8 Mar 2020 11:21:30 +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 ilM5kawMl5lJ for ; Sun, 8 Mar 2020 11:21:30 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E63D684CD4 for ; Sun, 8 Mar 2020 11:21:29 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DA6F1FB27; Sun, 8 Mar 2020 11:21:29 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 8 Mar 2020 11:21:29 +0000 From: "Martin Husemann" Subject: CVS commit: [netbsd-9] src/sys/kern To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20200308112129.DA6F1FB27@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: "Martin Husemann" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: martin Date: Sun Mar 8 11:21:29 UTC 2020 Modified Files: src/sys/kern [netbsd-9]: kern_mutex.c Log Message: Pull up following revision(s) (requested by chs in ticket #768): sys/kern/kern_mutex.c: revision 1.90 split an "a && b" assertion into two so it's clear in the dump which condition was not true even if both are true by the time the dump is written. To generate a diff of this commit: cvs rdiff -u -r1.79 -r1.79.2.1 src/sys/kern/kern_mutex.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.