Re: SYSCTL
Re: SYSCTL
- Subject: Re: SYSCTL
- From: Mike Smith <email@hidden>
- Date: Sun, 8 Feb 2004 04:01:33 -0800
On Feb 7, 2004, at 3:45 PM, Matt Jaffa wrote:
I can find no other solution to my problem, I have aksed over and over
on
this list for help with ipc but they reply back making every solution
seem
stupid, since my KEXT is not an IOKit service I can't use it the way
normal
IOKits communicate with their KEXTs,
Registering a sysctl node is a perfectly OK way to communicate with a
non- I/O Kit kext.
So by using the above method ( the way webDAV does it) and it works
and no
crashing I will be satisified, unless there is a much better way of
doing
things, that someone can point me too very well documented stuff,
instead
of documentation that only states it exists and does no help.
I think you're mistaken, or confused. The MacOS X webdavfs does not
try to copy a socket structure into/out of the kernel; it uses the
normal BSD file descriptor passing mechanism.
Will my above method work theoretically ?
No.
= Mike
(Apologies for the previous From: line. Mail.app insists on using a
stupid default.)
_______________________________________________
darwin-kernel mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/darwin-kernel
Do not post admin requests to the list. They will be ignored.
References: | |
| >SYSCTL (From: Matt Jaffa <email@hidden>) |
| >Re: SYSCTL (From: Matt Jaffa <email@hidden>) |
| >Re: SYSCTL (From: "Matt Jaffa" <email@hidden>) |