index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
ddb
/
db_ps.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the uarea column from the DDB 'ps' display, and from grog's gdb
das
2004-11-20
1
-3
/
+3
*
- Change the ddb paging "support" to use a variable (db_lines_per_page) to
jhb
2004-11-01
1
-1
/
+1
*
Refactor a bunch of scheduler code to give basically the same behaviour
julian
2004-09-05
1
-3
/
+5
*
Mega update for the KDB framework: turn DDB into a KDB backend.
marcel
2004-07-10
1
-26
/
+0
*
Remove advertising clause from University of California Regent's
imp
2004-04-07
1
-4
/
+0
*
Switch the sleep/wakeup and condition variable implementations to use the
jhb
2004-02-27
1
-16
/
+2
*
Label the uarea address as such in DDB's ps output
phk
2003-08-30
1
-1
/
+1
*
Update the 'ps', 'show pci', and 'show ktr' ddb commands to use the new
jhb
2003-07-31
1
-28
/
+6
*
Whitespace nit.
jhb
2003-07-30
1
-0
/
+1
*
Rename P_THREADED to P_SA. P_SA means a process is using scheduler
davidxu
2003-06-15
1
-3
/
+3
*
Use __FBSDID().
obrien
2003-06-10
1
-2
/
+4
*
Attempt to crunch down the thread state info so that it is more likely to
julian
2003-06-06
1
-6
/
+15
*
Handle the TDS_INACTIVE state by printing '[INACTIVE]' instead of
jhb
2003-06-06
1
-1
/
+4
*
Whitespace nits.
jhb
2003-06-06
1
-2
/
+3
*
Move the _oncpu entry from the KSE to the thread.
julian
2003-04-10
1
-1
/
+1
*
Change the process flags P_KSES to be P_THREADED.
julian
2003-02-27
1
-3
/
+3
*
- Split the struct kse into struct upcall and struct kse. struct kse will
jeff
2003-02-17
1
-9
/
+0
*
Reversion of commit by Davidxu plus fixes since applied.
julian
2003-02-01
1
-0
/
+9
*
Move UPCALL related data structure out of kse, introduce a new
davidxu
2003-01-26
1
-9
/
+0
*
Add code to ddb to allow backtracing an arbitrary thread.
julian
2002-12-28
1
-52
/
+93
*
Remove the process state PRS_WAIT.
julian
2002-10-21
1
-3
/
+0
*
Round out the facilty for a 'bound' thread to loan out its KSE
julian
2002-10-09
1
-3
/
+8
*
Rename the mutex thread and process states to use a more generic 'LOCK'
jhb
2002-10-02
1
-3
/
+3
*
Completely redo thread states.
julian
2002-09-11
1
-25
/
+48
*
db_ps.c:
bde
2002-08-31
1
-5
/
+6
*
Realign columns in DDB's ps output. Don't waste more horizontal space than
phk
2002-08-13
1
-9
/
+9
*
Part 1 of KSE-III
julian
2002-06-29
1
-8
/
+30
*
Commented out locking that would be used in the ps command if locks were
jhb
2002-04-11
1
-0
/
+5
*
Pre-KSE/M3 commit.
julian
2002-02-07
1
-1
/
+1
*
Make the flag field in the ps output one char wider to account for recent
jhb
2001-10-20
1
-6
/
+13
*
- Whitespace fixes.
jhb
2001-09-12
1
-16
/
+9
*
KSE Milestone 2
julian
2001-09-12
1
-8
/
+30
*
o Merge contents of struct pcred into struct ucred. Specifically, add the
rwatson
2001-05-25
1
-1
/
+1
*
Catch up to header include changes:
jhb
2001-03-28
1
-0
/
+2
*
Use macro API for <sys/queue.h>
phk
2000-12-30
1
-4
/
+4
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Merge the cons.c and cons.h to the best of my ability. alpha may or
phk
1999-08-09
1
-3
/
+2
*
Removed an especially bogus cast.
bde
1999-05-13
1
-2
/
+2
*
Changes to support -Wall, -Wcast-qual. Had to make physical code changes
dillon
1999-01-27
1
-2
/
+2
*
Fixed db_printf format errors.
bde
1998-07-08
1
-5
/
+6
*
Fixed scrolling. Newline at the "--More--" prompt scrolled 2 lines.
bde
1997-10-09
1
-2
/
+2
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
A small bit of defensive programming in case the panic is during process
peter
1996-06-15
1
-1
/
+5
*
For Lite2: proc LIST changes.
hsu
1996-03-11
1
-5
/
+5
*
Reduced and cleaned up #includes.
bde
1995-12-10
1
-3
/
+4
*
Untangled the vm.h include file spaghetti.
dg
1995-12-07
1
-1
/
+2
*
Change db_ps() to have the correct number and type of args for a ddb
bde
1995-08-27
1
-2
/
+7
*
Make db_ps tolerant of uninitialized struct proc fields. Improved 'more'
dg
1995-08-20
1
-19
/
+39
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-2
/
+2
[next]