Subject: CVS commit: src/sys/ddb
To: None <source-changes@NetBSD.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 09/20/2003 03:02:05
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.