aboutsummaryrefslogtreecommitdiff
path: root/procps/top.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-2/+2
* whitespace fixes. no code changesDenis Vlasenko2008-06-251-6/+5
* - use STD*_FILENO some more. No object-code changesBernhard Reutner-Fischer2008-05-191-1/+1
* - use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer2008-05-191-1/+1
* more -Wall warning fixes. -Wall is enabled now.Denis Vlasenko2008-05-181-2/+3
* more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-151-5/+5
* top: fix build failureDenis Vlasenko2008-04-171-1/+6
* let top build without TERMIOS enabledPaul Fox2008-03-201-0/+2
* *: s/BB_SIGS_FATAL/BB_FATAL_SIGS/ (latter proved easier to remember)Denis Vlasenko2008-03-191-19/+29
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-1/+1
* libbb: introduce bb_signals and bb_signals_recursive,Denis Vlasenko2008-02-161-2/+4
* - spelling fixesBernhard Reutner-Fischer2008-02-111-1/+1
* getpot: add support for "a+" specifier for nonnegative int parameters.Denis Vlasenko2008-02-101-6/+3
* - be C99 friendly. Anonymous unions are a GNU extension. This change isBernhard Reutner-Fischer2008-01-291-12/+12