Date: Tue, 11 Dec 2007 06:10:10 +0000 (UTC) From: "David E. O'Brien" <obrien@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/syslogd syslogd.c Message-ID: <200712110610.lBB6ABBb035888@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
obrien 2007-12-11 06:10:10 UTC FreeBSD src repository Modified files: usr.sbin/syslogd syslogd.c Log: + Open ctty in non-blocking mode to avoid hangs during open and close(waiting for the port to drain). + Handle "*" as a priority properly. + Test what is free'ed. + Dynamically determine length vs. hardcoding it. + Free the previous message buffer (f_prevline) only after logging all the messages and just before the process exit. Also check f_prevline for NULL before using it. + The time displayed is not synchornized with the other log destinations. + Fix a comment. Obtained from: Juniper Networks Revision Changes Path 1.154 +20 -9 src/usr.sbin/syslogd/syslogd.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712110610.lBB6ABBb035888>