cvs commit: src/usr.sbin/syslogd syslogd.c

David E. O'Brien obrien at FreeBSD.org
Mon Sep 1 23:46:25 UTC 2008


obrien      2008-09-01 23:46:17 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    usr.sbin/syslogd     syslogd.c 
  Log:
  SVN rev 182659 on 2008-09-01 23:46:17Z by obrien
  
  MFC: r174533, r182605:
  + Open ctty in non-blocking mode to avoid hangs during open and close(waiting
    for the port to drain).
  + Handle "*" as a priority properly.
  + Test what is free'ed.
  + Dynamically determine length vs. hardcoding it.
  + Free the previous message buffer (f_prevline) only after logging all the
    messages and just before the process exit.  Also check f_prevline for NULL
    before using it.
  + The time displayed is not synchornized with the other log destinations.
  + Fix a comment.
  + Remove extraneous NULL pointer check - the pointer is guaranteed to be
    non-NULL.
  
  Revision   Changes    Path
  1.144.2.7  +30 -13    src/usr.sbin/syslogd/syslogd.c


More information about the cvs-src mailing list