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 variables, so you pass it the "new" value and
a buffer for the "old" value.

--
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
[EMAIL PROTECTED]         | TCP/IP since RFC 956
FreeBSD coreteam member | BSD since 4.3-tahoe    
Never attribute to malice what can adequately be explained by incompetence.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to