| Commit message (Expand) | Author | Age | Files | Lines |
| * | sys: Switch td_kstack from vm_offset_t to char * | John Baldwin | 2026-04-23 | 1 | -1/+1 |
| * | proc: Remove kernel stack swapping support, part 6 | Mark Johnston | 2024-07-29 | 1 | -5/+2 |
| * | sys: Automated cleanup of cdefs and other formatting | Warner Losh | 2023-11-27 | 1 | -1/+0 |
| * | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-16 | 1 | -2/+0 |
| * | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-05-12 | 1 | -1/+1 |
| * | Use kdb_thr_from_pid() in db_lookup_thread(). | John Baldwin | 2021-01-01 | 1 | -5/+3 |
| * | Don't check P_INMEM in kdb_thr_*(). | John Baldwin | 2021-01-01 | 1 | -2/+5 |
| * | proc: eliminate the zombproc list | Mateusz Guzik | 2019-08-28 | 1 | -10/+2 |
| * | ddb: Enable 'thread <address>' | Conrad Meyer | 2018-10-20 | 1 | -11/+1 |
| * | sys/ddb: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -0/+2 |
| * | ddb: finish converting boolean values. | Pedro F. Giffuni | 2015-05-21 | 1 | -3/+3 |
| * | Show the thread kernel stack base address for 'show threads'. | Konstantin Belousov | 2011-12-16 | 1 | -1/+2 |
| * | Typo. | Konstantin Belousov | 2011-12-09 | 1 | -1/+1 |
| * | MFp4 @178364: | Bjoern A. Zeeb | 2010-05-24 | 1 | -29/+2 |
| * | Add a space before printing 'thread pid ...' to match the space before | Rui Paulo | 2010-02-12 | 1 | -1/+1 |
| * | Use FOREACH_PROC_IN_SYSTEM instead of using its unrolled form. | Xin LI | 2007-01-17 | 1 | -2/+2 |
| * | Simplify the pager support in DDB. Allowing different db commands to | John Baldwin | 2006-07-12 | 1 | -5/+1 |
| * | Add two helper functions: db_lookup_thread() and db_lookup_proc(). They | John Baldwin | 2006-04-25 | 1 | -0/+92 |
| * | Start each of the license/copyright comments with /*- | Warner Losh | 2005-01-06 | 1 | -1/+1 |
| * | When printing information on the current thread, such as when entering | Robert Watson | 2004-11-23 | 1 | -1/+6 |
| * | - Change the ddb paging "support" to use a variable (db_lines_per_page) to | John Baldwin | 2004-11-01 | 1 | -1/+1 |
| * | Mega update for the KDB framework: turn DDB into a KDB backend. | Marcel Moolenaar | 2004-07-10 | 1 | -0/+105 |