From owner-cvs-src@FreeBSD.ORG Fri Nov 5 19:11:24 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7840B16A4CE; Fri, 5 Nov 2004 19:11:24 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 556CE43D39; Fri, 5 Nov 2004 19:11:24 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id iA5JBOKg024333; Fri, 5 Nov 2004 19:11:24 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id iA5JBOED024332; Fri, 5 Nov 2004 19:11:24 GMT (envelope-from jhb) Message-Id: <200411051911.iA5JBOED024332@repoman.freebsd.org> From: John Baldwin Date: Fri, 5 Nov 2004 19:11:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern kern_intr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Nov 2004 19:11:24 -0000 jhb 2004-11-05 19:11:24 UTC FreeBSD src repository Modified files: sys/kern kern_intr.c Log: - Make setting of IT_ENTROPY a bit simpler in ithread_update(). - Tweak the updating of the ithread name in ithread_update() so that the '+' and '*' characters for device names that were too short only get added at the end after as many device names as possible were fit into the allocated space. Prior to this, some long devices would result in '+' chars showing up between two different devices rather than at the end. Revision Changes Path 1.118 +10 -10 src/sys/kern/kern_intr.c