opnsense-src/release/picobsd/tinyware/aps
Franco Fichtner cd6ee62847 src: clean-cut move to 10.2-RELEASE
Start fresh on master, only apply needed patches on top now.

Upstream commit:	56279fdef34eb28a4655b489b992c651bd8379fc
Taken from:		FreeBSD
2015-08-14 14:15:00 +02:00
..
main.c src: initial commit based on FreeBSD-10.0 2014-11-09 09:30:14 +01:00
Makefile src: clean-cut move to 10.2-RELEASE 2015-08-14 14:15:00 +02:00
README src: initial commit based on FreeBSD-10.0 2014-11-09 09:30:14 +01:00

1998.07.12

This is a small 'ps' replacement, which uses information available via
procfs(5) interface. It's primitive, but gives you the most important
informations, i.e. how many processes are running and on which vty, and the
pid number to kill some of them. :-)

When I have some time, I'll add usual switches and other functions that normal
'ps' has...

Also, what I'm now inclined to think is that it should be reworked to use
more general (and less complicated) sysctl(3).

<abial@freebsd.org>

(As of 1998.07.31 this program is no longer used in PicoBSD. See sps(1) in
TinyWare collection).

$FreeBSD$