From owner-cvs-sys Sat Sep 13 19:44:25 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA14817 for cvs-sys-outgoing; Sat, 13 Sep 1997 19:44:25 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA14791; Sat, 13 Sep 1997 19:44:04 -0700 (PDT) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id TAA14383; Sat, 13 Sep 1997 19:40:47 -0700 (PDT) Date: Sat, 13 Sep 1997 19:40:47 -0700 (PDT) Message-Id: <199709140240.TAA14383@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern tty.c tty_pty.c tty_tty.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1997/09/13 19:40:47 PDT Modified files: sys/kern tty.c tty_pty.c tty_tty.c Log: Extend to use poll backend. If memory serves correctly, most of this was adapted from NetBSD.. However, there are some differences in the tty system that are big enough to cause their code to not fit comfortably. Obtained from: NetBSD (I think) Revision Changes Path 1.96 +22 -22 src/sys/kern/tty.c 1.46 +40 -44 src/sys/kern/tty_pty.c 1.18 +9 -7 src/sys/kern/tty_tty.c