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

David E. O'Brien obrien at FreeBSD.org
Mon Dec 10 22:10:11 PST 2007


obrien      2007-12-11 06:10:10 UTC

  FreeBSD src repository

  Modified files:
    usr.sbin/syslogd     syslogd.c 
  Log:
  + 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.
  
  Obtained from:  Juniper Networks
  
  Revision  Changes    Path
  1.154     +20 -9     src/usr.sbin/syslogd/syslogd.c


More information about the cvs-src mailing list