I'm trying to determine how program execution is started in the kernel. I know that there is an entry points trough syscall[SYS_execve] and syscall[SYS_execv]. This seems to only catch programs executed from the Terminal. But if you launch programs through the dock, it does not seem to pass through those interfaces. Any ideas of how executing something like iCal goes through the kernel? Robert Sandilands --------------------------------------------------------------------- #include http://rsandila.webhop.org/disclaimer.html _______________________________________________ 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)
-
Robert Sandilands