summaryrefslogtreecommitdiff
path: root/procps
Commit message (Expand)AuthorAgeFilesLines
* top: fix memset length (sizeof(ptr) vs sizeof(array) problem)Denys Vlasenko2014-07-291-2/+1
* top: fix and merge code to parse /proc/meminfoTimo Teräs2014-07-271-110/+86
* libbb: use a wrapper around sysconf(_SC_CLK_TCK) to save a few bytesBartosz Golaszewski2014-06-222-13/+2
* sysctl: do not error out showing write-only data. Closes 6386Denys Vlasenko2014-02-241-0/+3
* top.c: fix compilation warningsBartosz Golaszewski2014-01-201-5/+0
* kill[all[5]]: code shrinkDenys Vlasenko2013-12-161-20/+18
* killall5: return 2 if no processes got killedUros Vampl2013-12-161-1/+4
* Use unsigned printf/scanf conversion where more appropriateDenys Vlasenko2013-11-292-3/+3
* top: fix breakage introduced by previous commitDenys Vlasenko2013-09-061-1/+1
* Make smart_ulltoa return pointer to end (allows for code shink in callers)Denys Vlasenko2013-09-064-12/+6
* pstree: fix theoretically unsafe codeDenys Vlasenko2013-06-281-1/+1
* lsof: correct check for symbolic linkThomas De Schampheleire2013-06-271-3/+6
* pstree: stop truncating thread namesMike Frysinger2013-06-191-3/+10
* libbb: introduce and use strftime_[YYYYMMDD]HHMMSS()Denys Vlasenko2013-03-291-5/+7
* pgrep: fix a "missing closing paren" build errorDenys Vlasenko2013-02-281-1/+1
* pgrep: fix -x optionBernhard Walle2013-02-281-1/+1
* ps: seconds_since_boot: uint64_t -> ulongDenys Vlasenko2013-01-261-4/+1
* *: reuse more stringsDenys Vlasenko2013-01-221-1/+1
* ps: fix sscanf format specifier (%l); make uptime unsignedDenys Vlasenko2013-01-221-15/+21
* 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