Re: syslogd log_debug

2017-04-05 Thread Todd C. Miller
On Wed, 05 Apr 2017 02:10:44 +0200, Alexander Bluhm wrote: > Updated diff after unlock, ok? Looks correct. OK millert@ - todd

Re: syslogd log_debug

2017-04-04 Thread Alexander Bluhm
On Fri, Mar 17, 2017 at 02:09:35AM +0100, Alexander Bluhm wrote: > This is the next step for refactoring internal syslogd(8) logging. > > Replace logdebug() with generic log_debug() from log.c. Implement > log_debugadd() to construct debug message incrementally. Updated diff after unlock, ok? b

Re: syslogd log_debug

2017-03-17 Thread Alexander Bluhm
On Fri, Mar 17, 2017 at 08:07:38AM +0100, Martin Pieuchot wrote: > On 17/03/17(Fri) 02:09, Alexander Bluhm wrote: > > Replace logdebug() with generic log_debug() from log.c. Implement > > log_debugadd() to construct debug message incrementally. > > FWIW the idea was to keep log.c identical in all

syslogd log_debug

2017-03-16 Thread Alexander Bluhm
Hi, This is the next step for refactoring internal syslogd(8) logging. Replace logdebug() with generic log_debug() from log.c. Implement log_debugadd() to construct debug message incrementally. ok? bluhm Index: usr.sbin/syslogd/log.c ===