Date: Sun, 30 Mar 2008 17:07:10 +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: <200803301707.m2UH7A9K004627@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2008-03-30 17:07:10 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sbin Makefile Added files: (Branch: RELENG_7) sbin/ddb Makefile ddb.8 ddb.c ddb.h ddb_script.c Log: Merge Makefile:1.169, ddb/Makefile:1.1, ddb.8:1.1, ddb.c:1.1, ddb.h:1.1, ddb_script.c:1.1 from HEAD to RELENG_7: 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. Revision Changes Path 1.168.2.1 +1 -0 src/sbin/Makefile 1.1.2.1 +8 -0 src/sbin/ddb/Makefile (new) 1.3.2.1 +106 -0 src/sbin/ddb/ddb.8 (new) 1.2.2.1 +67 -0 src/sbin/ddb/ddb.c (new) 1.1.2.1 +37 -0 src/sbin/ddb/ddb.h (new) 1.1.2.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?200803301707.m2UH7A9K004627>