On Wed, 05 Apr 2017 02:10:44 +0200, Alexander Bluhm wrote:
> Updated diff after unlock, ok?
Looks correct. OK millert@
- todd
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
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
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
===