1. 5542934 free: add -b/k/m/g options; remove 4 TB limitation. +100 bytes by Denys Vlasenko · 14 years ago
  2. 5a0d899 smemcap: use correct tar magic by Denys Vlasenko · 14 years ago
  3. 6957d79 remove redundant ENABLE_DESKTOP in procps/ps.c by Cristian Ionescu-Idbohrn · 14 years ago
  4. b32a543 nandwrite: complain on malformed -s NUM by Denys Vlasenko · 14 years ago
  5. 0834a6d pmap: new applet. +1k. by Alexander Shishkin · 14 years ago
  6. 159677c Rename a struct member from "interrupt" by Dan Fandrich · 14 years ago
  7. bdaea46 nmeter: fix misplaced closing comment by Denys Vlasenko · 14 years ago
  8. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  9. 9768a82 *: fix "see file License ..." - the file is named LICENSE (in uppercase) by Denys Vlasenko · 14 years ago
  10. c9b9750 libbb: factor out common code from mpstat/iostat by Denys Vlasenko · 14 years ago
  11. dcaed97 iostat: add forgotted fclose(); fix default count. by Denys Vlasenko · 14 years ago
  12. 7783248 *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i by Denys Vlasenko · 14 years ago
  13. 7bfbbd4 free: more compatible output. +16 bytes. Closes bug 2383. by Denys Vlasenko · 14 years ago
  14. 733f26f iostat: new applet. 2800 bytes by Marek Polacek · 14 years ago
  15. 85a359a mpstat: do not use /sys to get number of CPUs. /proc should be ok. by Marek Polacek · 14 years ago
  16. 3fb4a5e mpstat: better fix for IRQ counts by Denys Vlasenko · 14 years ago
  17. 9bb0510 mpstat: fix total par-cpu IRQ counts by Denys Vlasenko · 14 years ago
  18. 64c6789 mpstat: fix/improve handling of interrupt names by Denys Vlasenko · 14 years ago
  19. 5e87c2e mpstat: small code shrink by Maksym Kryzhanovskyy · 14 years ago
  20. 217df6e mpstat: small code shrink by Denys Vlasenko · 14 years ago
  21. 23e8c08 mpstat: new applet. ~5.5k by Marek Polacek · 14 years ago
  22. 1d7266d mark Linux-specific configuration options by Jeremie Koenig · 14 years ago
  23. a95ce93 top: add tie breaking for topmem mode by Denys Vlasenko · 14 years ago
  24. 52827e3 *: tar-related cleanups: move struct to unarchive.h; move help to tar.c by Denys Vlasenko · 14 years ago
  25. a091d45 smemcap: new applet by Denys Vlasenko · 14 years ago
  26. adbbee4 bootchartd: added optional compat features by Denys Vlasenko · 14 years ago
  27. d70e0e9 *: add INSERTs to *.src files where appropriate by Denys Vlasenko · 15 years ago
  28. e3657dc fuser: code shrink by Maksym Kryzhanovskyy · 15 years ago
  29. d94332f top: code shrink, -26 bytes by Denys Vlasenko · 15 years ago
  30. 87496aa top: code shrink by Maksym Kryzhanovskyy · 15 years ago
  31. 2f32bf8 remove defconfig. Now "make defconfig" simply uses defaults from Config.in by Denys Vlasenko · 15 years ago
  32. da929a9 mass renaming Kbuild -> Kbuild.src, Config.in -> Config.src by Denys Vlasenko · 15 years ago
  33. 9e07219 ps: make "ps -o BAD" emit list of good -o params by Denys Vlasenko · 15 years ago
  34. fef9ee7 fuser: code shrink, fixing default signal, exitcode and PID display by Maksym Kryzhanovskyy · 15 years ago
  35. d9a3e89 consolidate ESC sequences by Denys Vlasenko · 15 years ago
  36. fe36048 fix typo in commented-out code by Denys Vlasenko · 15 years ago
  37. 3960184 ps: fix non-DESKTOP option handling code by Denys Vlasenko · 15 years ago
  38. c2fdd41 sysctl: tiny code shrink by Denys Vlasenko · 15 years ago
  39. 651a269 *: merge some common strings by Denys Vlasenko · 15 years ago
  40. 917693b top: make 's' display easier to understand by Denys Vlasenko · 15 years ago
  41. 7e7728c free: silence warning about unused argv by Bernhard Reutner-Fischer · 15 years ago
  42. bef5711 free: code shrink by Denys Vlasenko · 15 years ago
  43. 153fcaa Replace __uClinux__ define with !BB_MMU by Denys Vlasenko · 15 years ago
  44. 98a4c7c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 by Denys Vlasenko · 15 years ago
  45. 6b9f163 *: style fixes. no code changes (verified with objdump) by Denys Vlasenko · 15 years ago
  46. 302af9e watch: compat: use stderr to determine screen dimensions by Denys Vlasenko · 15 years ago
  47. 2ec91ae *: remove some uses of argc by Denys Vlasenko · 15 years ago
  48. f25252c watch: more compatible screen format by Denys Vlasenko · 15 years ago
  49. 887d963 ps: add comment about -T by Denys Vlasenko · 15 years ago
  50. 6331cf0 *: use "can't" instead of "cannot" by Denys Vlasenko · 15 years ago
  51. 9be4f31 top: do not use #if inside printf, it can be a macro by Denys Vlasenko · 15 years ago
  52. 8131eea *: introduce and use ffulsh_all() by Denys Vlasenko · 15 years ago
  53. 36df048 randomconfig fixes by Denys Vlasenko · 15 years ago
  54. a05b2b8 ps: show longer COMMAND by Denys Vlasenko · 15 years ago
  55. d75295c ps: conditionally enable -T on non-DESKTOP build too by Denys Vlasenko · 15 years ago
  56. b410d4a ps,top: add an option to show threads. +260 bytes of code by Denys Vlasenko · 15 years ago
  57. fe73798 top: remove GCCisms by Denys Vlasenko · 15 years ago
  58. 3a0f6f2 fix read_cmdline API and a small buglet where "[comm]" may be too narrow by Denys Vlasenko · 15 years ago
  59. 0052882 top: add -m ("memory") option by Denys Vlasenko · 15 years ago
  60. 16d1e3c pgrep: match argv[0] too, not only comm; fix a bug in argv sanitization by Denys Vlasenko · 15 years ago
  61. 57dc534 pgrep/pkill: support -s and -P options by Denys Vlasenko · 15 years ago
  62. fca70a8 ps: conditionally support additional -o FIELDs by Denys Vlasenko · 15 years ago
  63. d5f1b1b *: add FAST_FUNC to function ptrs where it makes sense by Denys Vlasenko · 16 years ago
  64. f427c80 sysctl: stop abusing parser->line by Denys Vlasenko · 16 years ago
  65. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
  66. 0b791d9 move llist_find_str from modutils to libbb by Denis Vlasenko · 16 years ago
  67. 038fe44 sysctl: move code around to get rid of forward references. by Denis Vlasenko · 16 years ago
  68. 5a6617a sysctl: fix broken -p [file] - close bug 231 by Denis Vlasenko · 16 years ago
  69. 73c571a *: move get_sock_lsa and xwrite_str to libbb, use where appropriate by Denis Vlasenko · 16 years ago
  70. 9604e1b modprobe: emit "can't open 'modules.dep': (errno)" instead of "module not found" by Denis Vlasenko · 16 years ago
  71. 7886275 top: make it work again on 2.4 kernels (closes bug 125) by Denis Vlasenko · 16 years ago
  72. a0ab943 function old new delta by Denis Vlasenko · 16 years ago
  73. 501b0e3 sysctl: fix another corner case with "dots and slashes" by Denis Vlasenko · 16 years ago
  74. d6e8f94 sysctl: fix gcc warning (false positive) by Denis Vlasenko · 16 years ago
  75. 54d1005 *: tweak error messages by Denis Vlasenko · 16 years ago
  76. db12d1d Fix forgotten license comments by Denis Vlasenko · 16 years ago
  77. 9e0a7c9 remove a few superfluous includes by Denis Vlasenko · 16 years ago
  78. 61befda ash,hush: add TODO for rare build failure *: remove some redundant includes by Denis Vlasenko · 16 years ago
  79. 202ac50 *: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, xx) op by Denis Vlasenko · 16 years ago
  80. b9b344a kill[all[5]]: accept -s SIG too. kill_main: +29 bytes by Denis Vlasenko · 16 years ago
  81. a9c3f7a sysctl: sysctl -a was still misbehaving, fix it by Denis Vlasenko · 16 years ago
  82. 9299305 return accidentally deleted "/* vi: set sw=4 ts=4: */" by Denis Vlasenko · 16 years ago
  83. e915a1a sysctl: fix bug 3894 _for real_. by Denis Vlasenko · 16 years ago
  84. 81944c9 sysctl: remove trivial comments. no code changes by Denis Vlasenko · 16 years ago
  85. cfdb711 sysctl: remove special-cased reporting of EPERM, by Denis Vlasenko · 16 years ago
  86. 58cc52a sysctl: fix bug 3894 (by Kryzhanovskyy Maksym) by Denis Vlasenko · 16 years ago
  87. bfc93a3 nmeter: 4k buffers are too small for /proc files, by Denis Vlasenko · 16 years ago
  88. a46d2b1 - improve helptext by Bernhard Reutner-Fischer · 16 years ago
  89. c884221 top: fix "top -d 1" (bug 5144) by Denis Vlasenko · 16 years ago
  90. 35840ab top: fixes to prev commit: '1' should toggle SMP view too; by Denis Vlasenko · 16 years ago
  91. 17e7f04 top: optional SMP support by Vineet Gupta (vineetg76 AT gmail.com) by Denis Vlasenko · 16 years ago
  92. 1c45a50 libbb: fix mishandling of "all argv are opts" in getopt32() by Denis Vlasenko · 16 years ago
  93. cd785fb nmeter: fix read past the end if a buffer. Closes 4594 by Denis Vlasenko · 16 years ago
  94. 2784228 libbb: make xrealloc_vector zero out the realloc'ed tail by Denis Vlasenko · 16 years ago
  95. dadfb49 hush: add #defines to switch off break/continue if loops are not supported by Denis Vlasenko · 16 years ago
  96. 084266e fix several problems with config parser: by Denis Vlasenko · 16 years ago
  97. 0f293b9 fix all cases of strcpy on overlapping strings. by Denis Vlasenko · 16 years ago
  98. 3e8669f - wrap overlong lines (Cristian Ionescu-Idbohrn) - s/\. /. /g;# (me) by Bernhard Reutner-Fischer · 16 years ago
  99. 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
  100. d73cbd3 - first pass to unify/cleanup uid handling (-236b) by Bernhard Reutner-Fischer · 16 years ago