- 8d67007 top: improve large PID display in memory ('s') mode by Denys Vlasenko · 2 years, 7 months ago
- 1099a27 top: code shrink by Denys Vlasenko · 2 years, 7 months ago
- 69f82e3 top: code shrink by Denys Vlasenko · 2 years, 7 months ago
- 294881d top: fix display of large PID/PPID by Denys Vlasenko · 2 years, 7 months ago
- 12566e7 ash,hush: fix handling of SIGINT while waiting for interactive input by Denys Vlasenko · 2 years, 11 months ago
- 1849285 *: more --help tweaks, mostly expanding ts --help by Denys Vlasenko · 3 years, 6 months ago
- cad3fc7 libbb: introduce and use fputs_stdout by Ron Yorston · 3 years, 10 months ago
- df1f479 randomconfig fixes by Denys Vlasenko · 4 years, 6 months ago
- ac78f2a top: do not use previous colleced data wheh "h" toggles threads display by Denys Vlasenko · 5 years ago
- 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 5 years ago
- 2b62821 top: provide cmdline argument '-H' to enable thread scanning by default by Thomas De Schampheleire · 6 years ago
- 4a67486 top: tweak --help by Denys Vlasenko · 6 years ago
- b097a84 config: update size information by Denys Vlasenko · 6 years ago
- 4c20d9f extend fractional duration support to "top -d N.N" and "timeout" by Denys Vlasenko · 6 years ago
- b3e98b1 top: fix "warning: unused variable new_mask" by Denys Vlasenko · 7 years ago
- a2cae93 top: much faster cursor key navigation by avoiding process rescan by Denys Vlasenko · 7 years ago
- 75e56a3 top: do unsigned rather than signed division in do_stats() by Denys Vlasenko · 7 years ago
- 86107d6 top: handle much larger VSZ values by Denys Vlasenko · 7 years ago
- 8187e01 *: use ESC define instead of "\033"; use ESC[m instead of ESC[0m by Denys Vlasenko · 7 years ago
- e440b39 *: stop using atexit in non-debug build: saves ~260 in bss with musl by Denys Vlasenko · 7 years ago
- d80302d top: switch to malloced "globals". by Denys Vlasenko · 7 years ago
- 727948e getopt32: factor out code to treat all args as options by Denys Vlasenko · 7 years ago
- 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
- 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
- 6c1f348 Move FEATURE_USE_TERMIOS config option to two applets which use it by Denys Vlasenko · 8 years ago
- 01ccdd1 libbb: consolidate the code to set termios unbuffered mode by Denys Vlasenko · 8 years ago
- 0fd9fb4 top: FEATURE_USE_TERMIOS shouldn't control reading of screen size by Denys Vlasenko · 8 years ago
- 718e4fd top: fix help text: with !TERMIOS, no keys are affected top output by Denys Vlasenko · 8 years ago
- f8f81ed Convert all procps/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
- aedc3fe top: move free(prev_hist) out of signal path by Denys Vlasenko · 8 years ago
- 3e134eb *: slap on a few ALIGN1/2s where appropriate by Denys Vlasenko · 9 years ago
- 47cfbf3 *: add most of the required setup_common_bufsiz() calls by Denys Vlasenko · 9 years ago
- e6a2f4c libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it by Denys Vlasenko · 9 years ago
- 4ad702c top: make sort field for 's' mode less confusing by Denys Vlasenko · 9 years ago
- 7b85ec3 *: more BUILD_BUG_ON conversions by Denys Vlasenko · 9 years ago
- 6c6d37e top: fix memset length (sizeof(ptr) vs sizeof(array) problem) by Denys Vlasenko · 10 years ago
- 7df1f1d top: fix and merge code to parse /proc/meminfo by Timo Teräs · 10 years ago
- 2de232d top.c: fix compilation warnings by Bartosz Golaszewski · 11 years ago
- 327f550 Use unsigned printf/scanf conversion where more appropriate by Denys Vlasenko · 11 years ago
- dc57294 top: fix breakage introduced by previous commit by Denys Vlasenko · 11 years ago
- a407cf7 Make smart_ulltoa return pointer to end (allows for code shink in callers) by Denys Vlasenko · 11 years ago
- 778794d *: reuse more strings by Denys Vlasenko · 12 years ago
- 60cb48c whitespace cleanup. no code changes by Denys Vlasenko · 12 years ago
- c4f2d99 libbb: correctness/size tweaks in signal-related helpers by Denys Vlasenko · 12 years ago
- 73a1990 top: do not touch stdin if -b by Denys Vlasenko · 12 years ago
- ffe03f0 top: fix build failure in !USE_TERMIOS case by Denys Vlasenko · 12 years ago
- 2fb8d0d top: implement scrolling up/down (_very_ useful) by Denys Vlasenko · 12 years ago
- 1671424 add INIT_G()'s. No code changes. by Denys Vlasenko · 13 years ago
- 24b71fd top: display sort indicator in memory display by Denys Vlasenko · 14 years ago
- eafc558 top: better indicator of selected field in mem view by Denys Vlasenko · 14 years ago
- 4d6059e top: another scripting improvement by Denys Vlasenko · 14 years ago
- 7d9a1d2 top: make it possible to feed commands via pipe by Denys Vlasenko · 14 years ago
- 9aa599d top: replace %MEM with %VSZ in header text by Denys Vlasenko · 14 years ago
- 444ff28 top: document a debugging script by Denys Vlasenko · 14 years ago
- 0684446 top: add keyboard commands to --help by Denys Vlasenko · 14 years ago
- 3c99d59 top: Use _exit() instead of exit() in sighandler by Marek Polacek · 14 years ago
- 0834a6d pmap: new applet. +1k. by Alexander Shishkin · 14 years ago
- 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
- a95ce93 top: add tie breaking for topmem mode by Denys Vlasenko · 14 years ago
- d94332f top: code shrink, -26 bytes by Denys Vlasenko · 15 years ago
- 87496aa top: code shrink by Maksym Kryzhanovskyy · 15 years ago
- d9a3e89 consolidate ESC sequences by Denys Vlasenko · 15 years ago
- 917693b top: make 's' display easier to understand by Denys Vlasenko · 15 years ago
- 98a4c7c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 by Denys Vlasenko · 15 years ago
- 9be4f31 top: do not use #if inside printf, it can be a macro by Denys Vlasenko · 15 years ago
- 8131eea *: introduce and use ffulsh_all() by Denys Vlasenko · 15 years ago
- 36df048 randomconfig fixes by Denys Vlasenko · 15 years ago
- d75295c ps: conditionally enable -T on non-DESKTOP build too by Denys Vlasenko · 15 years ago
- b410d4a ps,top: add an option to show threads. +260 bytes of code by Denys Vlasenko · 15 years ago
- fe73798 top: remove GCCisms by Denys Vlasenko · 15 years ago
- 3a0f6f2 fix read_cmdline API and a small buglet where "[comm]" may be too narrow by Denys Vlasenko · 15 years ago
- 0052882 top: add -m ("memory") option by Denys Vlasenko · 15 years ago
- fca70a8 ps: conditionally support additional -o FIELDs by Denys Vlasenko · 15 years ago
- 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
- 7886275 top: make it work again on 2.4 kernels (closes bug 125) by Denis Vlasenko · 16 years ago
- db12d1d Fix forgotten license comments by Denis Vlasenko · 16 years ago
- 61befda ash,hush: add TODO for rare build failure *: remove some redundant includes by Denis Vlasenko · 16 years ago
- 202ac50 *: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, xx) op by Denis Vlasenko · 16 years ago
- c884221 top: fix "top -d 1" (bug 5144) by Denis Vlasenko · 16 years ago
- 35840ab top: fixes to prev commit: '1' should toggle SMP view too; by Denis Vlasenko · 16 years ago
- 17e7f04 top: optional SMP support by Vineet Gupta (vineetg76 AT gmail.com) by Denis Vlasenko · 16 years ago
- 1c45a50 libbb: fix mishandling of "all argv are opts" in getopt32() by Denis Vlasenko · 16 years ago
- 2784228 libbb: make xrealloc_vector zero out the realloc'ed tail by Denis Vlasenko · 16 years ago
- 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
- deeed59 libbb: introduce and use xrealloc_vector by Denis Vlasenko · 16 years ago
- a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
- 7049ff8 whitespace fixes. no code changes by Denis Vlasenko · 16 years ago
- 5e25ddb - use STD*_FILENO some more. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
- 636a1f8 - use EXIT_{SUCCESS,FAILURE}. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
- 5599502 more -Wall warning fixes. -Wall is enabled now. by Denis Vlasenko · 17 years ago
- 6b06cb8 more of -Wall fixes from Cristian Ionescu-Idbohrn. Some are fixing real bugs. by Denis Vlasenko · 17 years ago
- e96dcb4 top: fix build failure by Denis Vlasenko · 17 years ago
- 275b929 let top build without TERMIOS enabled by Paul Fox · 17 years ago
- cf7cf62 *: s/BB_SIGS_FATAL/BB_FATAL_SIGS/ (latter proved easier to remember) by Denis Vlasenko · 17 years ago
- 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
- 25591c3 libbb: introduce bb_signals and bb_signals_recursive, by Denis Vlasenko · 17 years ago
- a985d30 - spelling fixes by Bernhard Reutner-Fischer · 17 years ago
- 04e11c9 getpot: add support for "a+" specifier for nonnegative int parameters. by Denis Vlasenko · 17 years ago
- 8c69afd - be C99 friendly. Anonymous unions are a GNU extension. This change is by Bernhard Reutner-Fischer · 17 years ago
- 56ea65c ps: fix overflow in USER and VSZ columns by Denis Vlasenko · 17 years ago