commit 595fda35687e7e3d14d7be7bbee0820df5e2874b
Author: Matthew Dillon <[email protected]>
Date: Tue Jul 1 08:52:16 2014 -0700
dmesg - Add -ff feature
* Add a feature whereby if -f is specified twice (-ff), dmesg will
not sleep() in its monitoring loop and will instead live loop.
This feature is intended only to help debug crashing kernel situations
and should not be used for normal dmesg monitoring.
Summary of changes:
sbin/dmesg/dmesg.8 | 10 ++++++++--
sbin/dmesg/dmesg.c | 5 +++--
2 files changed, 11 insertions(+), 4 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/595fda35687e7e3d14d7be7bbee0820df5e2874b
--
DragonFly BSD source repository