Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Sep 2008 16:09:07 +0000 (UTC)
From:      "David E. O'Brien" <obrien@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/syslogd syslogd.c
Message-ID:  <200809011609.m81G9NIZ069117@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
obrien      2008-09-01 16:09:07 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    usr.sbin/syslogd     syslogd.c 
  Log:
  SVN rev 182606 on 2008-09-01 16:09:07Z 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.152.2.3  +20 -10    src/usr.sbin/syslogd/syslogd.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809011609.m81G9NIZ069117>