aboutsummaryrefslogtreecommitdiff
path: root/sbin/ddb
Commit message (Expand)AuthorAgeFilesLines
* ddb: use 'textdump dump' instead of 'call doadump'Andriy Gapon2019-10-181-1/+1
* Move ddb.conf to sbin/ddb/ and switch to CONFS.Brad Davis2018-08-112-0/+16
* ddb: unbreak ppcEitan Adler2018-06-171-2/+2
* ddb: build with WARNS=6Eitan Adler2018-06-162-2/+1
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-274-0/+8
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Explicitly add more files to the 'runtime' package.Glen Barber2016-02-091-0/+1
* Update dependencies after r291406 added libelf to libkvm.Bryan Drewery2015-12-011-0/+1
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+19
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-271-2/+1
| |\ | |/ |/|
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * Sync from headSimon J. Gerraty2012-11-041-1/+1
| |\
| * | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+20
* | | Convert sbin/ to LIBADDBaptiste Daroussin2014-11-251-2/+1
| |/ |/|
* | remove duplicate semicolons where possible.Eitan Adler2012-10-221-1/+1
|/
* Correct subcommand name 'unset' -> 'unscript'.Pawel Jakub Dawidek2011-06-181-1/+1
* Plug an fd leakKevin Lo2010-11-221-0/+1
* Always assign WARNS using ?=Ulrich Spörlein2010-03-021-1/+1
* Ensure 'kvm' is always initialized. If "-M" was not specified and theJohn Baldwin2009-11-021-0/+1
* When extracting the capture buffer from a crashdump, only read the validJohn Baldwin2009-10-291-10/+10
* Apply various fixes:Tom Rhodes2008-12-241-3/+4
* DDB scripting, textdumps, output capture, etc, all will appear inRobert Watson2008-08-031-1/+1
* Add "ddb capture print" and "ddb capture status" commands do ddb(8),Robert Watson2008-04-255-5/+297
* - Normalize usage(), add "ddb pathname" syntax.Ruslan Ermilov2008-04-042-25/+28
* Add the ability to read a file of commands to ddb(8) modeled after theBrooks Davis2008-03-052-5/+81
* Minor formatting tweaks.Robert Watson2007-12-261-3/+10
* Add command-line tool ddb(8), which allows DDB(4) scripts to beRobert Watson2007-12-265-0/+378