cvs commit: src/sbin Makefile src/sbin/ddb Makefile ddb.8 ddb.c ddb.h ddb_script.c

Robert Watson rwatson at FreeBSD.org
Sun Mar 30 10:07:11 PDT 2008


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)


More information about the cvs-src mailing list