Re: sysctl from kernel

2000-08-26 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], Maxime Henrion writes: Thanks for your help ! If someone would be kind enough to answer them, I have a few other questions. I'm currently trying to modify sysctl_kern_proc() function in src/sys/kern/kern_proc.c First: look at sysctl(3) sysctl can read and set

Re: sysctl from kernel

2000-08-25 Thread Maxime Henrion
Thanks for your help ! If someone would be kind enough to answer them, I have a few other questions. I'm currently trying to modify sysctl_kern_proc() function in src/sys/kern/kern_proc.c But, to modify it, I must understand it first ;-) First, this sysctl is supposed to give the list of the

sysctl from kernel

2000-08-23 Thread Maxime Henrion
Hi, I'm new to the FreeBSD kernel and I wanted to know what are the good methods to read a sysctl value from the kernel. Is it the same interface as in user-space ? Any help or links to some documentation would be greatly appreciated :) Thanks, Maxime Henrion To Unsubscribe: send

Re: sysctl from kernel

2000-08-23 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], Maxime Henrion writes: Hi, I'm new to the FreeBSD kernel and I wanted to know what are the good methods to read a sysctl value from the kernel. Is it the same interface as in user-space ? Any help or links to some documentation would be greatly appreciated