From owner-cvs-all@FreeBSD.ORG Fri Sep 17 08:34:44 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1DAB016A4CE; Fri, 17 Sep 2004 08:34:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F118E43D46; Fri, 17 Sep 2004 08:34:43 +0000 (GMT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i8H8Yh53071726; Fri, 17 Sep 2004 08:34:43 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i8H8YhRD071725; Fri, 17 Sep 2004 08:34:43 GMT (envelope-from phk) Message-Id: <200409170834.i8H8YhRD071725@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 17 Sep 2004 08:34:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sys conf.h tty.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Sep 2004 08:34:44 -0000 phk 2004-09-17 08:34:43 UTC FreeBSD src repository Modified files: sys/sys conf.h tty.h Log: Add various stuff to struct tty and surounding areas in preparation for getting stuff from P4::phk_tty into -current. Revision Changes Path 1.194 +2 -0 src/sys/sys/conf.h 1.92 +26 -0 src/sys/sys/tty.h