summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_ps.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* KSE Milestone 2julian2001-09-121-8/+30
* o Merge contents of struct pcred into struct ucred. Specifically, add therwatson2001-05-251-1/+1
* Catch up to header include changes:jhb2001-03-281-0/+2
* Use macro API for <sys/queue.h>phk2000-12-301-4/+4
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Merge the cons.c and cons.h to the best of my ability. alpha may orphk1999-08-091-3/+2
* Removed an especially bogus cast.bde1999-05-131-2/+2
* Changes to support -Wall, -Wcast-qual. Had to make physical code changesdillon1999-01-271-2/+2
* Fixed db_printf format errors.bde1998-07-081-5/+6
* Fixed scrolling. Newline at the "--More--" prompt scrolled 2 lines.bde1997-10-091-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* A small bit of defensive programming in case the panic is during processpeter1996-06-151-1/+5
* For Lite2: proc LIST changes.hsu1996-03-111-5/+5
* Reduced and cleaned up #includes.bde1995-12-101-3/+4
* Untangled the vm.h include file spaghetti.dg1995-12-071-1/+2
* Change db_ps() to have the correct number and type of args for a ddbbde1995-08-271-2/+7
* Make db_ps tolerant of uninitialized struct proc fields. Improved 'more'dg1995-08-201-19/+39
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
OpenPOWER on IntegriCloud