]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Use more descriptive names for variables.
authorHiroki Sato <hrs@FreeBSD.org>
Sat, 31 Dec 2016 13:15:52 +0000 (13:15 +0000)
committerHiroki Sato <hrs@FreeBSD.org>
Sat, 31 Dec 2016 13:15:52 +0000 (13:15 +0000)
commit8ffb87bf8cb7ea72e3197c2e51fce77c4c2e3d71
tree0a6976fba264651af0ffbef369efce093958f8a4
parentc4df255db70fa2d39702d09c76bf1499aa9761db
- Use more descriptive names for variables.
- Set O_CLOEXEC to the signal pipe and /dev/klog.
- Use a single signal handler to catch both SIGHUP and SIGCHLD.
- Fix a bug which did FD_SET() the writer-end of the pipe.
usr.sbin/syslogd/syslogd.c