git: loader - Add slowprint() debugging helper

Matthew Dillon dillon at crater.dragonflybsd.org
Wed Apr 2 14:42:09 PDT 2014


commit 318e270cdf836ef5da9f3c3d893134f6b4081798
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Wed Apr 2 14:41:00 2014 -0700

    loader - Add slowprint() debugging helper
    
    * Add a slowprint() function and command to enable it
      to help trace out problems.
    
    * Used for recent debugging but calls are not intended to be permanently
      resident in the code.  Leave the infrastructure in place for future
      debugging.

Summary of changes:
 sys/boot/common/bootstrap.h |  2 ++
 sys/boot/common/module.c    | 23 ++++++++++++++++++++++-
 2 files changed, 24 insertions(+), 1 deletion(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/318e270cdf836ef5da9f3c3d893134f6b4081798


-- 
DragonFly BSD source repository



More information about the Commits mailing list