cvs commit: src/sbin Makefile src/sbin/ddb Makefile ddb.8 ddb.c
ddb.h ddb_script.c
Robert Watson
rwatson at FreeBSD.org
Wed Dec 26 01:38:23 PST 2007
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)
More information about the cvs-src
mailing list