dmesg - Add -ff feature
authorMatthew Dillon <dillon@apollo.backplane.com>
Tue, 1 Jul 2014 15:52:16 +0000 (08:52 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Tue, 1 Jul 2014 15:53:28 +0000 (08:53 -0700)
commit595fda35687e7e3d14d7be7bbee0820df5e2874b
treeb0e9d05bf92b53dde70305bed9692ed3cd674ee1
parentd60d061696d26769b673081395baa7e75ebacfb9
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.
sbin/dmesg/dmesg.8
sbin/dmesg/dmesg.c