Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Jan 2011 18:32:17 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sbin/hastd hastd.c primary.c proto.c proto_common.c proto_socketpair.c proto_tcp4.c proto_uds.c secondary.c subr.c
Message-ID:  <201101311832.p0VIWYbN042235@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

pjd         2011-01-31 18:32:17 UTC

  FreeBSD src repository

  Modified files:
    sbin/hastd           hastd.c primary.c proto.c proto_common.c 
                         proto_socketpair.c proto_tcp4.c 
                         proto_uds.c secondary.c subr.c 
  Log:
  SVN rev 218138 on 2011-01-31 18:32:17Z by pjd
  
  - Use pjdlog for assertions and aborts as this will log assert/abort message
    to syslog if we run in background.
  - Asserts in proto.c that method we want to call is implemented and remove
    dummy methods from protocols implementation that are only there to abort
    the program with nice message.
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.33      +14 -15    src/sbin/hastd/hastd.c
  1.50      +36 -37    src/sbin/hastd/primary.c
  1.5       +44 -35    src/sbin/hastd/proto.c
  1.4       +9 -1      src/sbin/hastd/proto_common.c
  1.5       +32 -79    src/sbin/hastd/proto_socketpair.c
  1.8       +28 -29    src/sbin/hastd/proto_tcp4.c
  1.4       +26 -36    src/sbin/hastd/proto_uds.c
  1.23      +6 -7      src/sbin/hastd/secondary.c
  1.3       +2 -2      src/sbin/hastd/subr.c



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