RE: KLD and UID

2004-03-19 Thread Simon Timms
>What version of FreeBSD are you trying this on? >You might want to look at this thread on hackers@, it's very similar to >what you're trying to do, I think: Yes, I think I found that thread yesterday. I am trying it on the 5.x series and I notice that the proc pointer argument of a syscall has

Re: KLD and UID

2004-03-18 Thread Chris Pressey
On Tue, 16 Mar 2004 23:09:36 -0700 Simon Timms <[EMAIL PROTECTED]> wrote: > Hi there, I am playing around with kernel modules trying to learn > something and hopefully not destroy my computer too badly. Right now > my goal is to print out the user id from an open() call. I am basing > my work ar