Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Oct 2004 12:24:39 +0000 (UTC)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sys bufobj.h vnode.h
Message-ID:  <200410211224.i9LCOdqL035624@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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