Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=zDxiCNW0; dkim=fail reason="signature verification failed" (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=Asw9tmpq Received: by mail.netbsd.org (Postfix, from userid 605) id 9770384EB8; Mon, 15 Apr 2024 06:48:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713163688; bh=C0NlC7/Ij+8Ot93jpmOJhOfgOpcI3rktJnVJPjvYNCM=; h=Date:From:Subject:To:List-Id:Reply-To:List-Unsubscribe; b=zDxiCNW0nBqQ8GgFuG5lfV0256yd3N2NTr9GtZxXPMeEU8B19/tUmchS6B9ZUpSId chvHSlRabnBv+o035enAcL5SxTU020xAtyzD9VNJdG7UyTiiSCnkpNmd45sUSIUUmJ PYoMg5rvB1Eko7mjQ+pHmSHUS6eb0VLfeWAkOs+E= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8253B84EB7 for ; Mon, 15 Apr 2024 06:48:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=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 hL3ibO_G7jwH for ; Mon, 15 Apr 2024 06:48:07 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2309A84D2A for ; Mon, 15 Apr 2024 06:48:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713163687; bh=C0NlC7/Ij+8Ot93jpmOJhOfgOpcI3rktJnVJPjvYNCM=; h=Date:From:Subject:To:Reply-To; b=Asw9tmpqSH5pCiC1TeFWFQ12z2b8GoBg8ufmCBfjlz0K72lClHjFVMlD8pSEnyZ3l gMUeiOwQW6D4ecFL5sinG13E3rc/pw7HVhSHMtbkxjm9bh6tBNLhVegVADjD33cmTH BvANBtUs/IOVIE8Do26iG0tIgsYXoLtGsW0403Bk= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 17AF1FA2C; Mon, 15 Apr 2024 06:48:07 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 15 Apr 2024 06:48:07 +0000 From: "Nick Hudson" Subject: CVS commit: src/sys/ddb To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20240415064807.17AF1FA2C@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Nick Hudson" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: skrll Date: Mon Apr 15 06:48:07 UTC 2024 Modified Files: src/sys/ddb: db_proc.c Log Message: Fix alignment of ddb 'ps/[lw]' output. LID matches PID and has more digits. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/ddb/db_proc.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.