git: libc - Do not allow a stuck syslogd to screw up the entire system

Matthew Dillon dillon at crater.dragonflybsd.org
Fri Mar 23 17:37:47 PDT 2012


commit 61f40eab02d073fff26f1d1cc78d5693c3bcea53
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Fri Mar 23 17:33:51 2012 -0700

    libc - Do not allow a stuck syslogd to screw up the entire system
    
    * If syslogd gets stuck the socket buffer will still full forever.
      Only try writing a limited number of times before giving up.

Summary of changes:
 lib/libc/gen/syslog.c |   19 ++++++++++++++-----
 1 files changed, 14 insertions(+), 5 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/61f40eab02d073fff26f1d1cc78d5693c3bcea53


-- 
DragonFly BSD source repository





More information about the Commits mailing list