aboutsummaryrefslogtreecommitdiff
path: root/sys/ddb/db_thread.c
Commit message (Expand)AuthorAgeFilesLines
* sys/ddb: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* ddb: finish converting boolean values.Pedro F. Giffuni2015-05-211-3/+3
* Show the thread kernel stack base address for 'show threads'.Konstantin Belousov2011-12-161-1/+2
* Typo.Konstantin Belousov2011-12-091-1/+1
* MFp4 @178364:Bjoern A. Zeeb2010-05-241-29/+2
* Add a space before printing 'thread pid ...' to match the space beforeRui Paulo2010-02-121-1/+1
* Use FOREACH_PROC_IN_SYSTEM instead of using its unrolled form.Xin LI2007-01-171-2/+2
* Simplify the pager support in DDB. Allowing different db commands toJohn Baldwin2006-07-121-5/+1
* Add two helper functions: db_lookup_thread() and db_lookup_proc(). TheyJohn Baldwin2006-04-251-0/+92
* Start each of the license/copyright comments with /*-Warner Losh2005-01-061-1/+1
* When printing information on the current thread, such as when enteringRobert Watson2004-11-231-1/+6
* - Change the ddb paging "support" to use a variable (db_lines_per_page) toJohn Baldwin2004-11-011-1/+1
* Mega update for the KDB framework: turn DDB into a KDB backend.Marcel Moolenaar2004-07-101-0/+105