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

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

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

  FreeBSD src repository

  Modified files:
    sbin/hastd           proto.c proto.h proto_common.c 
                         proto_impl.h proto_socketpair.c 
                         proto_uds.c 
  Log:
  SVN rev 218139 on 2011-01-31 18:35:17Z by pjd
  
  Implement two new functions for sending descriptor and receving descriptor
  over UNIX domain sockets and socket pairs.
  This is in preparation for capsicum.
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.6       +36 -0     src/sbin/hastd/proto.c
  1.4       +2 -0      src/sbin/hastd/proto.h
  1.5       +69 -6     src/sbin/hastd/proto_common.c
  1.3       +8 -2      src/sbin/hastd/proto_impl.h
  1.6       +30 -0     src/sbin/hastd/proto_socketpair.c
  1.5       +28 -0     src/sbin/hastd/proto_uds.c



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