CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2021/09/10 09:18:36
Modified files: usr.sbin/syslogd: syslogd.c syslogd.h Log message: When writing a message, syslogd did a combination of putting everything into an iov and do some sprintf() formating later. Better put everything into the iov upfront based on what the output methods need. Then either the full iov is written or a line is created by concatenating. OK martijn@