summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_ps.c
Commit message (Expand)AuthorAgeFilesLines
* Use FOREACH_PROC_IN_SYSTEM instead of using its unrolled form.pluknet2011-12-181-1/+1
* Add 'findstack' ddb command to search either the thread kernel stackkib2011-12-161-0/+37
* Trim some additional unnecessary <linker_set.h> includes.jhb2011-04-281-1/+0
* Replace several instances of 'if (!a & b)' with 'if (!(a &b))' in ordertrasz2010-01-081-2/+2
* Put square backets ([]) around process names for system processes to patchjhb2009-10-011-4/+10
* Print out the container lock when showing the thread state in DDB.attilio2008-06-181-0/+3
* enable dynamic addition of "show all" commandssam2008-03-251-0/+9
* Print the stack bounds of the thread.marcel2007-10-161-0/+2
* - Move all of the PS_ flags into either p_flag or td_flags.jeff2007-09-171-1/+1
* Threading cleanup.. part 2 of several.julian2006-12-061-5/+0
* Make KSE a kernel option, turned on by default in all GENERICjb2006-10-261-0/+4
* Fix two nits in the ps header that offset each other making them largelyjhb2006-08-011-6/+6
* Some cosmetic tweaks:jhb2006-08-011-10/+10
* Simplify the pager support in DDB. Allowing different db commands tojhb2006-07-121-9/+5
* Use __LP64__ rather than the PTR64 hack.jhb2006-05-111-14/+3
* Sort includes.jhb2006-04-271-2/+2
* A whitespace fix.jhb2006-04-271-1/+1
* Drop locking comments. ddb functions should never use locking anyway andjhb2006-04-271-6/+0
* - Overhaul the 'ps' command in ddb to be mostly readable again. :) It isjhb2006-04-251-55/+319
* Remove the uarea column from the DDB 'ps' display, and from grog's gdbdas2004-11-201-3/+3
* - Change the ddb paging "support" to use a variable (db_lines_per_page) tojhb2004-11-011-1/+1
* Refactor a bunch of scheduler code to give basically the same behaviourjulian2004-09-051-3/+5
* Mega update for the KDB framework: turn DDB into a KDB backend.marcel2004-07-101-26/+0
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Switch the sleep/wakeup and condition variable implementations to use thejhb2004-02-271-16/+2
* Label the uarea address as such in DDB's ps outputphk2003-08-301-1/+1
* Update the 'ps', 'show pci', and 'show ktr' ddb commands to use the newjhb2003-07-311-28/+6
* Whitespace nit.jhb2003-07-301-0/+1
* Rename P_THREADED to P_SA. P_SA means a process is using schedulerdavidxu2003-06-151-3/+3
* Use __FBSDID().obrien2003-06-101-2/+4
* Attempt to crunch down the thread state info so that it is more likely tojulian2003-06-061-6/+15
* Handle the TDS_INACTIVE state by printing '[INACTIVE]' instead ofjhb2003-06-061-1/+4
* Whitespace nits.jhb2003-06-061-2/+3
* Move the _oncpu entry from the KSE to the thread.julian2003-04-101-1/+1
* Change the process flags P_KSES to be P_THREADED.julian2003-02-271-3/+3
* - Split the struct kse into struct upcall and struct kse. struct kse willjeff2003-02-171-9/+0
* Reversion of commit by Davidxu plus fixes since applied.julian2003-02-011-0/+9
* Move UPCALL related data structure out of kse, introduce a newdavidxu2003-01-261-9/+0
* Add code to ddb to allow backtracing an arbitrary thread.julian2002-12-281-52/+93
* Remove the process state PRS_WAIT.julian2002-10-211-3/+0
* Round out the facilty for a 'bound' thread to loan out its KSEjulian2002-10-091-3/+8
* Rename the mutex thread and process states to use a more generic 'LOCK'jhb2002-10-021-3/+3
* Completely redo thread states.julian2002-09-111-25/+48
* db_ps.c:bde2002-08-311-5/+6
* Realign columns in DDB's ps output. Don't waste more horizontal space thanphk2002-08-131-9/+9
* Part 1 of KSE-IIIjulian2002-06-291-8/+30
* Commented out locking that would be used in the ps command if locks werejhb2002-04-111-0/+5
* Pre-KSE/M3 commit.julian2002-02-071-1/+1
* Make the flag field in the ps output one char wider to account for recentjhb2001-10-201-6/+13
* - Whitespace fixes.jhb2001-09-121-16/+9
OpenPOWER on IntegriCloud