Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-10] src/usr.sbin/syslogd
Module Name: src
Committed By: sborrill
Date: Tue Jul 7 14:49:17 UTC 2026
Modified Files:
src/usr.sbin/syslogd [netbsd-10]: extern.h sign.c sign.h syslogd.c
syslogd.h tls.c tls.h
Log Message:
Pull up the following revisions(s) (requested by msaitoh in ticket #1310):
usr.sbin/syslogd/extern.h: revision 1.5
usr.sbin/syslogd/sign.c: revision 1.10
usr.sbin/syslogd/sign.h: revision 1.4
usr.sbin/syslogd/syslogd.c: revision 1.141,1.145,1.148,1.151-1.155 via patch
usr.sbin/syslogd/syslogd.h: revision 1.10-1.11 via patch
usr.sbin/syslogd/tls.c: revision 1.26-1.27
usr.sbin/syslogd/tls.h: revision 1.4
Some improvements for syslogd(8):
- Retry sendto() if it raises EBUSY, too.
- Add missing SLIST_INIT() in main(). This is not a real bug because
the tls_opt is in BSS and SLIST_INIT() assign NULL.
- Cleanups (KNF, fix typos and G.C.).
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.4.26.1 src/usr.sbin/syslogd/extern.h
cvs rdiff -u -r1.9 -r1.9.2.1 src/usr.sbin/syslogd/sign.c \
src/usr.sbin/syslogd/syslogd.h
cvs rdiff -u -r1.3 -r1.3.2.1 src/usr.sbin/syslogd/sign.h
cvs rdiff -u -r1.140.2.1 -r1.140.2.2 src/usr.sbin/syslogd/syslogd.c
cvs rdiff -u -r1.21.2.1 -r1.21.2.2 src/usr.sbin/syslogd/tls.c
cvs rdiff -u -r1.3 -r1.3.14.1 src/usr.sbin/syslogd/tls.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index