Re: A TrustedBSD "voluntary sandbox" policy.

2007-11-15 Thread Christopher Davis
u use stat() syscall on the paths from the userland utility that parses the rules, collect the mount point or mount id and the inode from the stat struct, then have the MAC policy module match that data with the file id and mount id available from the vnode? -- Christopher Davis

Re: Audio driver template

2007-07-12 Thread Christopher Davis
n - made names of read and write macros consistent w/ other functions - fixed invocation of snd_mtxcreate() to include name string I also copied in some code from the atiixp drivers's suspend/resume functions for handling the play and record channels, and noticed the use of pci_set_pow

Re: Audio driver template

2007-07-10 Thread Christopher Davis
On 7/10/07, Alexander Leidinger <[EMAIL PROTECTED]> wrote: Quoting Christopher Davis <[EMAIL PROTECTED]> (from Mon, 9 Jul 2007 11:47:14 -0700): > http://people.freebsd.org/~cg/template.c > > Thought I would take a look at the audio driver template as > part of my t

Audio driver template

2007-07-09 Thread Christopher Davis
How else can it be improved? -- Christopher Davis ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"