Re: kvm symbols

2005-05-01 Thread Theo de Raadt
> I am currently going through the netstat code, and I see it makes a lot of use > of kvm. It is terrifying. > I take it that the preferred method for looking up kernel data would > be sysctl. Yes. > Now, I am stuck in the kvm code. I have no idea where I can find a list of > kernel symbols th

kvm symbols

2005-05-01 Thread Brian
I am currently going through the netstat code, and I see it makes a lot of use of kvm. I take it that the preferred method for looking up kernel data would be sysctl. Now, I am stuck in the kvm code. I have no idea where I can find a list of kernel symbols that can be placed into nl struct. Is