summaryrefslogtreecommitdiff
path: root/libbb/procps.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ls: use get_cached_username/groupnameDenis Vlasenko2007-01-191-3/+3
* Trailing whitespace removal over entire treeDenis Vlasenko2007-01-111-1/+1
* safe_strtoXX interface proved to be a bit unconvenient.Denis Vlasenko2006-11-271-1/+2
* tar: sanitize option handlingDenis Vlasenko2006-11-241-32/+32
* tar: small fixes:Denis Vlasenko2006-11-241-15/+19
* tar: cache [ug]id->username/groupname mappings. Cuts down amountDenis Vlasenko2006-11-241-18/+48
* replace /proc scanning code by more versatile one.Denis Vlasenko2006-11-051-90/+171
* top: improve CPU% calculationDenis Vlasenko2006-11-051-7/+0
* Unneeded code removed, usused field "unsigned pscpu" removedDenis Vlasenko2006-11-011-4/+4
* PID should be stored in pid_t, not int or long.Denis Vlasenko2006-11-011-1/+2
* add open_read_close() and similar stuffDenis Vlasenko2006-10-141-8/+2
* small style fixesDenis Vlasenko2006-10-121-1/+2
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-1/+1
* decuddle () from for/if/whileMike Frysinger2006-07-121-14/+14
* Fix http://bugs.busybox.net/view.php?id=906 which could cause failures in top.Rob Landley2006-06-271-1/+2
* comment all fieldsMike Frysinger2006-06-071-4/+4
* add reference to proc(5)Mike Frysinger2006-06-071-0/+1
* - remove emacs layout block as suggested by Robert P.J. DayBernhard Reutner-Fischer2006-05-191-10/+1
* Portability tweak from Shaun Jackman, don't include asm/page.h directly.Rob Landley2006-04-251-1/+1
* - add and use bb_opendir(), bb_xopendir().Bernhard Reutner-Fischer2006-04-121-3/+1
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
* cleanups after changes by Denis Vlasenko. Size optimization"Vladimir N. Oleynik"2006-02-141-6/+9
* Cleanups from Denis Vlasenko.Rob Landley2006-02-131-14/+23
* - rename libbb's password helpers as suggested in libbb.hBernhard Reutner-Fischer2005-09-201-1/+1
* ENABLE_FEATURE_TOP_CPU_USAGE_PERCENTAGE->CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE"Vladimir N. Oleynik"2005-09-161-3/+3
* FEATURE->ENABLE_FEATURE loses one for 'top' applet"Vladimir N. Oleynik"2005-09-141-3/+3
* A patch from Takeharu KATO to update/fix SE-Linux support.Rob Landley2005-05-031-13/+2
* Tito writes:Eric Andersen2004-08-261-1/+1
* Teach busybox ps to get the correct uid when displaying stuffEric Andersen2004-01-271-3/+5
* Patch from Atsushi Nemoto, recent MIPS kernel headersGlenn L McGrath2004-01-211-0/+4
* 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
* 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
* 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. Ol...Glenn L McGrath2002-11-251-4/+11
* 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