site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com I was looking at kevent. In userspace, the NOTE_FORK event seems to be pretty close to what I'm looking for. Any idea if it (or similar) can be accessed from the kext? S+E -- Quinn "The Eskimo!" <http://www.apple.com/developer/> Apple Developer Relations, Developer Technical Support, Core OS/Hardware _______________________________________________ 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... At 11:35 -0500 26/12/06, Josh Rodatus wrote: Albeit somewhat brute-force, Jonathan Rentzsch's mach_override can solve a lot of tough problems. Just for the record, please don't do this is in any code that you intend to ship to end users. There's no way that Apple can maintain binary compatibility for KEXTs that do this. At 21:19 -0500 26/12/06, Curtis Jones wrote: Alas, kqueues are not accessible from kernel code; they rely on descriptors, and the KPIs know nothing about descriptors. Worse yet, NOTE_FORK is horribly broken on all shipping systems <rdar://problem/3439519>. This email sent to site_archiver@lists.apple.com