Re: ps does not work after a cvsupdate to 4.0-STABLE

2000-05-07 Thread Doug Barton
Henk Wevers wrote: Hi *, After a make world and offcourse a rebuild from the kernel, my ps and top command did not work anymore. If i do a ps i get the following message. ps: proc size mismatch (40872 total, 1044 chunks) Somebody has an idea? Is the procfilesystem changed and

RE: ps does not work after a cvsupdate to 4.0-STABLE

2000-05-07 Thread Henk Wevers
Yes i did, i found the solution in the Dutch FreeBSD mailinglist [EMAIL PROTECTED] FAQ IIRC. libkvm is out of sync. cd /usr/src/lib/libkvm make cleandir make cleandir make obj make depend make all install cd /usr/src/bin/ps make cleandir make cleandir make obj make depend make all install

Re: The Design and Implementation of the 4.4bsd Operating System

2000-05-07 Thread Chuck Robey
On Sun, 7 May 2000, Alkis Evlogimenos wrote: I was wondering if this book is far too off the current state of FreeBSD. Are there fundamental differences between the design of 4.4BSD and FreeBSD? There are some pretty large differences. The VM has changed. Drivers have changed. Can you

Re: The Design and Implementation of the 4.4bsd Operating System

2000-05-07 Thread Adrian Filipi-Martin
On Sun, 7 May 2000, Chuck Robey wrote: On Sun, 7 May 2000, Alkis Evlogimenos wrote: Can you also recommend any other books describing the internals of the FreeBSD OS which are a closer match than the above? Nope. It's still the best ref. Ask me again in 9 months, maybe there'll be a

Re: The Design and Implementation of the 4.4bsd Operating System

2000-05-07 Thread Alkis Evlogimenos
Alkis Evlogimenos wrote: I was wondering if this book is far too off the current state of FreeBSD. Are there fundamental differences between the design of 4.4BSD and FreeBSD? Can you also recommend any other books describing the internals of the FreeBSD OS which are a closer match than

Re: The Design and Implementation of the 4.4bsd Operating System

2000-05-07 Thread Chuck Robey
On Sun, 7 May 2000, Adrian Filipi-Martin wrote: On Sun, 7 May 2000, Chuck Robey wrote: On Sun, 7 May 2000, Alkis Evlogimenos wrote: Can you also recommend any other books describing the internals of the FreeBSD OS which are a closer match than the above? Nope. It's still the

Re: [OT] Finding people with GSM phones (was Re: GPS heads up )

2000-05-07 Thread Doug Barton
Mike Smith wrote: There were some famous cases where some criminals were located by tracking down their cell phone. The police needed some decision from court to do that, but after that, it was a short way to go. The GSM nets have some of this ability built in, to track phones. The

Re: The Design and Implementation of the 4.4bsd Operating System

2000-05-07 Thread David Greenman
On Sun, 7 May 2000, Adrian Filipi-Martin wrote: On Sun, 7 May 2000, Chuck Robey wrote: On Sun, 7 May 2000, Alkis Evlogimenos wrote: Can you also recommend any other books describing the internals of the FreeBSD OS which are a closer match than the above? Nope. It's still the

mmap cdev function in device drivers

2000-05-07 Thread Coleman Kane
Hello, I have taken it upon myself to write a device driver to access the 3dfx voodoo cards, just like the 3dfx linux driver that is available. I am using the linux code as a reference and have come to a brick wall while writing the cdev mmap function. What exactly is the return value of the