aboutsummaryrefslogtreecommitdiff
path: root/sys/ddb/db_capture.c
Commit message (Expand)AuthorAgeFilesLines
* ddb: finish converting boolean values.Pedro F. Giffuni2015-05-211-2/+1
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.Matthew D Fleming2011-01-121-1/+1
* Rename debug.ddb.capture.bytes sysctl to debug.ddb.capture.bufoff inRobert Watson2008-04-251-1/+4
* Increase maximum DDB capture buffer size to 5MB.Robert Watson2008-01-261-1/+1
* Allow DDB_CAPTURE_DEFAULTBUFSIZE and DDB_CAPTURE_MAXBUFSIZE to beRobert Watson2008-01-261-13/+18
* Rename DB_ constants in db_capture.c to DDB_ so that when they areRobert Watson2008-01-261-16/+16
* Add textdump(4) facility, which provides an alternative form of kernelRobert Watson2007-12-261-3/+55
* Add a new DDB(4) facility, output capture. Input and output from DDB may beRobert Watson2007-12-251-0/+301