aboutsummaryrefslogtreecommitdiff
path: root/libbb/procps.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* safe_strtoXX interface proved to be a bit unconvenient.vda2006-11-271-1/+2
* tar: sanitize option handlingvda2006-11-241-32/+32
* tar: small fixes:vda2006-11-241-15/+19
* tar: cache [ug]id->username/groupname mappings. Cuts down amountvda2006-11-241-18/+48
* replace /proc scanning code by more versatile one.vda2006-11-051-90/+171
* top: improve CPU% calculationvda2006-11-051-7/+0
* Unneeded code removed, usused field "unsigned pscpu" removedvda2006-11-011-4/+4
* PID should be stored in pid_t, not int or long.vda2006-11-011-1/+2
* add open_read_close() and similar stuffvda2006-10-141-8/+2
* small style fixesvda2006-10-121-1/+2
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidatelandley2006-08-031-1/+1
* decuddle () from for/if/whilevapier2006-07-121-14/+14
* Fix http://bugs.busybox.net/view.php?id=906 which could cause failures in top.landley2006-06-271-1/+2
* comment all fieldsvapier2006-06-071-4/+4
* add reference to proc(5)vapier2006-06-071-0/+1
* - remove emacs layout block as suggested by Robert P.J. Dayaldot2006-05-191-10/+1
* Portability tweak from Shaun Jackman, don't include asm/page.h directly.landley2006-04-251-1/+1
* - add and use bb_opendir(), bb_xopendir().aldot2006-04-121-3/+1
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionlandley2006-03-061-1/+1
* cleanups after changes by Denis Vlasenko. Size optimizationvodz2006-02-141-6/+9
* Cleanups from Denis Vlasenko.landley2006-02-131-14/+23
* - rename libbb's password helpers as suggested in libbb.haldot2005-09-201-1/+1
* ENABLE_FEATURE_TOP_CPU_USAGE_PERCENTAGE->CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGEvodz2005-09-161-3/+3
* FEATURE->ENABLE_FEATURE loses one for 'top' appletvodz2005-09-141-3/+3
* A patch from Takeharu KATO to update/fix SE-Linux support.landley2005-05-031-13/+2
* Tito writes:andersen2004-08-261-1/+1
* Teach busybox ps to get the correct uid when displaying stuffandersen2004-01-271-3/+5
* Patch from Atsushi Nemoto, recent MIPS kernel headersbug12004-01-211-0/+4
* bother. It seems I can't read.andersen2003-12-201-4/+0
* doh!andersen2003-12-201-1/+1
* Try to accomodate systems that do not define PAGE_SHIFTandersen2003-12-201-0/+4
* Patch from Russell Coker:andersen2003-07-031-1/+13
* Skip printing "/proc/%d/cmdline" stuff when it is not relevantandersen2003-05-261-1/+1
* Major coreutils update.mjn32003-03-191-1/+1
* Kill CONFIG_FEATURE_USE_DEVPS_PATCH and the devps patch. I'm notandersen2002-12-051-3/+0
* last_patch_69, 8 bit clean and other fixes from Vladimir N. Oleynikbug12002-12-021-1/+1
* Handle name entries that have a \0 in them, last_patch_65 from Vladimir N. Ol...bug12002-11-251-4/+11
* include libbb after stdlib.h as it breaks dmallocbug12002-11-241-2/+1
* Patch last_pach62 from vodz. This patch moves all the /proc parsingandersen2002-10-221-0/+137