Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Jul 2005 14:13:18 +0000 (UTC)
From:      Joe Marcus Clarke <marcus@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/devd devd.cc
Message-ID:  <200507181413.j6IEDJ0r049646@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marcus      2005-07-18 14:13:18 UTC

  FreeBSD src repository (doc,ports committer)

  Modified files:        (Branch: RELENG_5)
    sbin/devd            devd.cc 
  Log:
  MFC: revs 1.23 and 1.24
  
  * Replace fch{mod,own} with straight ch{mod,own} as the former cannot be used
    on socket file descriptors
  * Open permissions on /var/run/devd.pipe so that any user can read devd events
    from this socket
  * Enable non-blocking I/O on devd.pipe to keep clients from wedging devd.
    If a write(2) on devd.pipe would block, the client in question will be
    removed
  
  Approved by:    imp
  
  Revision  Changes    Path
  1.18.2.2  +4 -2      src/sbin/devd/devd.cc



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