From owner-freebsd-hackers Wed Mar 10 12:17:50 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from pak.texar.com (pak.texar.com [207.112.49.1]) by hub.freebsd.org (Postfix) with ESMTP id 8D3A81531A for ; Wed, 10 Mar 1999 12:17:30 -0800 (PST) (envelope-from dseg@pak.texar.com) Received: (from dseg@localhost) by pak.texar.com (8.8.8/8.8.3) id PAA26886; Wed, 10 Mar 1999 15:17:15 -0500 (EST) Date: Wed, 10 Mar 1999 15:17:15 -0500 (EST) From: Dan Seguin To: freebsd-hackers@FreeBSD.org Subject: KLD Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all, I've got two questions: 1. Is there a way of creating more than one syscall in the same KLD? Is syscall_register() all one needs to do? If not, what kind of hand waving is necessary with SYSCALL_MODULE, DECLARE_MODULE, SYSINIT, DATASET? 2. Is it possible to replace a syscall with a new one but still call the old one? Thanks for your help. Dan Seguin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message