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

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 >

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 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 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 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-21 Thread Kostik Belousov
On Mon, Jun 21, 2010 at 11:41:58AM +1200, 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

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

2010-06-23 Thread Ivan Voras
On 06/21/10 02:25, Garrett Cooper wrote: > For whatever reason my source tree wasn't prebuilt, so I reran > buildkernel and everything was fine once again. So, do the tests pass now? :) ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.

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

2010-06-23 Thread Garrett Cooper
On Wed, Jun 23, 2010 at 2:56 AM, Ivan Voras wrote: > On 06/21/10 02:25, Garrett Cooper wrote: > >> For whatever reason my source tree wasn't prebuilt, so I reran >> buildkernel and everything was fine once again. > > So, do the tests pass now? :) Not 100%, but that might be a problem with the tes