]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Use more descriptive names for variables.
authorhrs <hrs@FreeBSD.org>
Sat, 31 Dec 2016 13:15:52 +0000 (13:15 +0000)
committerhrs <hrs@FreeBSD.org>
Sat, 31 Dec 2016 13:15:52 +0000 (13:15 +0000)
commit343a31e4d8da12a9865014810b289fe9c9bbb4e2
tree0a6976fba264651af0ffbef369efce093958f8a4
parente5c1ce21cc86e95eb554646e4315e7e46f575b5c
- 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