From owner-freebsd-questions@FreeBSD.ORG Mon Jun 21 16:00:28 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 30A0F16A4CE for ; Mon, 21 Jun 2004 16:00:28 +0000 (GMT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB84D43D5C for ; Mon, 21 Jun 2004 16:00:25 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.10/8.12.10) id i5LFxsLE082789; Mon, 21 Jun 2004 10:59:54 -0500 (CDT) (envelope-from dan) Date: Mon, 21 Jun 2004 10:59:54 -0500 From: Dan Nelson To: ravi Message-ID: <20040621155953.GA55937@dan.emsphone.com> References: <1087798978.3674.24.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1087798978.3674.24.camel@localhost.localdomain> X-OS: FreeBSD 5.2-CURRENT X-message-flag: Outlook Error User-Agent: Mutt/1.5.6i cc: questions@freebsd.org Subject: Re: Regarding FreeBSD proc entries X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2004 16:00:28 -0000 In the last episode (Jun 21), ravi said: > Is it possible to create a new proc entry under /proc ? If yes, then > how to do that ? Please tell me the relevant documents for this . For things not directly related to processes, take a look at sysctls instead. Grep for SYSCTL_ in the kernel source for examples. -- Dan Nelson dnelson@allantgroup.com