From owner-cvs-all Tue Jul 9 17:15:26 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6AC137B400; Tue, 9 Jul 2002 17:15:20 -0700 (PDT) Received: from angelica.unixdaemons.com (angelica.unixdaemons.com [209.148.64.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1017F43E3B; Tue, 9 Jul 2002 17:15:20 -0700 (PDT) (envelope-from bmilekic@angelica.unixdaemons.com) Received: from angelica.unixdaemons.com (bmilekic@localhost.unixdaemons.com [127.0.0.1]) by angelica.unixdaemons.com (8.12.5/8.12.1) with ESMTP id g69NneDj068725; Tue, 9 Jul 2002 19:49:40 -0400 (EDT) X-Authentication-Warning: angelica.unixdaemons.com: Host bmilekic@localhost.unixdaemons.com [127.0.0.1] claimed to be angelica.unixdaemons.com Received: (from bmilekic@localhost) by angelica.unixdaemons.com (8.12.5/8.12.1/Submit) id g69Nnddj068717; Tue, 9 Jul 2002 19:49:39 -0400 (EDT) (envelope-from bmilekic) Date: Tue, 9 Jul 2002 19:49:39 -0400 From: Bosko Milekic To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_figlet.c subr_cowsay.c subr_jive.c Message-ID: <20020709194939.A65213@unixdaemons.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i 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 bmilekic 2002/07/09 15:58:23 PDT Modified files: sys/kern subr_figlet.c subr_cowsay.c subr_jive.c Log: Add three very important kernel files. Introduce new functionality in time for 5.0-RELEASE, ASAP, to allow for bug-testing. This adds quite a bit of debugging support and has shown a 15% increase in performance in kernels with WITNESS and INVARIANTS options. Approved by: rwatson, jhb Requested by: rwatson Reviewed by: rwatson No Objections: -NEGACORE Sponsored By: Canada, the Royal Canadian Mounties, and the game of Hockey (on ice, no less). Revision Changes Path 1.1 +124 -0 src/sys/kern/subr_figlet.c 1.1 +132 -0 src/sys/kern/subr_cowsay.c 1.1 +235 -0 src/sys/kern/subr_jive.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message