Age | Commit message (Expand) | Author |
2014-07-29 | top: fix memset length (sizeof(ptr) vs sizeof(array) problem) | Denys Vlasenko |
2014-07-27 | top: fix and merge code to parse /proc/meminfo | Timo Teräs |
2014-01-20 | top.c: fix compilation warnings | Bartosz Golaszewski |
2013-11-29 | Use unsigned printf/scanf conversion where more appropriate | Denys Vlasenko |
2013-09-06 | top: fix breakage introduced by previous commit | Denys Vlasenko |
2013-09-06 | Make smart_ulltoa return pointer to end (allows for code shink in callers) | Denys Vlasenko |
2013-01-22 | *: reuse more strings | Denys Vlasenko |
2013-01-14 | whitespace cleanup. no code changes | Denys Vlasenko |
2012-09-27 | libbb: correctness/size tweaks in signal-related helpers | Denys Vlasenko |
2012-09-26 | top: do not touch stdin if -b | Denys Vlasenko |
2012-09-25 | top: fix build failure in !USE_TERMIOS case | Denys Vlasenko |
2012-09-21 | top: implement scrolling up/down (_very_ useful) | Denys Vlasenko |
2011-09-21 | add INIT_G()'s. No code changes. | Denys Vlasenko |
2011-05-18 | top: display sort indicator in memory display | Denys Vlasenko |
2011-05-14 | top: better indicator of selected field in mem view | Denys Vlasenko |
2011-05-06 | top: another scripting improvement | Denys Vlasenko |
2011-05-06 | top: make it possible to feed commands via pipe | Denys Vlasenko |
2011-01-25 | top: replace %MEM with %VSZ in header text | Denys Vlasenko |
2011-01-25 | top: document a debugging script | Denys Vlasenko |
2011-01-13 | top: add keyboard commands to --help | Denys Vlasenko |
2010-10-27 | top: Use _exit() instead of exit() in sighandler | Marek Polacek |
2010-08-28 | pmap: new applet. +1k. | Alexander Shishkin |
2010-08-16 | *: make GNU licensing statement forms more regular | Denys Vlasenko |
2010-07-13 | top: add tie breaking for topmem mode | Denys Vlasenko |
2010-06-06 | top: code shrink, -26 bytes | Denys Vlasenko |
2010-06-06 | top: code shrink | Maksym Kryzhanovskyy |
2010-05-16 | consolidate ESC sequences | Denys Vlasenko |
2010-03-04 | top: make 's' display easier to understand | Denys Vlasenko |
2010-02-04 | *: suppress ~60% of "aliased warnings" on gcc-4.4.1 | Denys Vlasenko |
2009-11-07 | top: do not use #if inside printf, it can be a macro | Denys Vlasenko |
2009-11-02 | *: introduce and use ffulsh_all() | Denys Vlasenko |
2009-10-19 | randomconfig fixes | Denys Vlasenko |
2009-09-21 | ps: conditionally enable -T on non-DESKTOP build too | Denys Vlasenko |
2009-09-19 | ps,top: add an option to show threads. +260 bytes of code | Denys Vlasenko |
2009-09-12 | top: remove GCCisms | Denys Vlasenko |
2009-09-12 | fix read_cmdline API and a small buglet where "[comm]" may be too narrow | Denys Vlasenko |
2009-09-11 | top: add -m ("memory") option | Denys Vlasenko |
2009-07-03 | ps: conditionally support additional -o FIELDs | Denys Vlasenko |
2009-04-21 | *: mass renaming of USE_XXXX to IF_XXXX | Denis Vlasenko |
2009-03-03 | top: make it work again on 2.4 kernels (closes bug 125) | Denis Vlasenko |
2008-12-07 | Fix forgotten license comments | Denis Vlasenko |
2008-11-25 | ash,hush: add TODO for rare build failure | Denis Vlasenko |
2008-11-05 | *: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, x... | Denis Vlasenko |
2008-09-25 | top: fix "top -d 1" (bug 5144) | Denis Vlasenko |
2008-09-25 | top: fixes to prev commit: '1' should toggle SMP view too; | Denis Vlasenko |
2008-09-25 | top: optional SMP support by Vineet Gupta (vineetg76 AT gmail.com) | Denis Vlasenko |
2008-08-20 | libbb: fix mishandling of "all argv are opts" in getopt32() | Denis Vlasenko |
2008-08-04 | libbb: make xrealloc_vector zero out the realloc'ed tail | Denis Vlasenko |
2008-07-21 | libbb: [x]fopen_for_{read,write} introduced and used. | Denis Vlasenko |
2008-07-08 | libbb: introduce and use xrealloc_vector | Denis Vlasenko |