Lua in the kernel...

2013-12-02 Thread Marc Balmer
Some Illumos developers consider adding Lua to the kernel to provide what they call ZFS Channel Programs: http://www.youtube.com/watch?v=EGKek5sZ2Xw&list=PLaUVvul17xSdWMBt5tAC8Hu7bbeWskD_q Lua part starts at approx 1:13

ptrdiff_t in the kernel

2013-12-02 Thread Lourival Vieira Neto
Hi Folks, Is there a reason to do not have ptrdiff_t defined in the kernel? Shouldn't be OK to define it in sys/cdefs.h? Or even for having stddef.h itself in the kernel? Regards, -- Lourival Vieira Neto

Re: ptrdiff_t in the kernel

2013-12-02 Thread Matt Thomas
On Dec 2, 2013, at 5:58 PM, Lourival Vieira Neto wrote: > Hi Folks, > > Is there a reason to do not have ptrdiff_t defined in the kernel? > Shouldn't be OK to define it in sys/cdefs.h? Or even for having > stddef.h itself in the kernel? It is defined in the kernel and comes from via . No,

Sudden reboot

2013-12-02 Thread Jan Danielsson
Hello, I'm running netbsd-6 (a month old or so) on a Soekris net6501 (NetBSD/amd64), and tonight I had an unexpected reboot. /var/log/messages contains: Dec 3 03:15:46 aria syslogd[188]: restart Dec 3 03:15:46 aria /netbsd: uvm_fault(0x8071b4d8, 0x0, 1) -> e Dec 3 03:15:46 aria /net

Re: Sudden reboot

2013-12-02 Thread David Holland
On Tue, Dec 03, 2013 at 08:13:29AM +0100, Jan Danielsson wrote: >I'm running netbsd-6 (a month old or so) on a Soekris net6501 > (NetBSD/amd64), and tonight I had an unexpected reboot. > /var/log/messages contains: > > Dec 3 03:15:46 aria syslogd[188]: restart > Dec 3 03:15:46 aria /ne

Re: Sudden reboot

2013-12-02 Thread Nick Hudson
On 12/03/13 07:49, David Holland wrote: On Tue, Dec 03, 2013 at 08:13:29AM +0100, Jan Danielsson wrote: >I'm running netbsd-6 (a month old or so) on a Soekris net6501 > (NetBSD/amd64), and tonight I had an unexpected reboot. > /var/log/messages contains: > > Dec 3 03:15:46 aria sys