Re: rtadvd - WARNS and a missing break?

2011-10-16 Thread Eitan Adler
On Sat, Oct 15, 2011 at 10:01 PM, Benjamin Kaduk wrote: > On Sat, 15 Oct 2011, Eitan Adler wrote: > >> I was playing around with WARNS on some programs and noticed that >> usr.sbin/rtadvd builds with WARNS=3 with both clang and gcc (and >> WARNS=6 with gcc). Perhaps the following could be committe

Re: "ps -e" without procfs(5)

2011-10-16 Thread Kostik Belousov
On Sun, Oct 16, 2011 at 07:57:57PM +0300, Mikolaj Golub wrote: > Hi, > > I have a patch that makes kvm_uread() read from user space using ptrace(2). > > http://people.freebsd.org/~trociny/kvm_uread.ptrace.patch > > With this change 'ps -e' does not requires procfs(5). > > Do you like it or ther

"ps -e" without procfs(5)

2011-10-16 Thread Mikolaj Golub
Hi, I have a patch that makes kvm_uread() read from user space using ptrace(2). http://people.freebsd.org/~trociny/kvm_uread.ptrace.patch With this change 'ps -e' does not requires procfs(5). Do you like it or there might be some reasons why it is a bad idea? Grepping sources it looks like cur