summaryrefslogtreecommitdiff
path: root/procps
Commit message (Expand)AuthorAgeFilesLines
* kill: fix segfault in arguments parsingAlexey Fomenko2011-12-221-4/+7
* nmeter: fix block i/o count on newer Linux kernelsDenys Vlasenko2011-11-011-12/+38
* ps: fix for !FEATURE_PS_LONG buildCristian Ionescu-Idbohrn2011-09-291-0/+2
* ps: with -l, show STIME tooFlemming Madsen2011-09-271-16/+21
* ps: add support for -l for !DESKTOPDenys Vlasenko2011-09-262-19/+94
* rename archive.h to bb_archive.h. no code changesDenys Vlasenko2011-09-221-1/+1
* add INIT_G()'s. No code changes.Denys Vlasenko2011-09-211-1/+1
* uptime: more compatible outputDenys Vlasenko2011-08-101-20/+20
* uptime: add config flag to allow displaying the number of users currently log...Pere Orga2011-08-092-13/+31
* *: work around sysinfo.h versus linux/*.h problemsDenys Vlasenko2011-07-263-0/+10
* procps: remove PSSCAN_STAT define, users were using it incorrectlyDenys Vlasenko2011-06-181-12/+11
* pkill/pgrep: support extended regular expressionsWade Berrier2011-06-101-1/+1
* fix breakage caused by 'remove "Options:" string from help texts' commitDenys Vlasenko2011-06-051-0/+1
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-0512-23/+9
* iostat: code shrinkMaksym Kryzhanovskyy2011-06-051-120/+117
* fuser: fix inverted access() check. Closes 3799.Denys Vlasenko2011-05-291-1/+1
* nmeter: trim help textDenys Vlasenko2011-05-261-13/+13
* fuser: code shrinkMaksym Kryzhanovskyy2011-05-231-196/+190
* top: display sort indicator in memory displayDenys Vlasenko2011-05-181-1/+1
* top: better indicator of selected field in mem viewDenys Vlasenko2011-05-141-1/+1
* fix "variable 'foo' set but not used" warningsDenys Vlasenko2011-05-131-2/+0
* iostat: code shrink ~0.5kMaksym Kryzhanovskyy2011-05-071-181/+125
* preparatory patchDenys Vlasenko2011-05-071-19/+20
* top: another scripting improvementDenys Vlasenko2011-05-061-16/+27
* top: make it possible to feed commands via pipeDenys Vlasenko2011-05-061-110/+155
* mpstat.c: remove unused lineMarek Polacek2011-04-301-2/+1
* move remaining help text from include/usage.src.hPere Orga2011-04-1110-0/+218
* pstree: fix "warning: 'handle_thread' defined but not used"Denys Vlasenko2011-03-271-0/+2
* pwdx: new appletPere Orga2011-03-121-0/+60
* kill: fix infinite loop when passed PIDs are not valid numbersPere Orga2011-03-071-0/+1
* Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX"Denys Vlasenko2011-02-261-3/+4
* ash: fix ash-signals/signal8 testcase failureDenys Vlasenko2011-02-211-3/+22
* whitespace fixesDenys Vlasenko2011-02-031-1/+1
* ps: implement -o statDenys Vlasenko2011-02-021-8/+34
* top: replace %MEM with %VSZ in header textDenys Vlasenko2011-01-251-7/+17
* top: document a debugging scriptDenys Vlasenko2011-01-251-2/+11
* mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko2011-01-187-7/+7
* remove a few aliasing warningsDenys Vlasenko2011-01-162-2/+2
* top: add keyboard commands to --helpDenys Vlasenko2011-01-131-0/+29
* nmeter: deprecate %NNNd specified, use -d MSEC insteadDenys Vlasenko2010-12-133-12/+45
* procps/Config.src: Add pstree to FEATURE_THREADS deps. Slight text editLauri Kasanen2010-12-131-3/+4
* pstree: use stdin for screen size detectionDenys Vlasenko2010-12-061-1/+1
* pstree: another tiny shrinkDenys Vlasenko2010-12-051-14/+6
* pstree: tiny shrinkDenys Vlasenko2010-12-051-2/+3
* pstree: fix width logic. +30 bytesLauri Kasanen2010-12-051-28/+26
* pstree: new applet. +1664 bytesLauri Kasanen2010-12-051-0/+415
* powertop: code shrinkMaksym Kryzhanovskyy2010-11-061-12/+13
* powertop: fix last line detection in process_timer_stats()Denys Vlasenko2010-11-041-2/+2
* powertop: replace erroneous \n with \0; make numberic conversion more robustDenys Vlasenko2010-11-041-7/+5
* powertop: code shrinkMaksym Kryzhanovskyy2010-11-041-57/+35