need help with vbox

2008-10-15 Thread Desmond Chapman
It's dependent upon kbuild. Since the developers have no intention of fixing the issue, I would like a tutorial on converting the kmk file to a normal Makefile. _ See how Windows connects the people, information, and fun that are pa

Re: Call function on sysctl value change

2008-10-15 Thread Matthew Jakeman
On Wednesday 15 October 2008, Dag-Erling Smørgrav wrote: > Dag-Erling Smørgrav <[EMAIL PROTECTED]> writes: > > Matthew Jakeman <[EMAIL PROTECTED]> writes: > > > I was wondering if it is possible to call a function when a sysctl > > > value is changed. > > > > grep -r SYSCTL_ADD_PROC /usr/src/sys >

Re: Call function on sysctl value change

2008-10-15 Thread Dag-Erling Smørgrav
Matthew Jakeman <[EMAIL PROTECTED]> writes: > I was wondering if it is possible to call a function when a sysctl value is > changed. grep -r SYSCTL_ADD_PROC /usr/src/sys DES -- Dag-Erling Smørgrav - [EMAIL PROTECTED] ___ freebsd-hackers@freebsd.org ma

Re: Call function on sysctl value change

2008-10-15 Thread Oliver Fromme
Matthew Jakeman wrote: > I was wondering if it is possible to call a function when a sysctl value is > changed. I have added a few sysctl int variables to the kernel and for some > of these i only want certain values to be acceptable as input depending on > some conditions. I would like to b

Re: Call function on sysctl value change

2008-10-15 Thread Dag-Erling Smørgrav
Dag-Erling Smørgrav <[EMAIL PROTECTED]> writes: > Matthew Jakeman <[EMAIL PROTECTED]> writes: > > I was wondering if it is possible to call a function when a sysctl value is > > changed. > grep -r SYSCTL_ADD_PROC /usr/src/sys even better: 'man SYSCTL_ADD_PROC' will answer all your questions. DES

Invitation to connect on LinkedIn

2008-10-15 Thread Otávio Fernandes
LinkedIn FreeBSD, I'd like to add you to my professional network on LinkedIn. - Otávio Learn more: https://www.linkedin.com/e/isd/380376003/wEFbdMkx/ -- What is LinkedIn and why should you join? http://learn.linkedin.com/what-is-linke

Call function on sysctl value change

2008-10-15 Thread Matthew Jakeman
Hi all, I was wondering if it is possible to call a function when a sysctl value is changed. I have added a few sysctl int variables to the kernel and for some of these i only want certain values to be acceptable as input depending on some conditions. I would like to be able to call a function