Seems good to me.
I wouldn't bother with disabling this in SMALL_KERNEL. Space
is not short enough to complicate the code for ~200 bytes.
> To make syslog reliable, I want to see log messages about failed
> log atempts. sendsyslog(2) seems a good place to detect and report
> the problem.
>
>
Hi,
To make syslog reliable, I want to see log messages about failed
log atempts. sendsyslog(2) seems a good place to detect and report
the problem.
ok?
bluhm
Index: kern/subr_log.c
===
RCS file: /data/mirror/openbsd/cvs/src/sys/k