From owner-freebsd-fs@FreeBSD.ORG Wed Aug 4 06:45:48 2004 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9805416A4CF; Wed, 4 Aug 2004 06:45:48 +0000 (GMT) Received: from inetmg01.sony.com.sg (inetmg01.sony.com.sg [202.42.154.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6507143D1D; Wed, 4 Aug 2004 06:45:46 +0000 (GMT) (envelope-from ravi.nanjundappa@ap.sony.com) Received: from avgw02b.sony.com.sg (avgw02b [43.68.8.23]) by inetmg01.sony.com.sg (8.11.7+Sun/8.11.6) with SMTP id i746ocI23251; Wed, 4 Aug 2004 14:50:42 +0800 (SGT) Received: from unknown(43.68.8.1) by avgw02b.sony.com.sg via csmap id eff1a616_e5e2_11d8_9edd_0002b3cb4edc_17046; Wed, 04 Aug 2004 14:53:05 +0800 (SGT) Received: from sapsgssdibh01.ap.sony.com (bh01.ap.sony.com [43.68.15.23]) by seagw01.sony.com.sg (8.11.6+Sun/8.11.6) with ESMTP id i746c4E16302; Wed, 4 Aug 2004 14:38:04 +0800 (SGT) Received: from sapinsardexc01.sard.in.sony.com.sg (SAPINSARDEXC01 [43.88.102.8]) by sapsgssdibh01.ap.sony.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2657.72) id QHNJB439; Wed, 4 Aug 2004 14:45:33 +0800 Received: from [43.88.102.67] (RAVIN [43.88.102.67]) by sapinsardexc01.sard.in.sony.com.sg with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2655.55) id 37T3D8R9; Wed, 4 Aug 2004 12:27:16 +0530 From: ravi To: Robert Watson In-Reply-To: <1091592485.4760.1.camel@ravin> References: <1091592485.4760.1.camel@ravin> Content-Type: text/plain Organization: SONY-SARD Message-Id: <1091602336.4760.56.camel@ravin> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 (1.4.5-7) Date: Wed, 04 Aug 2004 12:22:16 +0530 Content-Transfer-Encoding: 7bit cc: Brian Fundakowski Feldman cc: Raja Guha cc: Dan Nelson cc: freebsd-fs@freebsd.org cc: Aniruddha Bohra cc: Andrey Simonenko Subject: Re: Regarding writing to /proc entries X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Aug 2004 06:45:48 -0000 Hi , I've created a non-process entry under /proc using linprocfs.c with read and write permissions to it . I want to associate a write functionality to that entry . How can i do that ?