Re: svn commit: r256512 - head/usr.bin/netstat

2013-10-30 Thread Gleb Smirnoff
Jeremie, On Mon, Oct 28, 2013 at 09:41:13PM +0100, Jeremie Le Hen wrote: J> On Tue, Oct 15, 2013 at 09:55:08AM +, Gleb Smirnoff wrote: J> > Log: J> > Rewrite netstat/if.c to use getifaddrs(3) and getifmaddrs(3) instead of J> > libkvm digging in kernel memory. This is possible since r23

Re: svn commit: r256512 - head/usr.bin/netstat

2013-10-28 Thread Jeremie Le Hen
Hi Gleb, On Tue, Oct 15, 2013 at 09:55:08AM +, Gleb Smirnoff wrote: > Author: glebius > Date: Tue Oct 15 09:55:07 2013 > New Revision: 256512 > URL: http://svnweb.freebsd.org/changeset/base/256512 > > Log: > Rewrite netstat/if.c to use getifaddrs(3) and getifmaddrs(3) instead of > libkv

Re: svn commit: r256512 - head/usr.bin/netstat

2013-10-17 Thread Hiroki Sato
Gleb Smirnoff wrote in <201310150955.r9f9t8pq084...@svn.freebsd.org>: gl> Author: glebius gl> Date: Tue Oct 15 09:55:07 2013 gl> New Revision: 256512 gl> URL: http://svnweb.freebsd.org/changeset/base/256512 gl> gl> Log: gl> Rewrite netstat/if.c to use getifaddrs(3) and getifmaddrs(3) instea

svn commit: r256512 - head/usr.bin/netstat

2013-10-15 Thread Gleb Smirnoff
Author: glebius Date: Tue Oct 15 09:55:07 2013 New Revision: 256512 URL: http://svnweb.freebsd.org/changeset/base/256512 Log: Rewrite netstat/if.c to use getifaddrs(3) and getifmaddrs(3) instead of libkvm digging in kernel memory. This is possible since r231506 made getifaddrs(3) to supply