Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/ddb
Module Name: src
Committed By: thorpej
Date: Sat Sep 20 03:02:04 UTC 2003
Modified Files:
src/sys/ddb: db_command.c db_interface.h db_xxx.c
Log Message:
Add a "show sched_qs" command to dump the run queues. Format is:
1 pid.lid (p_comm)
pid.lid (p_comm)
...
If a queue has procs, but no sched_whichqs bit, it shows:
!1 pid.lid (p_comm)
To generate a diff of this commit:
cvs rdiff -r1.71 -r1.72 src/sys/ddb/db_command.c
cvs rdiff -r1.11 -r1.12 src/sys/ddb/db_interface.h
cvs rdiff -r1.27 -r1.28 src/sys/ddb/db_xxx.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index