Patch last_pach62 from vodz. This patch moves all the /proc parsing
authorEric Andersen <andersen@codepoet.org>
Tue, 22 Oct 2002 12:21:15 +0000 (12:21 -0000)
committerEric Andersen <andersen@codepoet.org>
Tue, 22 Oct 2002 12:21:15 +0000 (12:21 -0000)
commit44608e9693b03661fbab5e27650bb040c6871d11
tree4555230653cdb82d998f076b29130d8fe18a6f7a
parent1887b0478f2743ce7808e8b37462e18d584611e1
Patch last_pach62 from vodz.  This patch moves all the /proc parsing
code into libbb so it can be shared by ps, top, etc, saving over 1.5k.
include/libbb.h
libbb/Makefile.in
libbb/find_pid_by_name.c
libbb/procps.c [new file with mode: 0644]
procps/kill.c
procps/pidof.c
procps/ps.c
procps/top.c