Date: Wed, 26 Dec 2007 09:38:22 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin Makefile src/sbin/ddb Makefile ddb.8 ddb.c ddb.h ddb_script.c Message-ID: <200712260938.lBQ9cMmq039769@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2007-12-26 09:38:22 UTC FreeBSD src repository Modified files: sbin Makefile Added files: sbin/ddb Makefile ddb.8 ddb.c ddb.h ddb_script.c Log: Add command-line tool ddb(8), which allows DDB(4) scripts to be managed from userspace. It is largely a wrapper for sysctl() calls, but because the sysctls for adding and removing scripts are awkward to use directly, this provides an easier-to-use interface. MFC after: 3 months Revision Changes Path 1.169 +1 -0 src/sbin/Makefile 1.1 +8 -0 src/sbin/ddb/Makefile (new) 1.1 +106 -0 src/sbin/ddb/ddb.8 (new) 1.1 +67 -0 src/sbin/ddb/ddb.c (new) 1.1 +37 -0 src/sbin/ddb/ddb.h (new) 1.1 +160 -0 src/sbin/ddb/ddb_script.c (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712260938.lBQ9cMmq039769>