From owner-cvs-src@FreeBSD.ORG Fri Sep 17 06:13:48 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2EEB816A4CE; Fri, 17 Sep 2004 06:13:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E02D43D2F; Fri, 17 Sep 2004 06:13:48 +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 i8H6Dl8U066785; Fri, 17 Sep 2004 06:13:47 GMT (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i8H6DlAb066784; Fri, 17 Sep 2004 06:13:47 GMT (envelope-from phk) Message-Id: <200409170613.i8H6DlAb066784@repoman.freebsd.org> From: Poul-Henning Kamp Date: Fri, 17 Sep 2004 06:13:47 +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 tty.h src/sys/kern tty.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Sep 2004 06:13:48 -0000 phk 2004-09-17 06:13:47 UTC FreeBSD src repository Modified files: sys/sys tty.h sys/kern tty.c Log: Add ttyalloc() which in due time will be the successor to ttymalloc(), but without the "struct tty *" argument. Revision Changes Path 1.229 +7 -0 src/sys/kern/tty.c 1.91 +1 -0 src/sys/sys/tty.h