From owner-cvs-all Mon May 27 22:40:56 2002 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 A6C8637B401; Mon, 27 May 2002 22:40:53 -0700 (PDT) Received: (from des@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4S5erb17283; Mon, 27 May 2002 22:40:53 -0700 (PDT) (envelope-from des) Message-Id: <200205280540.g4S5erb17283@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Mon, 27 May 2002 22:40:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys tty.h src/sys/kern tty.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2002/05/27 22:40:53 PDT Modified files: sys/sys tty.h sys/kern tty.c Log: Introduce struct xtty, used when exporting tty information to userland. Make kern.ttys export a struct xtty rather than struct tty. Since struct tty is no longer exposed to userland, remove the dev_t / udev_t hack. Sponsored by: DARPA, NAI Labs Revision Changes Path 1.178 +30 -5 src/sys/kern/tty.c 1.66 +29 -6 src/sys/sys/tty.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message