KPI changes?
KPI changes?
- Subject: KPI changes?
- From: Steven Palm <email@hidden>
- Date: Fri, 29 Apr 2005 20:06:49 -0500
How exciting to see the news of a standardized API for kexts.
I admit I know very little in this area, but am trying to learn as
much as possible.
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 suspect that Mattias will eventually get this working, but as a
learning experience I decided to look into it myself.
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
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.
Steve
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-kernel mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden