cvs commit: src/sbin/devd devd.cc

Joe Marcus Clarke marcus at FreeBSD.org
Wed Jul 13 17:28:12 GMT 2005


marcus      2005-07-13 17:28:11 UTC

  FreeBSD src repository (doc,ports committer)

  Modified files:
    sbin/devd            devd.cc 
  Log:
  * 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 [1]
  
  Requested by:   rwatson [1]
  Approved by:    imp
  
  Revision  Changes    Path
  1.24      +3 -1      src/sbin/devd/devd.cc


More information about the cvs-src mailing list