From owner-cvs-src@FreeBSD.ORG Thu Apr 3 21:33:15 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A86E9106566B; Thu, 3 Apr 2008 21:33:15 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7B2A68FC0C; Thu, 3 Apr 2008 21:33:15 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m33LXFgS031339; Thu, 3 Apr 2008 21:33:15 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m33LXF0G031338; Thu, 3 Apr 2008 21:33:15 GMT (envelope-from brooks) Message-Id: <200804032133.m33LXF0G031338@repoman.freebsd.org> From: Brooks Davis Date: Thu, 3 Apr 2008 21:33:15 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sbin/ddb ddb.8 ddb.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Apr 2008 21:33:15 -0000 brooks 2008-04-03 21:33:15 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sbin/ddb ddb.8 ddb.c Log: NFC the ability to read a file of commands to ddb(8) modeled after the feature in ipfw(8). Revision Changes Path 1.3.2.3 +14 -0 src/sbin/ddb/ddb.8 1.2.2.2 +67 -5 src/sbin/ddb/ddb.c