[patch] using luaL_register() on luacore kernel module

2013-11-25 Thread Lourival Vieira Neto
Hi again.. Just a tiny patch to use luaL_register() on luacore kernel module. Regards -- Lourival Vieira Neto lua_kernel_luacore.patch Description: Binary data

Re: [patch] put Lua standard libraries into the kernel

2013-11-25 Thread Lourival Vieira Neto
On Tue, Nov 26, 2013 at 12:08 AM, Paul Goyette wrote: > Hopefully, this actually puts the libraries into the _optional_ lua kernel > module, and not into the kernel itself? > > :) heh.. course.. s/kernel/Lua kernel module/ =) Regards, -- Lourival Vieira Neto

Re: [patch] put Lua standard libraries into the kernel

2013-11-25 Thread Paul Goyette
Hopefully, this actually puts the libraries into the _optional_ lua kernel module, and not into the kernel itself? :) On Mon, 25 Nov 2013, Lourival Vieira Neto wrote: Hi Folks, Here is a patch that puts some Lua standard libraries into the kernel: - Auxiliary library (C API); - Base librar

[patch] put Lua standard libraries into the kernel

2013-11-25 Thread Lourival Vieira Neto
Hi Folks, Here is a patch that puts some Lua standard libraries into the kernel: - Auxiliary library (C API); - Base library; - String library; - Table library. Regards, -- Lourival Vieira Neto lua_kernel_stdlib.patch Description: Binary data

Re: Help for PR kern/46606 is needed

2013-11-25 Thread Patrick Welche
On Mon, Nov 25, 2013 at 07:33:50PM +0900, Ryo ONODERA wrote: > Hi, > > Now pkgsrc/www/firefox and firefox24 use pkgsrc/audio/pulseaudio > to output native audio, for example. webm video playback audio etc. > (By the way, gstreamer support enables native H.264 playback) > > pulseaudio needs pkgsrc

Re: A Library for Converting Data to and from C Structs for Lua

2013-11-25 Thread Lourival Vieira Neto
On Sun, Nov 24, 2013 at 10:06 PM, James K. Lowden wrote: > On Sat, 23 Nov 2013 11:46:19 -0200 > Lourival Vieira Neto wrote: >> On Sat, Nov 23, 2013 at 1:22 AM, James K. Lowden >> wrote: >> > On Mon, 18 Nov 2013 09:07:52 +0100 >> > Marc Balmer wrote: >> > >> >> After discussion we lneto@ and oth

Re: mpt(4) timeout recovery improvements

2013-11-25 Thread Edgar Fuß
> On the whole, I like this patch Thanks. > 1. The original patch I created tries to recover from a number of > conditions other than simple timeouts based on messages that come back from > the IOC. In such cases, mpt_restart() is called. I think those events can > still be handled gracefully b

Re: mpt(4) timeout recovery improvements

2013-11-25 Thread Brian Buhrow
Hello Edgar. On the whole, I like this patch and I'll give it a whirl. Some comments: 1. The original patch I created tries to recover from a number of conditions other than simple timeouts based on messages that come back from the IOC. In such cases, mpt_restart() is called. I think

Re: Help for PR kern/46606 is needed

2013-11-25 Thread Christos Zoulas
In article <6eefbae491842ca53ddd56690ba31...@mail.marples.name>, Roy Marples wrote: >-=-=-=-=-=- > >Hi > >On 25/11/2013 10:33, Ryo ONODERA wrote: >> pulseaudio needs pkgsrc/sysutils/hal, and running hal causes >> PR kern/46606 kernel panic when the NetBSD system is shutdown. >> See http://gnats.n

Re: Help for PR kern/46606 is needed

2013-11-25 Thread Ryo ONODERA
Hi, From: Roy Marples , Date: Mon, 25 Nov 2013 14:38:15 + > Hi > > On 25/11/2013 10:33, Ryo ONODERA wrote: >> pulseaudio needs pkgsrc/sysutils/hal, and running hal causes >> PR kern/46606 kernel panic when the NetBSD system is shutdown. >> See http://gnats.netbsd.org/46606 (and duplicated bu

Re: Help for PR kern/46606 is needed

2013-11-25 Thread Roy Marples
Hi On 25/11/2013 10:33, Ryo ONODERA wrote: pulseaudio needs pkgsrc/sysutils/hal, and running hal causes PR kern/46606 kernel panic when the NetBSD system is shutdown. See http://gnats.netbsd.org/46606 (and duplicated bug http://gnats.netbsd.org/47012 ). How to debug this problem? This problem i

Re: mpt(4) timeout recovery improvements

2013-11-25 Thread Edgar Fuß
OK, I have something working now (based on Brian Buhrow's patch). Could somebody please review it, especially whether I got the locking etc. right? My basic test is to run dd if=/dev/rsd2d of=/dev/null bs=1m (where sd2 is an unsued disc), then pull out and re-insert the disc. With a stoc

Help for PR kern/46606 is needed

2013-11-25 Thread Ryo ONODERA
Hi, Now pkgsrc/www/firefox and firefox24 use pkgsrc/audio/pulseaudio to output native audio, for example. webm video playback audio etc. (By the way, gstreamer support enables native H.264 playback) pulseaudio needs pkgsrc/sysutils/hal, and running hal causes PR kern/46606 kernel panic when the N