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

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 ivo...@freebsd.org 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

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 yanef...@gmail.com wrote: On Sun, Jun 20, 2010 at 3:06 PM, Stathis Kamperis ekamp...@gmail.com wrote: 2010/6/21 Garrett Cooper yanef...@gmail.com:    Err... I ran an mqueue test and it

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

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 ekamp...@gmail.com wrote: 2010/6/21 Garrett Cooper yanef...@gmail.com:    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

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 yanef...@gmail.com:    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

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

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

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 thom...@freebsd.org wrote: On 21 June 2010 10:11, Garrett Cooper yanef...@gmail.com wrote: On Sun, Jun 20, 2010 at 3:06 PM, Stathis Kamperis ekamp...@gmail.com wrote: 2010/6/21 Garrett Cooper yanef...@gmail.com:    Err... I ran an mqueue test