Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 May 2001 01:22:56 -0700 (PDT)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern tty_tty.c
Message-ID:  <200105140822.f4E8Mv879404@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         2001/05/14 01:22:56 PDT

  Modified files:
    sys/kern             tty_tty.c 
  Log:
  Use the new ability to avoid practically all the gunk in this file.
  
  When people access /dev/tty, locate their controlling tty and return
  the dev_t of it to them.  This basically makes /dev/tty act like
  a variant symlink sort of thing which is much simpler than all the
  mucking about with vnodes.
  
  Revision  Changes    Path
  1.34      +27 -18    src/sys/kern/tty_tty.c


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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