From owner-cvs-all@FreeBSD.ORG Sun Jul 3 01:01:14 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEE2F16A8F8; Sun, 3 Jul 2005 00:57:13 +0000 (GMT) (envelope-from ps@mu.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7E9F443DF; Sun, 3 Jul 2005 00:37:25 +0000 (GMT) (envelope-from ps@mu.org) Received: by elvis.mu.org (Postfix, from userid 1000) id B5C246D126; Sat, 2 Jul 2005 17:36:12 -0700 (PDT) X-Original-To: ps@mu.org Delivered-To: ps@mu.org Received: from mx2.freebsd.org (mx2.freebsd.org [216.136.204.119]) by elvis.mu.org (Postfix) with ESMTP id A14D65C9B4 for ; Wed, 29 Dec 2004 11:16:07 -0800 (PST) Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 62C6156A77 for ; Wed, 29 Dec 2004 19:15:31 +0000 (GMT) (envelope-from owner-src-committers@FreeBSD.org) Received: by hub.freebsd.org (Postfix) id 379A216A546; Wed, 29 Dec 2004 19:15:24 +0000 (GMT) Delivered-To: ps@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 538) id 35A3F16A4D0; Wed, 29 Dec 2004 19:15:22 +0000 (GMT) Delivered-To: src-committers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E80AD16A4CE; Wed, 29 Dec 2004 19:15:20 +0000 (GMT) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB63F43D55; Wed, 29 Dec 2004 19:15:20 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.34] (adsl-67-119-74-222.dsl.sntc01.pacbell.net [67.119.74.222]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id iBTJFHGV026669 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 29 Dec 2004 11:15:18 -0800 Message-ID: <41D30245.8020600@root.org> From: Nate Lawson User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jeff Roberson References: <200412260013.iBQ0DcJ1074546@repoman.freebsd.org> <20041229020531.GA12575@dragon.nuxi.com> <41D26CE3.4070404@root.org> <20041229124826.Q60504@mail.chesapeake.net> In-Reply-To: <20041229124826.Q60504@mail.chesapeake.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-src-committers@FreeBSD.org Precedence: bulk X-Loop: FreeBSD.ORG X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on elvis.mu.org X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.0.1 X-Spam-Level: Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys ktr.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Sun, 03 Jul 2005 01:01:14 -0000 X-Original-Date: Wed, 29 Dec 2004 11:15:17 -0800 X-List-Received-Date: Sun, 03 Jul 2005 01:01:14 -0000 Jeff Roberson wrote: > On Wed, 29 Dec 2004, Nate Lawson wrote: >>Also, could someone please get us more KTR ids while they're at it? We >>only have 2 left. > > > I think we should make one or to KTR_LOCAL's or something like that. So > you can have a define in your file for KTR_MYCODE 0, and when you want to > debug it, define it to KTR_LOCAL. There are a bunch of KTR ids that are > used for things that don't really need to be global that we could gc if we > do that. Isn't there a way to dynamically allocate ids, like sysctl does for oid? -- Nate