Re: C code for parsing rc.conf?

2004-04-15 Thread Greg Shenaut
On Apr 14, 2004, at 5:14 PM, Tim Kientzle wrote: Craig Rodrigues wrote: Is there a C library that comes with FreeBSD which can be used to parse, append to, and validate rc.conf? I'd like to customize some of the settings in /etc/rc.conf with my own GUI-based program. It's not too hard to write

small USB MFC for perusal.

2004-04-15 Thread Julian Elischer
This cleans up most of the remaining MFC issues.. http://www.freebsd.org/~julian/usbdiff these are cosmetic changes to: M if_aue.c M if_cue.c M if_rue.c M uftdi.c M uhci.c M usbdi.c M uscanner.c M uvisor.c M uvscom.c and consists of: ID additions for some devices and probing additions for the

Re: small USB MFC for perusal.

2004-04-15 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Julian Elischer [EMAIL PROTECTED] writes: : I'd send this to the USB list but it's almost dead.. So instead you send it to a public list and cc a private one? Please don't cross post things to developers. Warner

Re: small USB MFC for perusal.

2004-04-15 Thread John-Mark Gurney
Julian Elischer wrote this message on Thu, Apr 15, 2004 at 01:20 -0700: This cleans up most of the remaining MFC issues.. http://www.freebsd.org/~julian/usbdiff [...] ID additions for some devices and probing additions for the Clie 350 one copyright addition and two bits of code missed in

fsck_ffs: bgfsck fails becuase FS_UNCLEAN is not set

2004-04-15 Thread Peter Schuller
Hello, I am trying to track down once and for all why I never seem to be able to enjoy background filesystems on the root filesystem of any machine. I have determined that checkfilesys() in fsck_ffs/main.c is bailing at the following location, thus triggering foreground checking: if

Re: C code for parsing rc.conf?

2004-04-15 Thread Tim Kientzle
Greg Shenaut wrote: On Apr 14, 2004, at 5:14 PM, Tim Kientzle wrote: Craig Rodrigues wrote: Is there a C library that comes with FreeBSD which can be used to parse, append to, and validate rc.conf? * Clear the current environment * popen() a shell command that sources rc.conf, then runs