DragonFly BSD
DragonFly commits List (threaded) for 2011-11
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: dmesg - Don't fail when the kernel is adding to the dmesg quickly


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 29 Nov 2011 13:43:01 -0800 (PST)

commit 35bb81cee37e18ff19a165bb1ec20e52fadbe0b9
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date:   Tue Nov 29 13:41:54 2011 -0800

    dmesg - Don't fail when the kernel is adding to the dmesg quickly
    
    * If the kernel is quickly adding to the dmesg buffer and has not started
      recycling the FIFO the increasing size of the buffer will exceed the
      probed size.
    
    * Add another 4K to the probed size to try to deal with this case.

Summary of changes:
 sbin/dmesg/dmesg.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/35bb81cee37e18ff19a165bb1ec20e52fadbe0b9


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]