1. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  2. f893da8 ls,ps,watch: measure terminal width on fd 0, not 1 by Denis Vlasenko · 17 years ago
  3. 7ce7594 ps: fix non-desktop ps -ww -- thanks rockeychu by Denis Vlasenko · 17 years ago
  4. 110967a top: nested function allows us to reuse some code by Denis Vlasenko · 17 years ago
  5. 24c5fba top: make "100%" case less ugly, and shrink code while at it by Denis Vlasenko · 17 years ago
  6. c1166c3 top: simpler loadavg processing by Denis Vlasenko · 17 years ago
  7. 9109fbe top: truncate usernames to 8 chars by Denis Vlasenko · 17 years ago
  8. aba7f49 ps: revert wrong "optimization": (i & 1) -> i by Denis Vlasenko · 17 years ago
  9. dc7a5ea ps: fix "unused variable" warning; fix integer variable declared as char. by Denis Vlasenko · 17 years ago
  10. 98ebab8 top,ps: improve /proc/PID/cmdinfo reading code by Denis Vlasenko · 17 years ago
  11. f7d07b1 killall, pidof: use argv0 for process matching too by Denis Vlasenko · 17 years ago
  12. 80b8b39 Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <wharms@bfs.de>) by Denis Vlasenko · 17 years ago
  13. 198bada pidof: size optimizations (-50 bytes) by Denis Vlasenko · 17 years ago
  14. 31789a8 top,ps: 'stringify' tty only when needed. -60 bytes. by Denis Vlasenko · 17 years ago
  15. a6163ca install: fix install a b /a/link/to/dir by Denis Vlasenko · 17 years ago
  16. cc5e090 move several applets to more correct ex-project. No code changes. by Denis Vlasenko · 17 years ago
  17. 7451196 top: on user suggestion make percentile calculations configurable. -56 bytes when off. +600 bytes when on by Denis Vlasenko · 17 years ago
  18. b1e5add top: improve global CPU percentage (smaller & faster code) by Denis Vlasenko · 17 years ago
  19. 5a65447 top: add config option and code for global CPU % display by Denis Vlasenko · 17 years ago
  20. 0696b8a ps: fix -Z (by Yuichi Nakamura <ynakam@hitachisoft.jp>) by Denis Vlasenko · 17 years ago
  21. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 17 years ago
  22. 0cacc80 kill: improve comment by Denis Vlasenko · 17 years ago
  23. 02f47e9 kill: fix recent breakage of vda, also make code smaller by 21 bytes. by Denis Vlasenko · 17 years ago
  24. dcf4de2 test: code size saving, no logic changes by Denis Vlasenko · 17 years ago
  25. f20de5b ash,kill: use common code for kill applet/builtin by Denis Vlasenko · 17 years ago
  26. 8581863 procps: remove all global variables by Denis Vlasenko · 17 years ago
  27. 516a0ca ps: add -o tty and -o rss support by Denis Vlasenko · 17 years ago
  28. ac678ec style fixes, no code changes by Denis Vlasenko · 18 years ago
  29. 51742f4 style fixes. No code changes by Denis Vlasenko · 18 years ago
  30. 50f7f44 bb_full_fd_action: remove potential xmalloc from NOFORK path by Denis Vlasenko · 18 years ago
  31. 8d9f495 getopt32: fix llist_t options ordering. llist_rev is not unused. by Denis Vlasenko · 18 years ago
  32. 450196c ps: work around libc bug: printf("%.*s\n", MAX_INT, buffer) by Denis Vlasenko · 18 years ago
  33. 219d14d random style fixes (extra spaces deleted) by Denis Vlasenko · 18 years ago
  34. 26a8016 - change option -c to -Z to match newer upstream SElinux conventions by Bernhard Reutner-Fischer · 18 years ago
  35. 54cf511 sort: fix multiple -k (was ignoring all except last) by Denis Vlasenko · 18 years ago
  36. 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 · 18 years ago
  37. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  38. 769d1e0 fix warning from needlessly-global functions by Denis Vlasenko · 18 years ago
  39. 150f402 whitespace fixes (leading spaces to tab) by Denis Vlasenko · 18 years ago
  40. f7996f3 Trailing whitespace removal over entire tree by Denis Vlasenko · 18 years ago
  41. 3bba545 done a dozen of randconfig test. guess what? ALL failed... by Denis Vlasenko · 18 years ago
  42. bf0a201 style fixes last xcalloc replaced by xzalloc by Denis Vlasenko · 18 years ago
  43. 2a813e2 fix recognitions of -SIGname signals by Denis Vlasenko · 18 years ago
  44. 6dca70a ps: fix buglet, add microoptimization by Denis Vlasenko · 18 years ago
  45. d686a04 safe_strtoXX interface proved to be a bit unconvenient. by Denis Vlasenko · 18 years ago
  46. 89f0b34 rodata cleanup. "unable to" == "cannot". -300 bytes by Denis Vlasenko · 18 years ago
  47. a7189f0 add -Wundef, fix uncovered bugs by Denis Vlasenko · 18 years ago
  48. 4021516 ps: add documentation on POSIX ps by Denis Vlasenko · 18 years ago
  49. 9494919 ps: implement POSIX-like options, most notably -o (activated by CONFIG_DESKTOP) by Denis Vlasenko · 18 years ago
  50. 459e4d6 replace /proc scanning code by more versatile one. by Denis Vlasenko · 18 years ago
  51. fa07680 top: improve CPU% calculation style fixes by Denis Vlasenko · 18 years ago
  52. dd539f7 Unneeded code removed, usused field "unsigned pscpu" removed by Denis Vlasenko · 18 years ago
  53. 9225854 mostly style fixes by Denis Vlasenko · 18 years ago
  54. 048c93c pidof: reduce #ifdef forest by Denis Vlasenko · 18 years ago
  55. 35fb512 PID should be stored in pid_t, not int or long. by Denis Vlasenko · 18 years ago
  56. d3ada32 ps: reduce #ifdef forest by Denis Vlasenko · 18 years ago
  57. 25d8062 top: batch mode should output all processes by Denis Vlasenko · 18 years ago
  58. 621204b get_terminal_width_height: do not pass insanely large values by Denis Vlasenko · 18 years ago
  59. c6f188d silly size savings and capitalization fixes by Denis Vlasenko · 18 years ago
  60. ea62077 add open_read_close() and similar stuff by Denis Vlasenko · 18 years ago
  61. ca3c981 start_stop_daemon: add -N <nice> compat by Denis Vlasenko · 18 years ago
  62. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  63. c12f530 dnsd fix; option_mask32 added. dnsd needs more love. by Denis Vlasenko · 18 years ago
  64. 7d219aa build system overhaul by Denis Vlasenko · 18 years ago
  65. 8f8f268 bb_applet_name -> applet_name by Denis Vlasenko · 18 years ago
  66. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  67. 266bc17 top: add support for -b, -n <iterations> by Denis Vlasenko · 18 years ago
  68. 0bb628f kill: implement killall5. OpenWRT folks will be happy. by Denis Vlasenko · 18 years ago
  69. a77947f kill: fix bugs (kill -l output was horrible), fix style, constify data by Denis Vlasenko · 18 years ago
  70. be905d5 process utilities related style cleanup by Denis Vlasenko · 18 years ago
  71. e9a7a62 Change license statements (and clean up headers) on some of the files that by Rob Landley · 18 years ago
  72. 7fee0c4 - fix copy'n paste errors that got introduced when switching to the shorter boilerplate. by Bernhard Reutner-Fischer · 18 years ago
  73. 16bbb20 Random cleanup hanging around my tree. by Rob Landley · 18 years ago
  74. 42dfcd2 top: fixed wrong comment, made error message more clear by Denis Vlasenko · 18 years ago
  75. 9cac521 using [xa]sprintf for string concatenation is neat and saves by Denis Vlasenko · 18 years ago
  76. 86b4d64 These should have been part of 15767 too. by Rob Landley · 18 years ago
  77. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  78. c9c1a41 A couple things that got tangled up in my tree, easier to check in both than by Rob Landley · 18 years ago
  79. a526c30 Make another warning go away. by Rob Landley · 18 years ago
  80. db1ab1a Top was catching sigterm (and fumbling sigint) so it could reset the terminal by Rob Landley · 18 years ago
  81. e15d757 - move #include busybox.h to the very top so we pull in the config by Bernhard Reutner-Fischer · 18 years ago
  82. 299a6b4 Consolidate #include <sys/time.h> so libbb.h does it. by Rob Landley · 18 years ago
  83. 8bb5078 Change llist_add_* to take the address of the list rather than returning the new by Rob Landley · 18 years ago
  84. e2922e4 - make it C89 compatible; Declarations in the middle of a function is of course by Bernhard Reutner-Fischer · 18 years ago
  85. 39440e5 pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mailing list by Mike Frysinger · 18 years ago
  86. a6b5b60 Fiddling with llist to make memory management easier. Specifically, the by Rob Landley · 18 years ago
  87. a389651 Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes by Rob Landley · 18 years ago
  88. 0c43046 Fix allbareconfig. by Rob Landley · 18 years ago
  89. 997650b From Denis Vlasenko: by Rob Landley · 18 years ago
  90. 70cbb6e Jason Schoon writes: Attached is a patch to display the usage message if fuser is called with no arguments, rather than doing no work and failing silently. by Mike Frysinger · 18 years ago
  91. 8b1f11d Remove a superfluous quote and more non-generic standalone code. by Rob Landley · 19 years ago
  92. 2ec922e Patch from Robert P Day: let menuconfig indent stuff for us, we don't have by Rob Landley · 19 years ago
  93. d9cf7ac - patch from Denis Vlasenko to add and use bb_xchdir() by Bernhard Reutner-Fischer · 19 years ago
  94. cb44816 - add and use bb_opendir(), bb_xopendir(). by Bernhard Reutner-Fischer · 19 years ago
  95. 31642d7 More "extern" removals from Robert P. Day by Rob Landley · 19 years ago
  96. df10094 - revert back to r14406 by Bernhard Reutner-Fischer · 19 years ago
  97. 07a79e7 - backout using features which are not available with the previous stable by Bernhard Reutner-Fischer · 19 years ago
  98. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  99. 022eb31 - use absolute path for top_builddir and top_srcdir. by Bernhard Reutner-Fischer · 19 years ago
  100. 5d26126 - fixes parallel builds (make -j) by Bernhard Reutner-Fischer · 19 years ago