Date: Wed, 7 Jul 1999 06:48:51 -0700 (PDT) From: Kazutaka YOKOTA <yokota@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/syscons schistory.c scvidctl.c syscons.c syscons.h Message-ID: <199907071348.GAA19415@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907071348.GAA19415>
