cvs commit: src/sys/sys bufobj.h vnode.h
    Poul-Henning Kamp 
    phk at FreeBSD.org
       
    Thu Oct 21 05:24:39 PDT 2004
    
    
  
phk         2004-10-21 12:24:38 UTC
  FreeBSD src repository
  Modified files:
    sys/sys              vnode.h 
  Added files:
    sys/sys              bufobj.h 
  Log:
  Add new function ttyinitmode() which sets our systemwide default
  modes on a tty structure.  Both the ".init" and the current settings
  are initialized allowing the function to be used both at attach and
  open time.
  
  The function takes an argument to decide if echoing should be enabled
  by default.  Echoing should not be enabled for regular physical
  serial ports unless they are consoles, in which case they should
  be configured by ttyconsolemode() instead.
  
  Use the new function throughout.
  
  Revision  Changes    Path
  1.1       +74 -0     src/sys/sys/bufobj.h (new)
  1.245     +15 -7     src/sys/sys/vnode.h
    
    
More information about the cvs-all
mailing list