Re: syslogd sigmask

2014-10-05 Thread Alexander Bluhm
Hi, As libevent provides safe signal callbacks instead of signal handlers, the sigprocmask(2) protection is not necessary and can be removed. ok? bluhm Index: usr.sbin/syslogd/syslogd.c === RCS file:

Re: syslogd sigmask

2014-10-05 Thread Nicholas Marriott
ok nicm On Sun, Oct 05, 2014 at 09:47:56PM +0200, Alexander Bluhm wrote: Hi, As libevent provides safe signal callbacks instead of signal handlers, the sigprocmask(2) protection is not necessary and can be removed. ok? bluhm Index: usr.sbin/syslogd/syslogd.c