From owner-freebsd-hackers@FreeBSD.ORG Sun Feb 6 11:22:05 2005 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0607016A4CE for ; Sun, 6 Feb 2005 11:22:05 +0000 (GMT) Received: from smtp.ucla.edu (smtp.ucla.edu [169.232.48.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBD9C43D41 for ; Sun, 6 Feb 2005 11:22:04 +0000 (GMT) (envelope-from ashcs@ucla.edu) Received: from mail.ucla.edu (mail.ucla.edu [169.232.47.135]) by smtp.ucla.edu (8.13.1/8.13.1) with ESMTP id j16BM4jc003839 for ; Sun, 6 Feb 2005 03:22:04 -0800 Received: from ash (s226-88.resnet.ucla.edu [164.67.226.88]) (authenticated bits=0) by mail.ucla.edu (8.13.3/8.13.3) with ESMTP id j16BM4aH027985 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NOT) for ; Sun, 6 Feb 2005 03:22:04 -0800 Message-ID: <001301c50c3e$1a8003b0$58e243a4@ash> From: "Ashwin Chandra" To: Date: Sun, 6 Feb 2005 03:22:11 -0800 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Probable-Spam: no X-Spam-Hits: 0.152 X-Scanned-By: smtp.ucla.edu Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Opening and wriiting to file in Kern X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Feb 2005 11:22:05 -0000 Does anyone know the correct calls to open a file, write to it, and = close it, IN *kernel* mode.=20 Ash