enable/disable in kbd drivers

2007-03-25 Thread Timothy Bourke
I have almost finished a ppbus-based driver for Super Nintendo controllers. It presents itself as a keyboard to the operating system. I wanted to start and stop the polling thread via, respectively, the kbd_enable_t and kbd_disable_t hooks, but these do not seem to be called properly. Hence this po

Re: Have people started working on any Google Summer of code 2007 project?

2007-03-25 Thread Julian H. Stacey
Alexander Leidinger wrote: > Quoting "ajay gopalakrishnan" <[EMAIL PROTECTED]> (Sat, 24 Mar 2007 15:53:11 > +0530): > > > Have people started working on any Google Summer of code 2007 project? I saw > > some project ideas marked as "Suitable for Summer of code" on the project > > ideas web page.

syslog-secure (RFC3164)

2007-03-25 Thread banshee
Hello. That's what i found on freebsd.org/projects/: SYSLOG-SECURE: In August 2001 a standard of syslog was made: RFC3164. This RFC describes some extensions to add security to syslog. The project started in 2002 is to adapt RFC3164 to FreeBSD version of syslog, and to

Re: hash.h warnings

2007-03-25 Thread Garrett Cooper
On Mar 25, 2007, at 1:38 AM, Andrew Thompson wrote: Hi, There was a discussion late last year about how to fix the warnings in sys/sys/hash.h. http://lists.freebsd.org/pipermail/freebsd-net/2006-October/ 012098.html There were a few suggestions put forward but nothing was ever committed.

hash.h warnings

2007-03-25 Thread Andrew Thompson
Hi, There was a discussion late last year about how to fix the warnings in sys/sys/hash.h. http://lists.freebsd.org/pipermail/freebsd-net/2006-October/012098.html There were a few suggestions put forward but nothing was ever committed. I need to include this file in the kernel for a new drive