syslogd: Too many '/' in "/dev//console"

2001-09-03 Thread chrisw
Between last weekend and this weekend, something changed in syslogd seems to have resulted in this boot-time error. The syslogd.c deltas from 1.82 -> 1.83 look suspect since the handling of relevant variables has changed. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebs

problems with libkvm and sysctl

2001-09-09 Thread chrisw
CONTEXT: I'm writing a clone of pgrep(1) (part of Solaris) for FreeBSD 5.0-CURRENT. Similar to FreeBSD's killall, pgrep matches a pattern against either the executable associated with each process or each process's command line arguments. I have tried using both sysctl and kvm to do this an