From owner-cvs-all Wed Jul 7 6:48: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 2F28E15004; Wed, 7 Jul 1999 06:48:51 -0700 (PDT) (envelope-from yokota@FreeBSD.org) Received: (from yokota@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA19415; Wed, 7 Jul 1999 06:48:52 -0700 (PDT) (envelope-from yokota@FreeBSD.org) Message-Id: <199907071348.GAA19415@freefall.freebsd.org> From: Kazutaka YOKOTA Date: Wed, 7 Jul 1999 06:48:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/syscons schistory.c scvidctl.c syscons.c syscons.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk yokota 1999/07/07 06:48:51 PDT Modified files: sys/dev/syscons schistory.c scvidctl.c syscons.c syscons.h Log: - Fixed memory leak in sc_alloc_history_buffer(). - Correctly observe the variable `extra_history_size' when changing the size of history (scroll back) buffer. - Added sc_free_history_buffer(). Pointed out by: des Revision Changes Path 1.2 +66 -16 src/sys/dev/syscons/schistory.c 1.10 +14 -3 src/sys/dev/syscons/scvidctl.c 1.313 +4 -8 src/sys/dev/syscons/syscons.c 1.50 +4 -2 src/sys/dev/syscons/syscons.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message