From owner-cvs-all Tue May 22 15:13:31 2001 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 1DA7237B42C; Tue, 22 May 2001 15:13:28 -0700 (PDT) (envelope-from dd@FreeBSD.org) Received: (from dd@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4MMDP684091; Tue, 22 May 2001 15:13:27 -0700 (PDT) (envelope-from dd) Message-Id: <200105222213.f4MMDP684091@freefall.freebsd.org> From: Dima Dorfman Date: Tue, 22 May 2001 15:13:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern tty_snoop.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 dd 2001/05/22 15:13:25 PDT Modified files: sys/kern tty_snoop.c Log: Convert this driver to (ab?)use line disciplines to get the input it needs instead of relying on idiosyncratic hacks in the tty subsystem. Also add module code since this can now be compiled as a module. Silence by: -hackers, -audit Revision Changes Path 1.54 +85 -18 src/sys/kern/tty_snoop.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message