site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com How exciting to see the news of a standardized API for kexts. My VPN depends on a tun/tap extension, and the one I am using is here: http://www-user.rhrk.uni-kl.de/~nissler/tuntap/ I get a lot of undefined symbols when I try to load an existing kext in: _bpfattach _dlil_attach_protocol _dlil_dereg_if_modules _dlil_dereg_proto_module _dlil_detach_protocol _dlil_if_acquire _dlil_if_attach _dlil_if_detach _dlil_if_release _dlil_input _dlil_input_thread_wakeup _dlil_plumb_protocol _dlil_reg_if_modules _dlil_reg_proto_module _dlil_unplumb_protocol _enodev _enodev_strat _ip6intrq _ipflow_fastforward _ipintrq _kernel_flock _log _m_adj _m_free _m_freem _m_get _m_gethdr _netisr _network_flock _selrecord _selthreadclear _selwakeup _thread_funnel_switch _time _tsleep _uiomove _wakeup Steve _______________________________________________ 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... I admit I know very little in this area, but am trying to learn as much as possible. I suspect that Mattias will eventually get this working, but as a learning experience I decided to look into it myself. I see many of these in Unsupported.kext, but not all. And even the ones that are there are obviously not to be used any longer, so what is the right approach? Thanks for any pointers, I'm happy to read any and all information that's available, I just can't seem to find it. This email sent to site_archiver@lists.apple.com
participants (1)
-
Steven Palm