CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/07/13 22:02:33
Modified files:
usr.sbin/syslogd: syslogd.c
Log message:
Create a socketpair() and tie one end to /dev/klog using ioctl LIOCSFD.
This allows us to receive messages direct from programs using the
fd-safe sendsyslog(2), aka. syslog_r(3). Thanks to guenther for this part
of the solution.
ok beck tedu miod guenther
