summaryrefslogtreecommitdiff
path: root/libbb/procps.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Major coreutils update.Manuel Novoa III2003-03-191-1/+1
|
* Kill CONFIG_FEATURE_USE_DEVPS_PATCH and the devps patch. I'm notEric Andersen2002-12-051-3/+0
| | | | | maintaining it anymore, and it is now terribly out of date. -Erik
* last_patch_69, 8 bit clean and other fixes from Vladimir N. OleynikGlenn L McGrath2002-12-021-1/+1
|
* Handle name entries that have a \0 in them, last_patch_65 from Vladimir N. ↵Glenn L McGrath2002-11-251-4/+11
| | | | Oleynik
* include libbb after stdlib.h as it breaks dmallocGlenn L McGrath2002-11-241-2/+1
|
* Patch last_pach62 from vodz. This patch moves all the /proc parsingEric Andersen2002-10-221-0/+137
code into libbb so it can be shared by ps, top, etc, saving over 1.5k.