Hi there, I am aware of user -> kernel boundary crossing, like Mach IPC, RPC, syscall, sysctl and ioctl. But I'm interested ina kernel -> user *initiated* connection, is there anything outthere? I have a kext that needs to initiate communication with an user process. I can alternatively let the user process initiate the connection in one of the above ways and then pass a data pool pointer, but that would be a lot harder. IS there anything I can do or use to initiate a kernel -> user crossing without user parts help? Thanks, George. _______________________________________________ darwin-kernel mailing list | darwin-kernel@lists.apple.com Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/darwin-kernel Do not post admin requests to the list. They will be ignored.
participants (1)
-
George André