From owner-cvs-all Mon May 14 1:23: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 13BA737B423; Mon, 14 May 2001 01:22:57 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4E8Mv879404; Mon, 14 May 2001 01:22:57 -0700 (PDT) (envelope-from phk) Message-Id: <200105140822.f4E8Mv879404@freefall.freebsd.org> From: Poul-Henning Kamp Date: Mon, 14 May 2001 01:22:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern tty_tty.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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