rwatson 2008-04-01 11:39:04 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/ddb db_textdump.c
Log:
Merge db_textdump.c:1.3 from HEAD to RELENG_7:
Use dump_write() instead of direct calls to di->dumper() in textdumps.
Textdumps alre
rwatson 2008-03-31 22:05:09 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/ddb db_textdump.c
Log:
Merge db_textdump.c:1.2 from HEAD to RELENG_7:
Refine textdump comments slightly.
Revision ChangesPath
1.3.2.2 +12 -10
rwatson 2008-01-31 16:22:14 UTC
FreeBSD src repository
Modified files:
sys/ddb db_textdump.c
Log:
Use dump_write() instead of direct calls to di->dumper() in textdumps.
Textdumps already do pretty much the same sanity checking, but
abstractions and seatbelts are
rwatson 2008-01-10 00:26:47 UTC
FreeBSD src repository
Modified files:
sys/ddb db_textdump.c
Log:
Refine textdump comments slightly.
MFC after: 3 months
Revision ChangesPath
1.2 +12 -10src/sys/ddb/db_textdump.c