Re: "Checksum mismatch -- will transfer entire file"

2010-06-20 Thread Victor Sudakov
Christian Weisgerber wrote: > > > csup already has a CVS mode, at least in 9-current. I don't use older > > versions of FreeBSD so I don't know whether it supports CVS there. > > It does at least down to 7.x. High time to fix this botheration, isn't it? -- Victor Sudakov, VAS4-RIPE, VAS47-RI

Re: Are POSIX mqueues supposed to be functional on FreeBSD?

2010-06-20 Thread Garrett Cooper
On Sun, Jun 20, 2010 at 4:41 PM, Andrew Thompson wrote: > On 21 June 2010 10:11, Garrett Cooper wrote: >> On Sun, Jun 20, 2010 at 3:06 PM, Stathis Kamperis wrote: >>> 2010/6/21 Garrett Cooper :    Err... I ran an mqueue test and it popped up with ENOSYS. Which makes me wonder, are POSI

Re: Are POSIX mqueues supposed to be functional on FreeBSD?

2010-06-20 Thread Andrew Thompson
On 21 June 2010 10:11, Garrett Cooper wrote: > On Sun, Jun 20, 2010 at 3:06 PM, Stathis Kamperis wrote: >> 2010/6/21 Garrett Cooper : >>>    Err... I ran an mqueue test and it popped up with ENOSYS. Which >>> makes me wonder, are POSIX mqueues implemented 100% on FreeBSD? I >>> looked into sys/ke

Re: Are POSIX mqueues supposed to be functional on FreeBSD?

2010-06-20 Thread Stathis Kamperis
2010/6/21 Garrett Cooper : >    Err... I ran an mqueue test and it popped up with ENOSYS. Which > makes me wonder, are POSIX mqueues implemented 100% on FreeBSD? I > looked into sys/kern/uip_mqueue.c and it _appears_ functional, but I Hi, did you first load the respective kernel module (mqueuefs

Re: Are POSIX mqueues supposed to be functional on FreeBSD?

2010-06-20 Thread Peter Pentchev
On Sun, Jun 20, 2010 at 03:02:35PM -0700, Garrett Cooper wrote: > Err... I ran an mqueue test and it popped up with ENOSYS. Which > makes me wonder, are POSIX mqueues implemented 100% on FreeBSD? I > looked into sys/kern/uip_mqueue.c and it _appears_ functional, but I > could be misreading the

Re: Are POSIX mqueues supposed to be functional on FreeBSD?

2010-06-20 Thread Garrett Cooper
On Sun, Jun 20, 2010 at 3:06 PM, Stathis Kamperis wrote: > 2010/6/21 Garrett Cooper : >>    Err... I ran an mqueue test and it popped up with ENOSYS. Which >> makes me wonder, are POSIX mqueues implemented 100% on FreeBSD? I >> looked into sys/kern/uip_mqueue.c and it _appears_ functional, but I >

Are POSIX mqueues supposed to be functional on FreeBSD?

2010-06-20 Thread Garrett Cooper
Err... I ran an mqueue test and it popped up with ENOSYS. Which makes me wonder, are POSIX mqueues implemented 100% on FreeBSD? I looked into sys/kern/uip_mqueue.c and it _appears_ functional, but I could be misreading the code. Another test written which tests mqueue appears to be broken as we

[RFC] Changes in stat structures

2010-06-20 Thread Gabor PALI
Hello, I would like to integrate my Google Summer of Code project from the last year [1]. In brief, it was about converting netstat(1) into a library and providing a relatively clean API to access various networking statistics available in the kernel. The project is far from being complete, and