writing libnetstat for Summer of Code 2009

2009-03-16 Thread Cipta H
Hello everyone, I'm a college student studying CS in Columbia University. I'm interested in doing this project for Summer of Code 2009: > Libprocstat and libnetstat > Suggested Summer of Code 2009 project idea > > Technical contact: Robert Watson > > Create, similar to libmemstat, wrapper librari

Re: writing libnetstat for Summer of Code 2009

2009-03-16 Thread Rui Paulo
On 16 Mar 2009, at 14:16, Cipta H wrote: 2. How much experience in C do you need to do this project? Do you need to know the FreeBSD kernel? Yes, you need to understand the C programming language well and to be able to learn how the FreeBSD kernel works. You also need to figure out a way to

Re: ETA for ZFS v. 13 Merge From HEAD ?

2009-03-16 Thread Zaphod Beeblebrox
On Sun, Mar 15, 2009 at 6:39 PM, Pegasus Mc Cleaft wrote: > Hi Adrian, > > I am not sure, but I didnt think ZFS 13 was ever going to be merged into > 7-stable. I thought the kernel memory requirements were to great (just going > back in my memory on that one). Also, I think there are still a few

Re: writing libnetstat for Summer of Code 2009

2009-03-16 Thread Cipta H
XML? I was thinking of some opaque C structures that the functions write data to, and then supply some accessor methods, just like the ones in libmemstat. Or are you thinking of a different XML? Cipta On Mon, Mar 16, 2009 at 1:34 PM, Rui Paulo wrote: > On 16 Mar 2009, at 14:16, Cipta H wrote: >>

rebuilding libpcap

2009-03-16 Thread Alexej Sokolov
Hello, how to correctly rebuild only libpcap from /usr/src/contrib without rebuilding the whole world ? I try to do in libpcap some changes, then make; make install in /usr/src/contrib/libpcap, but the changes are not visible by calling changed functions :( What I do wrong ? Thanks, Alexej P.S: %

Re: rebuilding libpcap

2009-03-16 Thread Dan Nelson
In the last episode (Mar 16), Alexej Sokolov said: > how to correctly rebuild only libpcap from /usr/src/contrib without > rebuilding the whole world ? I try to do in libpcap some changes, then > make; make install in > /usr/src/contrib/libpcap, > but the changes are not visible by calling changed

Re: rebuilding libpcap

2009-03-16 Thread Alexej Sokolov
Ohhh... thanks a lot ! I'am jaust about to do it... 2009/3/16 Dan Nelson > In the last episode (Mar 16), Alexej Sokolov said: > > how to correctly rebuild only libpcap from /usr/src/contrib without > > rebuilding the whole world ? I try to do in libpcap some changes, then > > make; make install

Re: writing libnetstat for Summer of Code 2009

2009-03-16 Thread Xin LI
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Cipta, Cipta H wrote: > XML? I was thinking of some opaque C structures that the functions write > data to, and then supply some accessor methods, just like the ones in > libmemstat. Or are you thinking of a different XML? I'm not very sure but I

Re: Bug in tcp wrappers?

2009-03-16 Thread Chris St Denis
Mikko Työläjärvi wrote: Hi Chris, On Fri, 13 Mar 2009, Chris St Denis wrote: I think I've found a bug in libwrap/tcpwrappers. I think so too :) See below. Before filing an actual bug report I want to get some feedback here first. A hosts.allow file with ~1000 ips on a single line (Haven

Re: writing libnetstat for Summer of Code 2009

2009-03-16 Thread Cipta H
Thanks for the reply, Xin. I'm aware of something called sysctl, and if I am accepted to work on this project, my main task is to ensure all live network data will come from sysctl, but the only XML I know of is the markup language. Perhaps someone more knowledgeable can point me to the right resou

Re: writing libnetstat for Summer of Code 2009

2009-03-16 Thread Rui Paulo
On 16 Mar 2009, at 19:04, Xin LI wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Cipta, Cipta H wrote: XML? I was thinking of some opaque C structures that the functions write data to, and then supply some accessor methods, just like the ones in libmemstat. Or are you thinking of

Re: writing libnetstat for Summer of Code 2009

2009-03-16 Thread Xin LI
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Cipta, Cipta H wrote: > Thanks for the reply, Xin. I'm aware of something called sysctl, and if > I am accepted to work on this project, my main task is to ensure all live > network data will come from sysctl, but the only XML I know of is the > m

Re: writing libnetstat for Summer of Code 2009

2009-03-16 Thread Cipta H
On Mon, Mar 16, 2009 at 5:36 PM, Tim Kientzle wrote: > Many people consider top-posting to be rude.  FYI. > My comments below, where they belong. > > Cipta H wrote: >> >> Thanks for the reply, Xin. I'm aware of something called sysctl, and if >> I am accepted to work on this project, my main task

Re: writing libnetstat for Summer of Code 2009

2009-03-16 Thread Tim Kientzle
Many people consider top-posting to be rude. FYI. My comments below, where they belong. Cipta H wrote: Thanks for the reply, Xin. I'm aware of something called sysctl, and if I am accepted to work on this project, my main task is to ensure all live network data will come from sysctl, but the on