From owner-cvs-all Fri May 18 1:52:59 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 BF44137B422; Fri, 18 May 2001 01:52:56 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4I8quf41664; Fri, 18 May 2001 01:52:56 -0700 (PDT) (envelope-from nik) Message-Id: <200105180852.f4I8quf41664@freefall.freebsd.org> From: Nik Clayton Date: Fri, 18 May 2001 01:52:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/syscons syscons.c src/sys/sys consio.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: X-Loop: FreeBSD.ORG nik 2001/05/18 01:52:56 PDT Modified files: sys/dev/syscons syscons.c sys/sys consio.h Log: Add a new ioctl to syscons, CONS_SCRSHOT. Given a userland buffer, it copies out the current contents of the video buffer for a syscons terminal, providing a snapshot of the text and attributes. Based heavily on work originally submitted by Joel Holveck for 2.2.x almost 30 months ago, which I cleaned up a little, and forward ported to -current. See also the usr.bin/scrshot utility. Revision Changes Path 1.358 +19 -1 src/sys/dev/syscons/syscons.c 1.7 +11 -1 src/sys/sys/consio.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message