From owner-cvs-all Sun Aug 8 12:31:54 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E953814BE6; Sun, 8 Aug 1999 12:31:51 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA81265; Sun, 8 Aug 1999 12:29:01 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <199908081929.MAA81265@freefall.freebsd.org> From: Poul-Henning Kamp Date: Sun, 8 Aug 1999 12:29:00 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern tty_pty.c src/sys/alpha/conf GENERIC SIMOS src/sys/i386/conf GENERIC LINT PCCARD src/sys/pc98/conf GENERIC98 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/08/08 12:29:00 PDT Modified files: sys/kern tty_pty.c sys/alpha/conf GENERIC SIMOS sys/i386/conf GENERIC LINT PCCARD sys/pc98/conf GENERIC98 Log: Make the pty driver as close to a cloning device as we can get for now, we create the pty on the fly when it is first opened. If you run out of ptys now, just MAKEDEV some more. This also demonstrate the use of dev_t->si_tty_tty and dev_t->si_drv1 in a device driver. Revision Changes Path 1.62 +62 -99 src/sys/kern/tty_pty.c 1.33 +2 -2 src/sys/alpha/conf/GENERIC 1.5 +2 -2 src/sys/alpha/conf/SIMOS 1.180 +2 -2 src/sys/i386/conf/GENERIC 1.625 +3 -3 src/sys/i386/conf/LINT 1.15 +2 -2 src/sys/i386/conf/PCCARD 1.82 +2 -2 src/sys/pc98/conf/GENERIC98 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message