summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_ps.c
Commit message (Collapse)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Merge the cons.c and cons.h to the best of my ability. alpha may orphk1999-08-091-3/+2
| | | | may not compile, I can't test it.
* Removed an especially bogus cast.bde1999-05-131-2/+2
|
* Changes to support -Wall, -Wcast-qual. Had to make physical code changesdillon1999-01-271-2/+2
| | | | | in db_lookup() to avoid the *cp = 0 / *cp = ':' combo ( temporary nul-terminate-then-restore-original ) on a const char * string.
* Fixed db_printf format errors.bde1998-07-081-5/+6
|
* Fixed scrolling. Newline at the "--More--" prompt scrolled 2 lines.bde1997-10-091-2/+2
|
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
| | | | ready for it yet.
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* A small bit of defensive programming in case the panic is during processpeter1996-06-151-1/+5
| | | | | | exit and cleanup. the 'ps' command assumes that there are always 'nproc' processes on the lists and will walk off the end without checking if not, causing ddb to trap during the 'ps' command.
* For Lite2: proc LIST changes.hsu1996-03-111-5/+5
| | | | Reviewed by: david & bde
* Reduced and cleaned up #includes.bde1995-12-101-3/+4
|
* Untangled the vm.h include file spaghetti.dg1995-12-071-1/+2
|
* Change db_ps() to have the correct number and type of args for a ddbbde1995-08-271-2/+7
| | | | command.
* Make db_ps tolerant of uninitialized struct proc fields. Improved 'more'dg1995-08-201-19/+39
| | | | function to work like you'd expect. Other misc cleanup.
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
|
* Fixed the formatting breakage I added in the previous commit.dg1995-04-041-4/+8
|
* Fixed DDB's "ps" output formatting.dg1995-03-281-12/+6
|
* #include ddb.h not db_output.hphk1994-09-281-2/+2
|
* Added include of <machine/cons.h> so that cngetc() gets declared.phk1994-09-271-1/+2
|
* ddb ps function from 1.1.5. Moved into its own file and cleaned up a bitdg1994-08-271-0/+79
by me.
OpenPOWER on IntegriCloud