aboutsummaryrefslogtreecommitdiff
path: root/procps/top.c (follow)
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
* top.c: fix compilation warningsBartosz Golaszewski2014-01-201-5/+0
* Use unsigned printf/scanf conversion where more appropriateDenys Vlasenko2013-11-291-1/+1
* 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-061-2/+1
* *: reuse more stringsDenys Vlasenko2013-01-221-1/+1
* whitespace cleanup. no code changesDenys Vlasenko2013-01-141-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
* top: implement scrolling up/down (_very_ useful)Denys Vlasenko2012-09-211-20/+110
* add INIT_G()'s. No code changes.Denys Vlasenko2011-09-211-1/+1
* 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
* top: another scripting improvementDenys Vlasenko2011-05-061-16/+27
* top: make it possible to feed commands via pipeDenys Vlasenko2011-05-061-110/+155
* top: replace %MEM with %VSZ in header textDenys Vlasenko2011-01-251-7/+17
* top: document a debugging scriptDenys Vlasenko2011-01-251-2/+11
* top: add keyboard commands to --helpDenys Vlasenko2011-01-131-0/+29
* top: Use _exit() instead of exit() in sighandlerMarek Polacek2010-10-271-1/+2
* pmap: new applet. +1k.Alexander Shishkin2010-08-281-8/+8
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* top: add tie breaking for topmem modeDenys Vlasenko2010-07-131-4/+4
* top: code shrink, -26 bytesDenys Vlasenko2010-06-061-33/+27
* top: code shrinkMaksym Kryzhanovskyy2010-06-061-77/+42
* consolidate ESC sequencesDenys Vlasenko2010-05-161-4/+4
* top: make 's' display easier to understandDenys Vlasenko2010-03-041-6/+6
* *: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko2010-02-041-3/+1
* top: do not use #if inside printf, it can be a macroDenys Vlasenko2009-11-071-18/+6
* *: introduce and use ffulsh_all()Denys Vlasenko2009-11-021-2/+2
* randomconfig fixesDenys Vlasenko2009-10-191-1/+1
* ps: conditionally enable -T on non-DESKTOP build tooDenys Vlasenko2009-09-211-3/+3
* ps,top: add an option to show threads. +260 bytes of codeDenys Vlasenko2009-09-191-5/+16
* top: remove GCCismsDenys Vlasenko2009-09-121-5/+12
* fix read_cmdline API and a small buglet where "[comm]" may be too narrowDenys Vlasenko2009-09-121-1/+1
* top: add -m ("memory") optionDenys Vlasenko2009-09-111-51/+57
* ps: conditionally support additional -o FIELDsDenys Vlasenko2009-07-031-2/+0
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-211-5/+5
* top: make it work again on 2.4 kernels (closes bug 125)Denis Vlasenko2009-03-031-7/+6
* Fix forgotten license commentsDenis Vlasenko2008-12-071-7/+4
* ash,hush: add TODO for rare build failureDenis Vlasenko2008-11-251-2/+0
* *: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, x...Denis Vlasenko2008-11-051-2/+2
* top: fix "top -d 1" (bug 5144)Denis Vlasenko2008-09-251-4/+13
* top: fixes to prev commit: '1' should toggle SMP view too;Denis Vlasenko2008-09-251-31/+27
* top: optional SMP support by Vineet Gupta (vineetg76 AT gmail.com)Denis Vlasenko2008-09-251-84/+260
* libbb: fix mishandling of "all argv are opts" in getopt32()Denis Vlasenko2008-08-201-2/+1
* libbb: make xrealloc_vector zero out the realloc'ed tailDenis Vlasenko2008-08-041-2/+2
* libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko2008-07-211-3/+3
* libbb: introduce and use xrealloc_vectorDenis Vlasenko2008-07-081-2/+3