summaryrefslogtreecommitdiff
path: root/libbb/procps.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Patch from Atsushi Nemoto, recent MIPS kernel headersGlenn L McGrath2004-01-211-0/+4
| | | | | does not provide PAGE_SHIFT for userland (because now mips-linux kernel supports PAGESIZE other than 4K).
* bother. It seems I can't read.Eric Andersen2003-12-201-4/+0
|
* doh!Eric Andersen2003-12-201-1/+1
|
* Try to accomodate systems that do not define PAGE_SHIFTEric Andersen2003-12-201-0/+4
|
* Patch from Russell Coker:Eric Andersen2003-07-031-1/+13
| | | | | I've attached my latest SE Linux patch for busybox against the latest CVS version of busybox.
* Skip printing "/proc/%d/cmdline" stuff when it is not relevantEric Andersen2003-05-261-1/+1
|
* 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.