git: kernel/kprintf: Implement the space flag, as in '% 7ld'.

Sascha Wildner swildner at crater.dragonflybsd.org
Sun Jul 19 04:48:31 PDT 2015


commit 65b983ff368f34321dae0156fef7d798eb041984
Author: Sascha Wildner <saw at online.de>
Date:   Sat May 2 11:31:15 2015 +0200

    kernel/kprintf: Implement the space flag, as in '% 7ld'.
    
    The ACPICA debugger needs it for the 'Info Misc' command.

Summary of changes:
 sys/kern/subr_prf.c | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/65b983ff368f34321dae0156fef7d798eb041984


-- 
DragonFly BSD source repository



More information about the Commits mailing list