aboutsummaryrefslogtreecommitdiff
path: root/sys/ddb/db_ps.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Switch the sleep/wakeup and condition variable implementations to use theJohn Baldwin2004-02-271-16/+2
* Label the uarea address as such in DDB's ps outputPoul-Henning Kamp2003-08-301-1/+1
* Update the 'ps', 'show pci', and 'show ktr' ddb commands to use the newJohn Baldwin2003-07-311-28/+6
* Whitespace nit.John Baldwin2003-07-301-0/+1
* Rename P_THREADED to P_SA. P_SA means a process is using schedulerDavid Xu2003-06-151-3/+3
* Use __FBSDID().David E. O'Brien2003-06-101-2/+4
* Attempt to crunch down the thread state info so that it is more likely toJulian Elischer2003-06-061-6/+15
* Handle the TDS_INACTIVE state by printing '[INACTIVE]' instead ofJohn Baldwin2003-06-061-1/+4
* Whitespace nits.John Baldwin2003-06-061-2/+3
* Move the _oncpu entry from the KSE to the thread.Julian Elischer2003-04-101-1/+1
* Change the process flags P_KSES to be P_THREADED.Julian Elischer2003-02-271-3/+3
* - Split the struct kse into struct upcall and struct kse. struct kse willJeff Roberson2003-02-171-9/+0
* Reversion of commit by Davidxu plus fixes since applied.Julian Elischer2003-02-011-0/+9
* Move UPCALL related data structure out of kse, introduce a newDavid Xu2003-01-261-9/+0