1. 27116ba busybox: squashed commit of merging cm-12.1 by maxwen · 9 years ago fp2-m-sibon fp2-sibon-17.07.6 fp2-sibon-17.08.1.1 fp2-sibon-17.10.1 fp2-sibon-17.11.2 fp2-sibon-17.12.1 fp2-sibon-18.01.1 fp2-sibon-18.02.0 fp2-sibon-18.03.1 fp2-sibon-18.04.1
  2. 823694d Busybox 1.21.0 squashed commit for jellybean by Tanguy Pruvot · 12 years ago
  3. 8a6c2c2 Busybox 1.20.0 squashed commit for ICS by Tanguy Pruvot · 12 years ago
  4. 24b71fd top: display sort indicator in memory display by Denys Vlasenko · 13 years ago
  5. eafc558 top: better indicator of selected field in mem view by Denys Vlasenko · 13 years ago
  6. 4d6059e top: another scripting improvement by Denys Vlasenko · 13 years ago
  7. 7d9a1d2 top: make it possible to feed commands via pipe by Denys Vlasenko · 13 years ago
  8. 9aa599d top: replace %MEM with %VSZ in header text by Denys Vlasenko · 13 years ago
  9. 444ff28 top: document a debugging script by Denys Vlasenko · 13 years ago
  10. 0684446 top: add keyboard commands to --help by Denys Vlasenko · 13 years ago
  11. 3c99d59 top: Use _exit() instead of exit() in sighandler by Marek Polacek · 14 years ago
  12. 0834a6d pmap: new applet. +1k. by Alexander Shishkin · 14 years ago
  13. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  14. a95ce93 top: add tie breaking for topmem mode by Denys Vlasenko · 14 years ago
  15. d94332f top: code shrink, -26 bytes by Denys Vlasenko · 14 years ago
  16. 87496aa top: code shrink by Maksym Kryzhanovskyy · 14 years ago
  17. d9a3e89 consolidate ESC sequences by Denys Vlasenko · 14 years ago
  18. 917693b top: make 's' display easier to understand by Denys Vlasenko · 14 years ago
  19. 98a4c7c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 by Denys Vlasenko · 14 years ago
  20. 9be4f31 top: do not use #if inside printf, it can be a macro by Denys Vlasenko · 15 years ago
  21. 8131eea *: introduce and use ffulsh_all() by Denys Vlasenko · 15 years ago
  22. 36df048 randomconfig fixes by Denys Vlasenko · 15 years ago
  23. d75295c ps: conditionally enable -T on non-DESKTOP build too by Denys Vlasenko · 15 years ago
  24. b410d4a ps,top: add an option to show threads. +260 bytes of code by Denys Vlasenko · 15 years ago
  25. fe73798 top: remove GCCisms by Denys Vlasenko · 15 years ago
  26. 3a0f6f2 fix read_cmdline API and a small buglet where "[comm]" may be too narrow by Denys Vlasenko · 15 years ago
  27. 0052882 top: add -m ("memory") option by Denys Vlasenko · 15 years ago
  28. fca70a8 ps: conditionally support additional -o FIELDs by Denys Vlasenko · 15 years ago
  29. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 15 years ago
  30. 7886275 top: make it work again on 2.4 kernels (closes bug 125) by Denis Vlasenko · 15 years ago
  31. db12d1d Fix forgotten license comments by Denis Vlasenko · 15 years ago
  32. 61befda ash,hush: add TODO for rare build failure *: remove some redundant includes by Denis Vlasenko · 16 years ago
  33. 202ac50 *: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, xx) op by Denis Vlasenko · 16 years ago
  34. c884221 top: fix "top -d 1" (bug 5144) by Denis Vlasenko · 16 years ago
  35. 35840ab top: fixes to prev commit: '1' should toggle SMP view too; by Denis Vlasenko · 16 years ago
  36. 17e7f04 top: optional SMP support by Vineet Gupta (vineetg76 AT gmail.com) by Denis Vlasenko · 16 years ago
  37. 1c45a50 libbb: fix mishandling of "all argv are opts" in getopt32() by Denis Vlasenko · 16 years ago
  38. 2784228 libbb: make xrealloc_vector zero out the realloc'ed tail by Denis Vlasenko · 16 years ago
  39. 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
  40. deeed59 libbb: introduce and use xrealloc_vector by Denis Vlasenko · 16 years ago
  41. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  42. 7049ff8 whitespace fixes. no code changes by Denis Vlasenko · 16 years ago
  43. 5e25ddb - use STD*_FILENO some more. No object-code changes by Bernhard Reutner-Fischer · 16 years ago
  44. 636a1f8 - use EXIT_{SUCCESS,FAILURE}. No object-code changes by Bernhard Reutner-Fischer · 16 years ago
  45. 5599502 more -Wall warning fixes. -Wall is enabled now. by Denis Vlasenko · 16 years ago
  46. 6b06cb8 more of -Wall fixes from Cristian Ionescu-Idbohrn. Some are fixing real bugs. by Denis Vlasenko · 16 years ago
  47. e96dcb4 top: fix build failure by Denis Vlasenko · 16 years ago
  48. 275b929 let top build without TERMIOS enabled by Paul Fox · 16 years ago
  49. cf7cf62 *: s/BB_SIGS_FATAL/BB_FATAL_SIGS/ (latter proved easier to remember) by Denis Vlasenko · 16 years ago
  50. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 16 years ago
  51. 25591c3 libbb: introduce bb_signals and bb_signals_recursive, by Denis Vlasenko · 16 years ago
  52. a985d30 - spelling fixes by Bernhard Reutner-Fischer · 16 years ago
  53. 04e11c9 getpot: add support for "a+" specifier for nonnegative int parameters. by Denis Vlasenko · 16 years ago
  54. 8c69afd - be C99 friendly. Anonymous unions are a GNU extension. This change is by Bernhard Reutner-Fischer · 16 years ago
  55. 56ea65c ps: fix overflow in USER and VSZ columns by Denis Vlasenko · 16 years ago
  56. fcfb5c0 defconfig: update by Denis Vlasenko · 16 years ago
  57. 5576136 fixes revealed by randomconfig run by Denis Vlasenko · 17 years ago
  58. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  59. 4daad90 introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). by Denis Vlasenko · 17 years ago
  60. 5d61e71 introduce safe_poll (fixes a problem in top) by Denis Vlasenko · 17 years ago
  61. 4d7605a top: small fix for command line wrapping by Denis Vlasenko · 17 years ago
  62. 4c1d88d top: get rid of on-stack variable buffers, use permanent one. by Denis Vlasenko · 17 years ago
  63. e7c1ad1 top: add sizeof(G) check; fix style by Denis Vlasenko · 17 years ago
  64. ff6e8e2 top: TOPMEM feature - 's(how sizes)' command. +2.5k when enabled, by Denis Vlasenko · 17 years ago
  65. 0524180 top: another readability fix by Denis Vlasenko · 17 years ago
  66. 8bdba4d top: don't wait before final bailout (try top -b -n1). by Denis Vlasenko · 17 years ago
  67. b308d81 top: use poll instead of select for waiting on one descriptor by Denis Vlasenko · 17 years ago
  68. 6ee023c *: compile fixes for 64-bit build by Denis Vlasenko · 17 years ago
  69. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  70. 856be77 assorted fixes for breakage found by randomconfig by Denis Vlasenko · 17 years ago
  71. 110967a top: nested function allows us to reuse some code by Denis Vlasenko · 17 years ago
  72. 24c5fba top: make "100%" case less ugly, and shrink code while at it by Denis Vlasenko · 17 years ago
  73. c1166c3 top: simpler loadavg processing by Denis Vlasenko · 17 years ago
  74. 9109fbe top: truncate usernames to 8 chars by Denis Vlasenko · 17 years ago
  75. 98ebab8 top,ps: improve /proc/PID/cmdinfo reading code by Denis Vlasenko · 17 years ago
  76. f7d07b1 killall, pidof: use argv0 for process matching too by Denis Vlasenko · 17 years ago
  77. 7451196 top: on user suggestion make percentile calculations configurable. -56 bytes when off. +600 bytes when on by Denis Vlasenko · 17 years ago
  78. b1e5add top: improve global CPU percentage (smaller & faster code) by Denis Vlasenko · 17 years ago
  79. 5a65447 top: add config option and code for global CPU % display by Denis Vlasenko · 17 years ago
  80. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 17 years ago
  81. 8581863 procps: remove all global variables by Denis Vlasenko · 17 years ago
  82. ac678ec style fixes, no code changes by Denis Vlasenko · 17 years ago
  83. 0aa6ba5 make sure ps/top output what they claim: vsz, not rss ... down the line we should make the output controllable either at runtime or buildtime as both statistics are quite useful by Mike Frysinger · 17 years ago
  84. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 17 years ago
  85. f7996f3 Trailing whitespace removal over entire tree by Denis Vlasenko · 17 years ago
  86. 3bba545 done a dozen of randconfig test. guess what? ALL failed... by Denis Vlasenko · 17 years ago
  87. 459e4d6 replace /proc scanning code by more versatile one. by Denis Vlasenko · 18 years ago
  88. fa07680 top: improve CPU% calculation style fixes by Denis Vlasenko · 18 years ago
  89. 35fb512 PID should be stored in pid_t, not int or long. by Denis Vlasenko · 18 years ago
  90. 25d8062 top: batch mode should output all processes by Denis Vlasenko · 18 years ago
  91. ea62077 add open_read_close() and similar stuff by Denis Vlasenko · 18 years ago
  92. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  93. c12f530 dnsd fix; option_mask32 added. dnsd needs more love. by Denis Vlasenko · 18 years ago
  94. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  95. 266bc17 top: add support for -b, -n <iterations> by Denis Vlasenko · 18 years ago
  96. 42dfcd2 top: fixed wrong comment, made error message more clear by Denis Vlasenko · 18 years ago
  97. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  98. a526c30 Make another warning go away. by Rob Landley · 18 years ago
  99. db1ab1a Top was catching sigterm (and fumbling sigint) so it could reset the terminal by Rob Landley · 18 years ago
  100. e15d757 - move #include busybox.h to the very top so we pull in the config by Bernhard Reutner-Fischer · 18 years ago