O. Hartmann wrote:
A few days ago, I stumbled into sthis at Phoronix:
http://www.phoronix.com/scan.php?page=news_item&px=MTE1NzY
KLANG is supposed to be an exchange audio system for the kernel,
replacing several userland backed systems. Phoronix also claims this
approach is supposed to support
On 13 Aug 2012, at 07:57, Volodymyr Kostyrko wrote:
> 1. It's targeted at fixing Linux bugs, not FreeBSD ones. FreeBSD sound system
> had in-kernel virtual channel mixing support for years.
I found this to be the major issue. There were very few things on the list
that weren't already supporte
On Mon, Aug 13, 2012 at 01:13:35AM +0200, Juergen Lock wrote:
> On Sun, Aug 05, 2012 at 07:38:11PM +0200, Juergen Lock wrote:
> > On Sun, Aug 05, 2012 at 07:13:53PM +0300, Konstantin Belousov wrote:
> > > On Sun, Aug 05, 2012 at 05:31:19PM +0200, Juergen Lock wrote:
> > > > Hi kib, -current, seems
Seeing this on r239222:
panic: Lock (sx) USB config SX lock not locked @
/usr/src/sys/dev/usb/usb/usb_device.c:2781
thanks
-kim
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send a
It was found a ps/2 keyboard would work when the usb keyboard would not so
was then able to get a backtrace:
http://img827.imageshack.us/img827/3622/img0084vc.jpg
http://img705.imageshack.us/img705/9816/img0086dms.jpg
-kim
___
freebsd-current@freebsd.o
On Sun, Aug 12, 2012 at 5:44 PM, Colin Percival wrote:
> Hi all,
>
> If I'm understanding things correctly, the "maxswzone" value -- set by the
> kern.maxswzone loader tunable or to VM_SWZONE_SIZE_MAX by default -- should
> be approximately 9 MiB per GiB of swap space.
>
> The current default for
On Mon, Aug 13, 2012 at 01:30:47PM +0300, Konstantin Belousov wrote:
> On Mon, Aug 13, 2012 at 01:13:35AM +0200, Juergen Lock wrote:
> > On Sun, Aug 05, 2012 at 07:38:11PM +0200, Juergen Lock wrote:
> > > On Sun, Aug 05, 2012 at 07:13:53PM +0300, Konstantin Belousov wrote:
> > > > On Sun, Aug 05, 2
On Monday 13 August 2012 13:15:00 Kim Culhan wrote:
> Seeing this on r239222:
>
> panic: Lock (sx) USB config SX lock not locked @
> /usr/src/sys/dev/usb/usb/usb_device.c:2781
>
> thanks
> -kim
It's my fault. I'll add the missing locks. Thank you.
--HPS
_
On Monday 13 August 2012 20:17:31 Hans Petter Selasky wrote:
> On Monday 13 August 2012 13:15:00 Kim Culhan wrote:
> > Seeing this on r239222:
> >
> > panic: Lock (sx) USB config SX lock not locked @
> > /usr/src/sys/dev/usb/usb/usb_device.c:2781
> >
> > thanks
> > -kim
>
> It's my fault. I'll a
In my kernel stuff i tend to define debugging macros of the form
#define ND(format, ...) do {} while (0)
#define D(format, ...) do { } while (0)
so it is convenient to comment them out when not needed anymore.
I have recently tried the following rate-limited version, wh
On 14 August 2012 08:56, Luigi Rizzo wrote:
> In my kernel stuff i tend to define debugging macros of the form
>
> #define ND(format, ...) do {} while (0)
> #define D(format, ...) do { } while (0)
>
> so it is convenient to comment them out when not needed anymore.
>
> I
On 2012-Aug-12 15:44:07 -0700, Colin Percival wrote:
>If I'm understanding things correctly, the "maxswzone" value -- set by the
>kern.maxswzone loader tunable or to VM_SWZONE_SIZE_MAX by default -- should
>be approximately 9 MiB per GiB of swap space.
I'm not sure how you got that value. By def
On 8/3/2012 5:18 PM, John Baldwin wrote:
>>
>> Seems to apply to RELENG_9 just fine. Are there any stress tests you
>> suggest I run that might expose some bugs ? The machine is not
>> production yet, so its ok to crash it.
>
> Probably pho's stress2 stuff. Thinks like dbench might be a good sta
On Mon, Aug 13, 2012 at 2:49 PM, Hans Petter Selasky wrote:
> On Monday 13 August 2012 20:17:31 Hans Petter Selasky wrote:
>> On Monday 13 August 2012 13:15:00 Kim Culhan wrote:
>> > Seeing this on r239222:
>> >
>> > panic: Lock (sx) USB config SX lock not locked @
>> > /usr/src/sys/dev/usb/usb/us
On Tuesday 14 August 2012 00:36:48 Kim Culhan wrote:
> On Mon, Aug 13, 2012 at 2:49 PM, Hans Petter Selasky wrote:
> > On Monday 13 August 2012 20:17:31 Hans Petter Selasky wrote:
> >> On Monday 13 August 2012 13:15:00 Kim Culhan wrote:
> >> > Seeing this on r239222:
> >> >
> >> > panic: Lock (sx
Colin Percival writes:
> If I'm understanding things correctly, the "maxswzone" value -- set by the
> kern.maxswzone loader tunable or to VM_SWZONE_SIZE_MAX by default -- should
> be approximately 9 MiB per GiB of swap space.
Far less, in fact. As mentioned in loader(8), the default 32 MB limit
Sergey Kandaurov writes:
> What about this patch? It enables to ratelimit the printf.
I have a different patch that just prints one message when swzone is
exhausted and another when more space becomes available. However, we
might want to combine the two, so that it periodically prints a message
17 matches
Mail list logo