aboutsummaryrefslogtreecommitdiff
path: root/procps
AgeCommit message (Expand)Author
2015-04-02*: Switch to POSIX utmpx APIBernhard Reutner-Fischer
2015-03-12Use chomp to remove newlinesRon Yorston
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko
2015-01-24trim extra newlines in help textsDenys Vlasenko
2015-01-05mpstat: code shrinkDenys Vlasenko
2015-01-05free: handle "cached" value tooGuillermo Rodriguez
2014-07-29top: fix memset length (sizeof(ptr) vs sizeof(array) problem)Denys Vlasenko
2014-07-27top: fix and merge code to parse /proc/meminfoTimo Teräs
2014-06-22libbb: use a wrapper around sysconf(_SC_CLK_TCK) to save a few bytesBartosz Golaszewski
2014-02-24sysctl: do not error out showing write-only data. Closes 6386Denys Vlasenko
2014-01-20top.c: fix compilation warningsBartosz Golaszewski
2013-12-16kill[all[5]]: code shrinkDenys Vlasenko
2013-12-16killall5: return 2 if no processes got killedUros Vampl
2013-11-29Use unsigned printf/scanf conversion where more appropriateDenys Vlasenko
2013-09-06top: fix breakage introduced by previous commitDenys Vlasenko
2013-09-06Make smart_ulltoa return pointer to end (allows for code shink in callers)Denys Vlasenko
2013-06-28pstree: fix theoretically unsafe codeDenys Vlasenko
2013-06-27lsof: correct check for symbolic linkThomas De Schampheleire
2013-06-19pstree: stop truncating thread namesMike Frysinger
2013-03-29libbb: introduce and use strftime_[YYYYMMDD]HHMMSS()Denys Vlasenko
2013-02-28pgrep: fix a "missing closing paren" build errorDenys Vlasenko
2013-02-28pgrep: fix -x optionBernhard Walle
2013-01-26ps: seconds_since_boot: uint64_t -> ulongDenys Vlasenko
2013-01-22*: reuse more stringsDenys Vlasenko
2013-01-22ps: fix sscanf format specifier (%l); make uptime unsignedDenys Vlasenko
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