cvs commit: src/sys/sys conf.h
    Ed Schouten 
    ed at FreeBSD.org
       
    Thu May 22 13:46:42 UTC 2008
    
    
  
ed          2008-05-22 13:46:41 UTC
  FreeBSD src repository
  Modified files:
    sys/sys              conf.h 
  Log:
  Add a new group definition to sys/conf.h: GID_TTY.
  
  Our current TTY layer uses a set-uid application called ptchown to
  change ownership of a PTY slave device. The new TTY layer implements
  this functionality through a new ioctl().
  
  By accident I discovered Darwin's TTY layer also uses this approach.
  Because of this, they also have a GID_TTY.
  
  Approved by:    philip (mentor)
  
  Revision  Changes    Path
  1.238     +1 -0      src/sys/sys/conf.h
    
    
More information about the cvs-all
mailing list