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
*
Replace several instances of 'if (!a & b)' with 'if (!(a &b))' in order
trasz
2010-01-08
1
-2
/
+2
*
Put square backets ([]) around process names for system processes to patch
jhb
2009-10-01
1
-4
/
+10
*
Print out the container lock when showing the thread state in DDB.
attilio
2008-06-18
1
-0
/
+3
*
enable dynamic addition of "show all" commands
sam
2008-03-25
1
-0
/
+9
*
Print the stack bounds of the thread.
marcel
2007-10-16
1
-0
/
+2
*
- Move all of the PS_ flags into either p_flag or td_flags.
jeff
2007-09-17
1
-1
/
+1
*
Threading cleanup.. part 2 of several.
julian
2006-12-06
1
-5
/
+0
*
Make KSE a kernel option, turned on by default in all GENERIC
jb
2006-10-26
1
-0
/
+4
*
Fix two nits in the ps header that offset each other making them largely
jhb
2006-08-01
1
-6
/
+6
*
Some cosmetic tweaks:
jhb
2006-08-01
1
-10
/
+10
*
Simplify the pager support in DDB. Allowing different db commands to
jhb
2006-07-12
1
-9
/
+5
*
Use __LP64__ rather than the PTR64 hack.
jhb
2006-05-11
1
-14
/
+3
*
Sort includes.
jhb
2006-04-27
1
-2
/
+2
*
A whitespace fix.
jhb
2006-04-27
1
-1
/
+1
*
Drop locking comments. ddb functions should never use locking anyway and
jhb
2006-04-27
1
-6
/
+0
*
- Overhaul the 'ps' command in ddb to be mostly readable again. :) It is
jhb
2006-04-25
1
-55
/
+319
*
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
[next]