site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:from:to:references:subject:date:message-id:mime-version:content-type:content-transfer-encoding:x-mailer:thread-index:in-reply-to:x-mimeole; b=GfD0kGR4OT4YFXITyBpCFZPqc26/vQHl6fBryt7ojHrQi1IOXbXR8Amqi1a77R/MlRL/3pbfiQ1xlM3CK4+yBeIOIUZYCLJETDKjwXjpTgM3GXoZucIftY5OZLKSNTKq/47o0J66tBugPum5J1TpemHaSt+byaGfPFLN8btQ4jI= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:from:to:references:subject:date:message-id:mime-version:content-type:content-transfer-encoding:x-mailer:thread-index:in-reply-to:x-mimeole; b=mHhMXsa05u2T9h8gmnR8Ve5DCpjh6E0UDmfmqCKXmxp+R4yEPXN/gCvwURckRhHnNKDlQ29rDJg+hZ6qghgBp+UCz3Q2TKU7nQV6aeOx4hI2HFGgYmrQr7KquRhxhQf8nf5OCy/qzLrdiv8fjArkL7JQopiL0beXms8KZHXqTYI= Thread-index: AcfTmUOLxMzcx/2cRfGtTg40S26O0AAUgsgg I'm going through what you all suggested. I think I should be very specific about what i'm asking. Anways thanks for the help ________________________________ If you can't convince them, confuse them 充滿愛 - vishal shetye -----Original Message----- From: mm w [mailto:openspecies@gmail.com] Sent: Tuesday, July 31, 2007 11:06 PM To: Michael Smith Cc: Vishal Shetye; darwin-kernel@lists.apple.com Subject: Re: #ifdef NFSD On 7/31/07, Michael Smith <drivers@mu.org> wrote:
On Jul 31, 2007, at 4:35 AM, Vishal Shetye wrote:
I'm porting a linux kernel module that installs hooks to intercept open, close syscalls on nfs mount. In case of mac i can listen on KAUTH_SCOPE_FILEOP/VNODE for intercepting normal file system calls but can it also be used for nfs mount files?
That depends. Why are you trying to intercept operations against files hosted on an NFS server?
Also, what is the significanse of #ifdef NFSD???
In what context?
it makes sense for some folks
What is the equivalent of nfsd_open on Mac? nfs.h has only nfssvc() syscall. Where can I find the equivalent functions for nfsd_open, nfsd_close etc?
You probably won't. Please stop assuming that Darwin is anything like Linux. Your life (and ours) will be much easier.
= Mike
useless comment ... i quickly sent a link, all is explained there Vishal needs a simple nfs-client access +
_______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/darwin-kernel/openspecies%40gmail.com
This email sent to openspecies@gmail.com
_______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com
participants (1)
-
Vishal Shetye