summaryrefslogtreecommitdiff
path: root/libbb/procps.c
Commit message (Expand)AuthorAgeFilesLines
...
* bb_getpwuid, bb_getgrgid: change order of arguments to more intuitive one;Denis Vlasenko2007-07-271-2/+3
* stray trailing tabs removedDenis Vlasenko2007-07-191-2/+2
* remove accumulated stray trailing whitespaceDenis Vlasenko2007-07-171-1/+1
* top,ps: improve /proc/PID/cmdinfo reading codeDenis Vlasenko2007-06-301-1/+34
* killall, pidof: use argv0 for process matching tooDenis Vlasenko2007-06-301-15/+22
* procps: shrink /proc scanning code a bitDenis Vlasenko2007-06-301-16/+22
* remove extra ')'Denis Vlasenko2007-06-211-1/+1
* top,ps: 'stringify' tty only when needed. -60 bytes.Denis Vlasenko2007-06-191-18/+6
* top: speedup if tty info is not requestedDenis Vlasenko2007-06-191-1/+3
* top,ps: reduce CPU usage in decimal conversion (optional)Denis Vlasenko2007-06-191-2/+53
* top: add config option and code for global CPU % displayDenis Vlasenko2007-06-101-2/+9
* ps: fix -Z (by Yuichi Nakamura <ynakam@hitachisoft.jp>)Denis Vlasenko2007-06-061-1/+10
* procps: remove all global variablesDenis Vlasenko2007-04-191-1/+1
* ps: add -o tty and -o rss supportDenis Vlasenko2007-04-191-7/+23
* make sure ps/top output what they claim: vsz, not rss ... down the line we sh...Mike Frysinger2007-02-081-11/+5
* 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