Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-9] src/usr.sbin/syslogd
Module Name: src
Committed By: sborrill
Date: Tue Jul 7 07:58:37 UTC 2026
Modified Files:
src/usr.sbin/syslogd [netbsd-9]: 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 #2036):
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.132,1.137,1.139,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.18,1.20,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.18.1 src/usr.sbin/syslogd/extern.h
cvs rdiff -u -r1.7 -r1.7.6.1 src/usr.sbin/syslogd/sign.c
cvs rdiff -u -r1.2 -r1.2.50.1 src/usr.sbin/syslogd/sign.h
cvs rdiff -u -r1.131.2.2 -r1.131.2.3 src/usr.sbin/syslogd/syslogd.c
cvs rdiff -u -r1.8 -r1.8.2.1 src/usr.sbin/syslogd/syslogd.h
cvs rdiff -u -r1.16.6.3 -r1.16.6.4 src/usr.sbin/syslogd/tls.c
cvs rdiff -u -r1.3 -r1.3.6.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