1. e3657dc fuser: code shrink by Maksym Kryzhanovskyy · 15 years ago
  2. d94332f top: code shrink, -26 bytes by Denys Vlasenko · 15 years ago
  3. 87496aa top: code shrink by Maksym Kryzhanovskyy · 15 years ago
  4. 2f32bf8 remove defconfig. Now "make defconfig" simply uses defaults from Config.in by Denys Vlasenko · 15 years ago
  5. da929a9 mass renaming Kbuild -> Kbuild.src, Config.in -> Config.src by Denys Vlasenko · 15 years ago
  6. 9e07219 ps: make "ps -o BAD" emit list of good -o params by Denys Vlasenko · 15 years ago
  7. fef9ee7 fuser: code shrink, fixing default signal, exitcode and PID display by Maksym Kryzhanovskyy · 15 years ago
  8. d9a3e89 consolidate ESC sequences by Denys Vlasenko · 15 years ago
  9. fe36048 fix typo in commented-out code by Denys Vlasenko · 15 years ago
  10. 3960184 ps: fix non-DESKTOP option handling code by Denys Vlasenko · 15 years ago
  11. c2fdd41 sysctl: tiny code shrink by Denys Vlasenko · 15 years ago
  12. 651a269 *: merge some common strings by Denys Vlasenko · 15 years ago
  13. 917693b top: make 's' display easier to understand by Denys Vlasenko · 15 years ago
  14. 7e7728c free: silence warning about unused argv by Bernhard Reutner-Fischer · 15 years ago
  15. bef5711 free: code shrink by Denys Vlasenko · 15 years ago
  16. 153fcaa Replace __uClinux__ define with !BB_MMU by Denys Vlasenko · 15 years ago
  17. 98a4c7c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 by Denys Vlasenko · 15 years ago
  18. 6b9f163 *: style fixes. no code changes (verified with objdump) by Denys Vlasenko · 15 years ago
  19. 302af9e watch: compat: use stderr to determine screen dimensions by Denys Vlasenko · 15 years ago
  20. 2ec91ae *: remove some uses of argc by Denys Vlasenko · 15 years ago
  21. f25252c watch: more compatible screen format by Denys Vlasenko · 15 years ago
  22. 887d963 ps: add comment about -T by Denys Vlasenko · 15 years ago
  23. 6331cf0 *: use "can't" instead of "cannot" by Denys Vlasenko · 15 years ago
  24. 9be4f31 top: do not use #if inside printf, it can be a macro by Denys Vlasenko · 15 years ago
  25. 8131eea *: introduce and use ffulsh_all() by Denys Vlasenko · 15 years ago
  26. 36df048 randomconfig fixes by Denys Vlasenko · 15 years ago
  27. a05b2b8 ps: show longer COMMAND by Denys Vlasenko · 15 years ago
  28. d75295c ps: conditionally enable -T on non-DESKTOP build too by Denys Vlasenko · 15 years ago
  29. b410d4a ps,top: add an option to show threads. +260 bytes of code by Denys Vlasenko · 15 years ago
  30. fe73798 top: remove GCCisms by Denys Vlasenko · 15 years ago
  31. 3a0f6f2 fix read_cmdline API and a small buglet where "[comm]" may be too narrow by Denys Vlasenko · 15 years ago
  32. 0052882 top: add -m ("memory") option by Denys Vlasenko · 15 years ago
  33. 16d1e3c pgrep: match argv[0] too, not only comm; fix a bug in argv sanitization by Denys Vlasenko · 15 years ago
  34. 57dc534 pgrep/pkill: support -s and -P options by Denys Vlasenko · 15 years ago
  35. fca70a8 ps: conditionally support additional -o FIELDs by Denys Vlasenko · 15 years ago
  36. d5f1b1b *: add FAST_FUNC to function ptrs where it makes sense by Denys Vlasenko · 16 years ago
  37. f427c80 sysctl: stop abusing parser->line by Denys Vlasenko · 16 years ago
  38. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
  39. 0b791d9 move llist_find_str from modutils to libbb by Denis Vlasenko · 16 years ago
  40. 038fe44 sysctl: move code around to get rid of forward references. by Denis Vlasenko · 16 years ago
  41. 5a6617a sysctl: fix broken -p [file] - close bug 231 by Denis Vlasenko · 16 years ago
  42. 73c571a *: move get_sock_lsa and xwrite_str to libbb, use where appropriate by Denis Vlasenko · 16 years ago
  43. 9604e1b modprobe: emit "can't open 'modules.dep': (errno)" instead of "module not found" by Denis Vlasenko · 16 years ago
  44. 7886275 top: make it work again on 2.4 kernels (closes bug 125) by Denis Vlasenko · 16 years ago
  45. a0ab943 function old new delta by Denis Vlasenko · 16 years ago
  46. 501b0e3 sysctl: fix another corner case with "dots and slashes" by Denis Vlasenko · 16 years ago
  47. d6e8f94 sysctl: fix gcc warning (false positive) by Denis Vlasenko · 16 years ago
  48. 54d1005 *: tweak error messages by Denis Vlasenko · 16 years ago
  49. db12d1d Fix forgotten license comments by Denis Vlasenko · 16 years ago
  50. 9e0a7c9 remove a few superfluous includes by Denis Vlasenko · 16 years ago
  51. 61befda ash,hush: add TODO for rare build failure *: remove some redundant includes by Denis Vlasenko · 16 years ago
  52. 202ac50 *: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, xx) op by Denis Vlasenko · 16 years ago
  53. b9b344a kill[all[5]]: accept -s SIG too. kill_main: +29 bytes by Denis Vlasenko · 16 years ago
  54. a9c3f7a sysctl: sysctl -a was still misbehaving, fix it by Denis Vlasenko · 16 years ago
  55. 9299305 return accidentally deleted "/* vi: set sw=4 ts=4: */" by Denis Vlasenko · 16 years ago
  56. e915a1a sysctl: fix bug 3894 _for real_. by Denis Vlasenko · 16 years ago
  57. 81944c9 sysctl: remove trivial comments. no code changes by Denis Vlasenko · 16 years ago
  58. cfdb711 sysctl: remove special-cased reporting of EPERM, by Denis Vlasenko · 16 years ago
  59. 58cc52a sysctl: fix bug 3894 (by Kryzhanovskyy Maksym) by Denis Vlasenko · 16 years ago
  60. bfc93a3 nmeter: 4k buffers are too small for /proc files, by Denis Vlasenko · 16 years ago
  61. a46d2b1 - improve helptext by Bernhard Reutner-Fischer · 16 years ago
  62. c884221 top: fix "top -d 1" (bug 5144) by Denis Vlasenko · 16 years ago
  63. 35840ab top: fixes to prev commit: '1' should toggle SMP view too; by Denis Vlasenko · 16 years ago
  64. 17e7f04 top: optional SMP support by Vineet Gupta (vineetg76 AT gmail.com) by Denis Vlasenko · 16 years ago
  65. 1c45a50 libbb: fix mishandling of "all argv are opts" in getopt32() by Denis Vlasenko · 16 years ago
  66. cd785fb nmeter: fix read past the end if a buffer. Closes 4594 by Denis Vlasenko · 16 years ago
  67. 2784228 libbb: make xrealloc_vector zero out the realloc'ed tail by Denis Vlasenko · 16 years ago
  68. dadfb49 hush: add #defines to switch off break/continue if loops are not supported by Denis Vlasenko · 16 years ago
  69. 084266e fix several problems with config parser: by Denis Vlasenko · 16 years ago
  70. 0f293b9 fix all cases of strcpy on overlapping strings. by Denis Vlasenko · 16 years ago
  71. 3e8669f - wrap overlong lines (Cristian Ionescu-Idbohrn) - s/\. /. /g;# (me) by Bernhard Reutner-Fischer · 16 years ago
  72. 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
  73. d73cbd3 - first pass to unify/cleanup uid handling (-236b) by Bernhard Reutner-Fischer · 16 years ago
  74. 4a717e0 libbb: fixes to config_read() by maintainer sysctl: use config_read() by Denis Vlasenko · 16 years ago
  75. 3b3ca11 pidof/killall: allow find_pid_by_name to find running by Denis Vlasenko · 16 years ago
  76. 83cea0e s/SELINIX/SELINUX/ by Denis Vlasenko · 16 years ago
  77. 6b79718 fuser: a bit of safety in scanf by Denis Vlasenko · 16 years ago
  78. a46dd89 cpio: internalize archive_xread_all_eof. add a few paranoia checks by Denis Vlasenko · 16 years ago
  79. deeed59 libbb: introduce and use xrealloc_vector by Denis Vlasenko · 16 years ago
  80. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  81. bc2fd37 nmeter: tiny shrink by Denis Vlasenko · 16 years ago
  82. 259c9a6 nmeter: tiny shrink by Denis Vlasenko · 16 years ago
  83. befd5ea nmeter: cosmetics by Denis Vlasenko · 16 years ago
  84. 333aa0c nmeter: code shrink by Denis Vlasenko · 16 years ago
  85. 7049ff8 whitespace fixes. no code changes by Denis Vlasenko · 16 years ago
  86. d50dda8 *: use llist_pop for traverse-and-free list operation by Denis Vlasenko · 16 years ago
  87. cd9d4c8 fuser: a now, the corrected fix (vda botched previous one) by Denis Vlasenko · 17 years ago
  88. 5de8a13 fiser: opendir "/proc", not "." (by Cristian Ionescu-Idbohrn) by Denis Vlasenko · 17 years ago
  89. 54b90b5 fix another -Wall warning by Denis Vlasenko · 17 years ago
  90. 5e25ddb - use STD*_FILENO some more. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
  91. 636a1f8 - use EXIT_{SUCCESS,FAILURE}. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
  92. 5599502 more -Wall warning fixes. -Wall is enabled now. by Denis Vlasenko · 17 years ago
  93. 6b06cb8 more of -Wall fixes from Cristian Ionescu-Idbohrn. Some are fixing real bugs. by Denis Vlasenko · 17 years ago
  94. e96dcb4 top: fix build failure by Denis Vlasenko · 17 years ago
  95. 468aea2 shells: do not frocibly enable test, echo and kill _applets_, by Denis Vlasenko · 17 years ago
  96. 1b2058f fuser: fix vda's breakage: DOH! chdir'ing to /proc breaks relative paths by Denis Vlasenko · 17 years ago
  97. c93b162 patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes) by Denis Vlasenko · 17 years ago
  98. 275b929 let top build without TERMIOS enabled by Paul Fox · 17 years ago
  99. cf7cf62 *: s/BB_SIGS_FATAL/BB_FATAL_SIGS/ (latter proved easier to remember) by Denis Vlasenko · 17 years ago
  100. 85c2471 *: fix fallout from -Wunused-parameter by Denis Vlasenko · 17 years ago