libc - Do not allow a stuck syslogd to screw up the entire system
authorMatthew Dillon <dillon@apollo.backplane.com>
Sat, 24 Mar 2012 00:33:51 +0000 (17:33 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Sat, 24 Mar 2012 00:37:40 +0000 (17:37 -0700)
commit61f40eab02d073fff26f1d1cc78d5693c3bcea53
tree92b6b5bdfc0c6cb43208c366780fcda048e7c3af
parentafea4d5a3cf396976e5b778f8477d972e8c29735
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.
lib/libc/gen/syslog.c