summaryrefslogtreecommitdiffstats
path: root/bin/ps/ps.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* struct usave is unused, and eproc is gone; delete the former andguenther2015-05-031-11/+3
| | | | stop referencing them in comments
* Switch back from KERN_PROC2/kinfo_proc2 to KERN_PROC/kinfo_proc nowguenther2011-04-101-3/+3
| | | | | | that we've got name we want for the API we want "ZAP!" deraadt@
* Instead of calling donlist() in the format print routines, call itmillert2008-03-081-1/+2
| | | | | | a single time before we print anything, if needed. Uses a flag to specify which formats need the kernel info donlist() provides. OK deraadt@
* The session field is a pointer and so should be 8 chars formillert2006-10-161-1/+7
| | | | | | 32-bit CPUs and 16 chars for 64-bit ones. Also, left-justify the state field name to match the justification of the state data. OK jmc@
* Convert to kinfo_proc2. The sort order for -u and -m will be differentmillert2004-01-081-12/+4
| | | | due to a bug fix in the sort routine.
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-2/+2
|
* Add a "parsed" flag for ps fields so we don't print the same fieldmillert1997-08-081-1/+2
| | | | multiple times. Fixes PR #298 from Carsten Hammer <chammer@vogon.party.de>
* update rcsidderaadt1996-06-231-0/+1
|
* initial import of NetBSD treederaadt1995-10-181-0/+92