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) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"