aboutsummaryrefslogtreecommitdiff
path: root/sys/ddb/db_ps.c
Commit message (Expand)AuthorAgeFilesLines
* Use atomic loads/stores when updating td->td_stateAlex Richardson2021-02-181-6/+6
* ddb: Display process flags (p_flag and p_flag2) in 'show proc'.John Baldwin2021-01-011-0/+2
* Use kdb_thr_* to iterate over threads consistently in DDB.John Baldwin2021-01-011-7/+4
* ddb ps: Use the pidhash to enumerate processes not in allproc.John Baldwin2021-01-011-8/+6
* Add a kstack_contains() helper function.John Baldwin2020-12-011-2/+1
* ddb: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+1
* sleep(9), sleepqueue(9): const'ify wchan pointersConrad Meyer2019-12-241-1/+1
* proc: eliminate the zombproc listMateusz Guzik2019-08-281-121/+133
* Cache kernel stacks in UMA. This gives us NUMA support, better concurrency,Jeff Roberson2019-08-061-11/+0
* ddb show proc typoRyan Libby2019-06-221-1/+1
* db show thread: avoid overflow in tick conversionRyan Libby2019-05-161-7/+7
* ddb: Print the thread's pcb in 'show thread'Justin Hibbits2019-02-091-0/+1
* add an option for ddb ps command to print process argumentsAndriy Gapon2018-08-091-6/+33
* Extend show proc with reaper, sigparent, and vmspace informationBjoern A. Zeeb2018-05-251-0/+11
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* In ddb ps, left justify the non-numeric fields 'state' and 'wmesg' andBruce Evans2016-08-141-9/+9
* Fix ddb "show proc" to show full argumentsConrad Meyer2016-08-011-3/+10
* Rewrite subr_sleepqueue.c use of callouts to not depend on theKonstantin Belousov2016-07-281-2/+7
* Avoid NULL pointer dereference, for a process which is not (yet) aKonstantin Belousov2016-04-151-1/+2
* Add td_swinvoltick to track last involuntary context switchConrad Meyer2016-03-251-0/+12
* Make kstack_pages a tunable on arm, x86, and powepc. On i386, theKonstantin Belousov2015-08-101-1/+1
* Fix KSTACK_PAGES issue when the default value was changed in KERNCONFZbigniew Bodek2015-07-161-0/+2
* ddb: finish converting boolean values.Pedro F. Giffuni2015-05-211-4/+4
* ddb: stop boolean screaming.Pedro F. Giffuni2015-05-181-6/+6
* ddb: space/tab fixes.Pedro F. Giffuni2014-10-111-2/+2
* Use FOREACH_PROC_IN_SYSTEM instead of using its unrolled form.Sergey Kandaurov2011-12-181-1/+1
* Add 'findstack' ddb command to search either the thread kernel stackKonstantin Belousov2011-12-161-0/+37
* Trim some additional unnecessary <linker_set.h> includes.John Baldwin2011-04-281-1/+0
* Replace several instances of 'if (!a & b)' with 'if (!(a &b))' in orderEdward Tomasz Napierala2010-01-081-2/+2
* Put square backets ([]) around process names for system processes to patchJohn Baldwin2009-10-011-4/+10
* Print out the container lock when showing the thread state in DDB.Attilio Rao2008-06-181-0/+3
* enable dynamic addition of "show all" commandsSam Leffler2008-03-251-0/+9
* Print the stack bounds of the thread.Marcel Moolenaar2007-10-161-0/+2
* - Move all of the PS_ flags into either p_flag or td_flags.Jeff Roberson2007-09-171-1/+1
* Threading cleanup.. part 2 of several.Julian Elischer2006-12-061-5/+0
* Make KSE a kernel option, turned on by default in all GENERICJohn Birrell2006-10-261-0/+4
* Fix two nits in the ps header that offset each other making them largelyJohn Baldwin2006-08-011-6/+6
* Some cosmetic tweaks:John Baldwin2006-08-011-10/+10
* Simplify the pager support in DDB. Allowing different db commands toJohn Baldwin2006-07-121-9/+5
* Use __LP64__ rather than the PTR64 hack.John Baldwin2006-05-111-14/+3
* Sort includes.John Baldwin2006-04-271-2/+2
* A whitespace fix.John Baldwin2006-04-271-1/+1
* Drop locking comments. ddb functions should never use locking anyway andJohn Baldwin2006-04-271-6/+0
* - Overhaul the 'ps' command in ddb to be mostly readable again. :) It isJohn Baldwin2006-04-251-55/+319
* Remove the uarea column from the DDB 'ps' display, and from grog's gdbDavid Schultz2004-11-201-3/+3
* - Change the ddb paging "support" to use a variable (db_lines_per_page) toJohn Baldwin2004-11-011-1/+1
* Refactor a bunch of scheduler code to give basically the same behaviourJulian Elischer2004-09-051-3/+5
* Mega update for the KDB framework: turn DDB into a KDB backend.Marcel Moolenaar2004-07-101-26/+0
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0