summaryrefslogtreecommitdiffstats
path: root/bin/ps
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix an error to prevent some core dumps from ps.ats1994-11-101-2/+3
| | | | | | | | You can get ps easily to core dump, if you are running a "make depend" on a kernel in one window and a "ps -auxww" in another. The ww will try to give you the full argument list of the command that can now be 64Kb large, but ps expected only 4Kb large arg arrays and doesn't check for overflows.
* Use kvm_uread instead of kvm_read to access the upages.dg1994-10-181-2/+3
|
* Skip 'cua' 3 chars like 'tty' 3 charsache1994-10-021-2/+3
|
* On second thought...back out previous commit.dg1994-10-024-9/+5
|
* Include rtprio.hdg1994-10-024-5/+9
|
* Added $Id$dg1994-09-2410-0/+16
|
* Added rtprio option/field.dg1994-09-012-0/+4
| | | | Submitted by: Henrik Vestergaard Draboel
* Got rid of extra space between args and (command).dg1994-08-181-1/+1
|
* Make `ps' set-uid root so that it can read the same set of argumentswollman1994-08-111-2/+2
| | | | | | | that old `ps'es did. I'm not too thrilled about this, but I'm not enough of an FS person to hack procfs so that /proc/xxx/mem is readable by members of group `kmem'. If this is done, then `ps' can go back to being set-gid kmem.
* Converted 'vmunix' to 'kernel'.dg1994-08-051-4/+4
|
* BSD 4.4 Lite bin Sourcesrgrimes1994-05-2610-0/+2616
OpenPOWER on IntegriCloud