Re: Q: System call interception

2000-09-04 Thread Robert Watson
On Sun, 3 Sep 2000, Pavlin Ivanov Radoslavov wrote: Intercepting syscalls is very easy. In my mind, what you should do is write a KLD that creates a syscall that mimicks the actions of what Thanks for the detailed info and the pointers. However, I forgot to mention that the

Re: Kernel problem...

2000-09-04 Thread petro
The old procedure doesn't work after I run make I receive empty string, and then when I try to run make install I received First start to built the kernel and then install it. Also I tried to change smth in Makefile but nothing help, please if somebody can answer how I can boot my FreeBSD-3.5

looking for microuptime went backwards victims...

2000-09-04 Thread Poul-Henning Kamp
I'm looking for the remaining victims of the dreaded "microuptime went backwards" message. If you can reliably reproduce the problem, please contact me, so we can arrange for some very detailed tracing to try to find out what exactly is going on. I have not been able to trigger the problem in

dlopen()

2000-09-04 Thread Michael Owens
I am trying an example I got from a magazine originally written for Linux which dynamically loads shared libraries and instantiates C++ classes within them. Being a recent FreeBSD convert, I intended to run this example on it. However, I am having a problem. I did read the man page for dlopen(),