summaryrefslogtreecommitdiff
path: root/sys/ddb/db_ps.c
Commit message (Expand)AuthorAgeFilesLines
* A small bit of defensive programming in case the panic is during processPeter Wemm1996-06-151-1/+5
* For Lite2: proc LIST changes.Jeffrey Hsu1996-03-111-5/+5
* Reduced and cleaned up #includes.Bruce Evans1995-12-101-3/+4
* Untangled the vm.h include file spaghetti.David Greenman1995-12-071-1/+2
* Change db_ps() to have the correct number and type of args for a ddbBruce Evans1995-08-271-2/+7
* Make db_ps tolerant of uninitialized struct proc fields. Improved 'more'David Greenman1995-08-201-19/+39
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* Fixed the formatting breakage I added in the previous commit.David Greenman1995-04-041-4/+8
* Fixed DDB's "ps" output formatting.David Greenman1995-03-281-12/+6
* #include ddb.h not db_output.hPoul-Henning Kamp1994-09-281-2/+2
* Added include of <machine/cons.h> so that cngetc() gets declared.Poul-Henning Kamp1994-09-271-1/+2
* ddb ps function from 1.1.5. Moved into its own file and cleaned up a bitDavid Greenman1994-08-271-0/+79