summaryrefslogtreecommitdiff
path: root/procps
Commit message (Expand)AuthorAgeFilesLines
* whitespace cleanup. no code changesDenys Vlasenko2013-01-142-2/+2
* whitespace fixes. no code changesDenys Vlasenko2013-01-142-2/+2
* powertop: fix error messageLauri Hintsala2013-01-041-1/+1
* libbb: correctness/size tweaks in signal-related helpersDenys Vlasenko2012-09-271-1/+1
* top: do not touch stdin if -bDenys Vlasenko2012-09-261-10/+16
* top: fix build failure in !USE_TERMIOS caseDenys Vlasenko2012-09-251-17/+20
* ps: fix build failure in !DESKTOP caseDenys Vlasenko2012-09-251-3/+3
* top: implement scrolling up/down (_very_ useful)Denys Vlasenko2012-09-212-74/+110
* sysctl: implement -qJoshua Kahlenberg2012-09-051-13/+19
* Move several applets to different install dir:Denys Vlasenko2012-06-201-1/+1
* ps: use separate get_uptime() and make it work on non-linux tooMichael Tokarev2012-06-131-11/+29
* killall5: don't do STOP/CONT dance if the signal we send is SIGSTOP or SIGCONTDenys Vlasenko2012-04-031-2/+4
* lsof: new appletSven Oliver Moll2012-04-011-0/+76
* libbb: make xchroot do a chdir("/") after chrootDenys Vlasenko2012-03-081-2/+2
* 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