aboutsummaryrefslogtreecommitdiff
path: root/procps
AgeCommit message (Expand)Author
2013-01-14whitespace cleanup. no code changesDenys Vlasenko
2013-01-14whitespace fixes. no code changesDenys Vlasenko
2013-01-04powertop: fix error messageLauri Hintsala
2012-09-27libbb: correctness/size tweaks in signal-related helpersDenys Vlasenko
2012-09-26top: do not touch stdin if -bDenys Vlasenko
2012-09-25top: fix build failure in !USE_TERMIOS caseDenys Vlasenko
2012-09-25ps: fix build failure in !DESKTOP caseDenys Vlasenko
2012-09-21top: implement scrolling up/down (_very_ useful)Denys Vlasenko
2012-09-05sysctl: implement -qJoshua Kahlenberg
2012-06-20Move several applets to different install dir:Denys Vlasenko
2012-06-13ps: use separate get_uptime() and make it work on non-linux tooMichael Tokarev
2012-04-03killall5: don't do STOP/CONT dance if the signal we send is SIGSTOP or SIGCONTDenys Vlasenko
2012-04-01lsof: new appletSven Oliver Moll
2012-03-08libbb: make xchroot do a chdir("/") after chrootDenys Vlasenko
2011-12-22kill: fix segfault in arguments parsingAlexey Fomenko
2011-11-01nmeter: fix block i/o count on newer Linux kernelsDenys Vlasenko
2011-09-29ps: fix for !FEATURE_PS_LONG buildCristian Ionescu-Idbohrn
2011-09-27ps: with -l, show STIME tooFlemming Madsen
2011-09-26ps: add support for -l for !DESKTOPDenys Vlasenko
2011-09-22rename archive.h to bb_archive.h. no code changesDenys Vlasenko
2011-09-21add INIT_G()'s. No code changes.Denys Vlasenko
2011-08-10uptime: more compatible outputDenys Vlasenko
2011-08-09uptime: add config flag to allow displaying the number of users currently log...Pere Orga
2011-07-26*: work around sysinfo.h versus linux/*.h problemsDenys Vlasenko
2011-06-18procps: remove PSSCAN_STAT define, users were using it incorrectlyDenys Vlasenko
2011-06-10pkill/pgrep: support extended regular expressionsWade Berrier
2011-06-05fix breakage caused by 'remove "Options:" string from help texts' commitDenys Vlasenko
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-06-05iostat: code shrinkMaksym Kryzhanovskyy
2011-05-29fuser: fix inverted access() check. Closes 3799.Denys Vlasenko
2011-05-26nmeter: trim help textDenys Vlasenko
2011-05-23fuser: code shrinkMaksym Kryzhanovskyy
2011-05-18top: display sort indicator in memory displayDenys Vlasenko
2011-05-14top: better indicator of selected field in mem viewDenys Vlasenko
2011-05-13fix "variable 'foo' set but not used" warningsDenys Vlasenko
2011-05-07iostat: code shrink ~0.5kMaksym Kryzhanovskyy
2011-05-07preparatory patchDenys Vlasenko
2011-05-06top: another scripting improvementDenys Vlasenko
2011-05-06top: make it possible to feed commands via pipeDenys Vlasenko
2011-04-30mpstat.c: remove unused lineMarek Polacek
2011-04-11move remaining help text from include/usage.src.hPere Orga
2011-03-27pstree: fix "warning: 'handle_thread' defined but not used"Denys Vlasenko
2011-03-12pwdx: new appletPere Orga
2011-03-07kill: fix infinite loop when passed PIDs are not valid numbersPere Orga
2011-02-26Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX"Denys Vlasenko
2011-02-21ash: fix ash-signals/signal8 testcase failureDenys Vlasenko
2011-02-03whitespace fixesDenys Vlasenko
2011-02-02ps: implement -o statDenys Vlasenko
2011-01-25top: replace %MEM with %VSZ in header textDenys Vlasenko
2011-01-25top: document a debugging scriptDenys Vlasenko