CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/07/10 02:55:35
Modified files:
sys/sys : syslog.h
sys/kern : syscalls.master subr_log.c
Log message:
Add new sendsyslog(const char *, size_t) system call which simply passes
a message up into syslogd's /dev/log interface. This will be used to make
syslog_r work during file descriptor exhaustion, or inside sandboxes which
prohibit socket, connect, sendto, etc.
The system call is being added about a week before the library and daemon
changes.
ok guenther tedu miod matthew