Re: panic: Going nowhere without my init!

2009-01-15 Thread Garrett Cooper
On Wed, Jan 14, 2009 at 9:30 PM, Kamlesh Patel wrote: > Hi All, > > Thanks for answering my previous question "FreeBSD kernel Debugging tools for > Virtual Memory Module", thank you Dag-Erling Smørgrav. > > Today i made a comment in Getpid() function of sys/kern/kern_prot.c file and > i got erro

Re: How to access kernel memory from user space

2009-01-15 Thread Gerry Weaver
_ From: Alexej Sokolov [mailto:bsd.qu...@googlemail.com] To: Gerry Weaver [mailto:ger...@compvia.com] Cc: freebsd-hackers@freebsd.org Sent: Thu, 15 Jan 2009 12:31:00 -0600 Subject: Re: How to access kernel memory from user space 2008/12/23 Gerry Weaver Hello All, I am working on

Re: How to access kernel memory from user space

2009-01-15 Thread Alexej Sokolov
2008/12/23 Gerry Weaver > Hello All, > > I am working on a driver that collects various network statistics via pfil. > I have a simple array of structures that I use to store the statistics. I > also have a user space process that needs to collect these statistics every > second or so. A copy ope