Re: Freebsd 11 current testing ndis / kldload: bcmwl564_sys.ko PANIC

2014-01-22 Thread Adrian Chadd
It's actually fpu code in ndis drivers. I'm going to deprecate NDIS this year, so .. OTOH, the FPU save support would be cool. -a On 22 January 2014 20:10, Miguel Clara wrote: > Getting a panic: Unregistered use of FPU in kernel > > > There seems to be a patch for FreeBSD 10, but not sure if

Lessons learned from source upgrade from FreeBSD i386 9.2 Stable to FreeBSD i386 10.0 Release.

2014-01-22 Thread Robert Burmeister
Lessons learned from source upgrade from FreeBSD i386 9.2 Stable to FreeBSD i386 10.0 Release. A) Clang is needed to compile FreeBSD 10 due to use of the updated libstdc++ in world. My workaround was to upgrade FreeBSD 9.2 to Clang 3.3 in the base system and remove GCC 4.2.1 from base 9.2. This

Freebsd 11 current testing ndis / kldload: bcmwl564_sys.ko PANIC

2014-01-22 Thread Miguel Clara
Getting a panic: Unregistered use of FPU in kernel There seems to be a patch for FreeBSD 10, but not sure if it wold apply http://www.freebsd.org/cgi/query-pr.cgi?pr=165622&sourceid=opensearch Thanks ___ freebsd-current@freebsd.org mailing list http

Re: possible selrecord optimization ?

2014-01-22 Thread Luigi Rizzo
On Wed, Jan 22, 2014 at 02:29:56PM -0500, John Baldwin wrote: > On Tuesday, January 21, 2014 9:25:27 pm Luigi Rizzo wrote: > > Looking at how selrecord() / selwakeup() and their Linux counterparts > > poll_wait() and wake_up() are used, i noticed the following: > > I wonder if we could use the

any use for sys/sys/selinfo.h outside the kernel ?

2014-01-22 Thread Luigi Rizzo
Looking at sys/sys/selinfo.h i see that parts of it are in #ifdef _KERNEL ... #endif but it seems to me that also the remaining content (definition of struct selinfo) is only of use within the kernel -- or possibly to programs who want to peek into kmem. So i wonder, does

Re: Bad support of Kingston DataTraveler/DT USB key since 9.2 (not fixed in 10.0)

2014-01-22 Thread Olivier Cochard-Labbé
On Wed, Jan 22, 2014 at 8:39 PM, Hans Petter Selasky wrote: > On 01/22/14 11:39, Hans Petter Selasky wrote: > >> On 01/22/14 11:31, Olivier Cochard-Labbé wrote: >> >>> Hi all, >>> There is a regression since 9.2 (still not fixed on 10.0) regarding a >>> list >>> of Kingston DataTraveler/DT USB key

Re: possible selrecord optimization ?

2014-01-22 Thread John Baldwin
On Tuesday, January 21, 2014 9:25:27 pm Luigi Rizzo wrote: > Looking at how selrecord() / selwakeup() and their Linux counterparts > poll_wait() and wake_up() are used, i noticed the following: > > - linux tends to call wake_up() unconditionally > at the beginning of the poll handler > > - Free

Re: Bad support of Kingston DataTraveler/DT USB key since 9.2 (not fixed in 10.0)

2014-01-22 Thread Hans Petter Selasky
On 01/22/14 11:39, Hans Petter Selasky wrote: On 01/22/14 11:31, Olivier Cochard-Labbé wrote: Hi all, There is a regression since 9.2 (still not fixed on 10.0) regarding a list of Kingston DataTraveler/DT USB keys - usb/180837, regarding "Kingston DT 101 G2": This PR include a patch for 9.2 and

Re: Bad support of Kingston DataTraveler/DT USB key since 9.2 (not fixed in 10.0)

2014-01-22 Thread Hans Petter Selasky
On 01/22/14 11:31, Olivier Cochard-Labbé wrote: Hi all, There is a regression since 9.2 (still not fixed on 10.0) regarding a list of Kingston DataTraveler/DT USB keys - usb/180837, regarding "Kingston DT 101 G2": This PR include a patch for 9.2 and a link to netbsd code that include other Kingst

FreeBSD -CURREEN/x64 as guest in VirtualBox 4.3 -- freezes HOST system under load (VirtualBox 4.2 is Ok)

2014-01-22 Thread Lev Serebryakov
Hello, FreeBSD. After upgrading VirtualBox (Windows host) to 4.3.x, FreeBSD guest starts to spent a lot of time in swi4:clock: PID USERNAME PRI NICE SIZERES STATE C TIMEWCPU COMMAND 11 root -60- 0K 176K WAIT0 29:13 18.99% intr{swi4: clock} Also, host

Bad support of Kingston DataTraveler/DT USB key since 9.2 (not fixed in 10.0)

2014-01-22 Thread Olivier Cochard-Labbé
Hi all, There is a regression since 9.2 (still not fixed on 10.0) regarding a list of Kingston DataTraveler/DT USB keys - usb/180837, regarding "Kingston DT 101 G2": This PR include a patch for 9.2 and a link to netbsd code that include other Kingston USB keys; - usb/184014, regarding "Kingston DT

Re: Regression on 10-RC5 with a multicast routing daemon

2014-01-22 Thread Olivier Cochard-Labbé
On Tue, Jan 21, 2014 at 2:33 PM, Gleb Smirnoff wrote: > On Sun, Jan 19, 2014 at 02:42:32AM +0100, Olivier Cochard-Labbé wrote: > O> But there is still a regression regarding the PIM socket behavior not > O> related to the packet format. > > Can you please try this patch to kernel? > > Lot's bette