From owner-freebsd-hackers Fri Jan 30 08:35:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA27868 for hackers-outgoing; Fri, 30 Jan 1998 08:35:19 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from LOCUTUS.ADM.RL.AF.MIL (LOCUTUS.ADM.RL.AF.MIL [128.132.129.27]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA27839 for ; Fri, 30 Jan 1998 08:35:02 -0800 (PST) (envelope-from greenc@rl.af.mil) Received: from rl.af.mil (HEPHAESTUS.IWT.RL.AF.MIL [128.132.46.34]) by LOCUTUS.ADM.RL.AF.MIL (8.8.5/8.8.5) with ESMTP id LAA08824 for ; Fri, 30 Jan 1998 11:34:58 -0500 (EST) Message-ID: <34D2015F.60A107C5@rl.af.mil> Date: Fri, 30 Jan 1998 11:35:43 -0500 From: Charles Green X-Mailer: Mozilla 4.04 [en] (Win95; U) MIME-Version: 1.0 To: hackers@FreeBSD.ORG Subject: Sending messages from a lkm Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe hackers" I have an unusual question, I've written a loadable kernel module and I would like to be able to pass messages from the lkm to an external application. What would the most efficient way of doing this be?