| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
FreeBSD 7.1 before 8.0 ships.
Spotted by: Ulrich Spoerlein <uspoerlein at gmail dot com>
MFC after: 3 days
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
alowing the DDB output capture buffer to be easily extracted from
user space. Both of these commands include -M/-N arguments, allowing
them to be used with kernel crash dumps (or /dev/mem).
This makes it easier to use DDB scripting and output capture with
minidumps or full dumps rather than with text dumps, allowing DDB
output (scripted or otherwise) to be easily extracted from a crash
dump.
MFC after: 1 week
Discussed with: brooks, jhb
|
|
|
|
| |
- Revise the manpage.
|
|
|
|
| |
feature in ipfw(8).
|
|
|
|
|
|
| |
Point at ddb(4) and textdump(4) man pages for more script examples.
MFC after: 3 months
|
|
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
|