1. deeed59 libbb: introduce and use xrealloc_vector by Denis Vlasenko · 16 years ago
  2. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  3. bc2fd37 nmeter: tiny shrink by Denis Vlasenko · 16 years ago
  4. 259c9a6 nmeter: tiny shrink by Denis Vlasenko · 16 years ago
  5. befd5ea nmeter: cosmetics by Denis Vlasenko · 16 years ago
  6. 333aa0c nmeter: code shrink by Denis Vlasenko · 16 years ago
  7. 7049ff8 whitespace fixes. no code changes by Denis Vlasenko · 16 years ago
  8. d50dda8 *: use llist_pop for traverse-and-free list operation by Denis Vlasenko · 17 years ago
  9. cd9d4c8 fuser: a now, the corrected fix (vda botched previous one) by Denis Vlasenko · 17 years ago
  10. 5de8a13 fiser: opendir "/proc", not "." (by Cristian Ionescu-Idbohrn) by Denis Vlasenko · 17 years ago
  11. 54b90b5 fix another -Wall warning by Denis Vlasenko · 17 years ago
  12. 5e25ddb - use STD*_FILENO some more. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
  13. 636a1f8 - use EXIT_{SUCCESS,FAILURE}. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
  14. 5599502 more -Wall warning fixes. -Wall is enabled now. by Denis Vlasenko · 17 years ago
  15. 6b06cb8 more of -Wall fixes from Cristian Ionescu-Idbohrn. Some are fixing real bugs. by Denis Vlasenko · 17 years ago
  16. e96dcb4 top: fix build failure by Denis Vlasenko · 17 years ago
  17. 468aea2 shells: do not frocibly enable test, echo and kill _applets_, by Denis Vlasenko · 17 years ago
  18. 1b2058f fuser: fix vda's breakage: DOH! chdir'ing to /proc breaks relative paths by Denis Vlasenko · 17 years ago
  19. c93b162 patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes) by Denis Vlasenko · 17 years ago
  20. 275b929 let top build without TERMIOS enabled by Paul Fox · 17 years ago
  21. cf7cf62 *: s/BB_SIGS_FATAL/BB_FATAL_SIGS/ (latter proved easier to remember) by Denis Vlasenko · 17 years ago
  22. 85c2471 *: fix fallout from -Wunused-parameter by Denis Vlasenko · 17 years ago
  23. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
  24. afc4113 fuser: bugfixes and shrink. It was assuming that xmalloc zeroes returned area! by Denis Vlasenko · 17 years ago
  25. cdf6277 dos2unix: tiny shrink by Denis Vlasenko · 17 years ago
  26. 8a2e421 nmeter: fix bug where %[mf] behaves as %[mt] by Denis Vlasenko · 17 years ago
  27. 574f2f4 *: add optimization barrier to all "G trick" locations by Denis Vlasenko · 17 years ago
  28. 28b2991 watch: shrink (by walter harms <WHarms AT bfs.de>) by Denis Vlasenko · 17 years ago
  29. 25591c3 libbb: introduce bb_signals and bb_signals_recursive, by Denis Vlasenko · 17 years ago
  30. a985d30 - spelling fixes by Bernhard Reutner-Fischer · 17 years ago
  31. 04e11c9 getpot: add support for "a+" specifier for nonnegative int parameters. by Denis Vlasenko · 17 years ago
  32. c85bfca ps: fixlet to disabled compat code by Denis Vlasenko · 17 years ago
  33. 5de754a ps: add (disabled) compat code by Denis Vlasenko · 17 years ago
  34. 8c69afd - be C99 friendly. Anonymous unions are a GNU extension. This change is by Bernhard Reutner-Fischer · 17 years ago
  35. 9b4c072 ps: fix yet another buglet from recent ulltoa conversion :( by Denis Vlasenko · 17 years ago
  36. 766f659 ps: fix COMMAND column adjustment by Denis Vlasenko · 17 years ago
  37. 6b40443 ps: fix build breakage from vda's recent commit *: whitespace fixes by Denis Vlasenko · 17 years ago
  38. 56ea65c ps: fix overflow in USER and VSZ columns by Denis Vlasenko · 17 years ago
  39. 5fee2e1 ps: add conditional support for -o [e]time by Denis Vlasenko · 17 years ago
  40. fcfb5c0 defconfig: update by Denis Vlasenko · 17 years ago
  41. 64309f8 sysctl: add -e: supress warnings about invalid key (Jeremy Kerr <jk@ozlabs.org>) by Denis Vlasenko · 17 years ago
  42. 6446c2d which: fix testsuite failure by Denis Vlasenko · 17 years ago
  43. 1fe4e9e cosmetic change in message text by Denis Vlasenko · 17 years ago
  44. ae6bf96 bad syntax error should go to stderr by Paul Fox · 17 years ago
  45. 5a28a25 syscall: code shrink by Denis Vlasenko · 17 years ago
  46. 5576136 fixes revealed by randomconfig run by Denis Vlasenko · 17 years ago
  47. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  48. 5fb0965 fixlet to pgrep/pkill by Denis Vlasenko · 17 years ago
  49. a4f4de9 print_signames_and_exit -> print_signames (because of "ash calls kill_main") by Denis Vlasenko · 17 years ago
  50. 72e1c89 pgrep,pkill: new applets by Loic Grenie <loic.grenie@gmail.com> by Denis Vlasenko · 17 years ago
  51. 4daad90 introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). by Denis Vlasenko · 17 years ago
  52. 5d61e71 introduce safe_poll (fixes a problem in top) by Denis Vlasenko · 17 years ago
  53. 4d7605a top: small fix for command line wrapping by Denis Vlasenko · 17 years ago
  54. 4c1d88d top: get rid of on-stack variable buffers, use permanent one. by Denis Vlasenko · 17 years ago
  55. e7c1ad1 top: add sizeof(G) check; fix style by Denis Vlasenko · 17 years ago
  56. ff6e8e2 top: TOPMEM feature - 's(how sizes)' command. +2.5k when enabled, by Denis Vlasenko · 17 years ago
  57. 0524180 top: another readability fix by Denis Vlasenko · 17 years ago
  58. fc1e995 vsz and rss are unsigned longs (ulong ~= width of void* => by Denis Vlasenko · 17 years ago
  59. 8bdba4d top: don't wait before final bailout (try top -b -n1). by Denis Vlasenko · 17 years ago
  60. b308d81 top: use poll instead of select for waiting on one descriptor by Denis Vlasenko · 17 years ago
  61. 6ee023c *: compile fixes for 64-bit build by Denis Vlasenko · 17 years ago
  62. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  63. 856be77 assorted fixes for breakage found by randomconfig by Denis Vlasenko · 17 years ago
  64. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  65. f893da8 ls,ps,watch: measure terminal width on fd 0, not 1 by Denis Vlasenko · 17 years ago
  66. 7ce7594 ps: fix non-desktop ps -ww -- thanks rockeychu by Denis Vlasenko · 17 years ago
  67. 110967a top: nested function allows us to reuse some code by Denis Vlasenko · 17 years ago
  68. 24c5fba top: make "100%" case less ugly, and shrink code while at it by Denis Vlasenko · 17 years ago
  69. c1166c3 top: simpler loadavg processing by Denis Vlasenko · 17 years ago
  70. 9109fbe top: truncate usernames to 8 chars by Denis Vlasenko · 17 years ago
  71. aba7f49 ps: revert wrong "optimization": (i & 1) -> i by Denis Vlasenko · 17 years ago
  72. dc7a5ea ps: fix "unused variable" warning; fix integer variable declared as char. by Denis Vlasenko · 17 years ago
  73. 98ebab8 top,ps: improve /proc/PID/cmdinfo reading code by Denis Vlasenko · 17 years ago
  74. f7d07b1 killall, pidof: use argv0 for process matching too by Denis Vlasenko · 17 years ago
  75. 80b8b39 Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <wharms@bfs.de>) by Denis Vlasenko · 17 years ago
  76. 198bada pidof: size optimizations (-50 bytes) by Denis Vlasenko · 17 years ago
  77. 31789a8 top,ps: 'stringify' tty only when needed. -60 bytes. by Denis Vlasenko · 17 years ago
  78. a6163ca install: fix install a b /a/link/to/dir by Denis Vlasenko · 18 years ago
  79. cc5e090 move several applets to more correct ex-project. No code changes. by Denis Vlasenko · 18 years ago
  80. 7451196 top: on user suggestion make percentile calculations configurable. -56 bytes when off. +600 bytes when on by Denis Vlasenko · 18 years ago
  81. b1e5add top: improve global CPU percentage (smaller & faster code) by Denis Vlasenko · 18 years ago
  82. 5a65447 top: add config option and code for global CPU % display by Denis Vlasenko · 18 years ago
  83. 0696b8a ps: fix -Z (by Yuichi Nakamura <ynakam@hitachisoft.jp>) by Denis Vlasenko · 18 years ago
  84. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  85. 0cacc80 kill: improve comment by Denis Vlasenko · 18 years ago
  86. 02f47e9 kill: fix recent breakage of vda, also make code smaller by 21 bytes. by Denis Vlasenko · 18 years ago
  87. dcf4de2 test: code size saving, no logic changes by Denis Vlasenko · 18 years ago
  88. f20de5b ash,kill: use common code for kill applet/builtin by Denis Vlasenko · 18 years ago
  89. 8581863 procps: remove all global variables by Denis Vlasenko · 18 years ago
  90. 516a0ca ps: add -o tty and -o rss support by Denis Vlasenko · 18 years ago
  91. ac678ec style fixes, no code changes by Denis Vlasenko · 18 years ago
  92. 51742f4 style fixes. No code changes by Denis Vlasenko · 18 years ago
  93. 50f7f44 bb_full_fd_action: remove potential xmalloc from NOFORK path by Denis Vlasenko · 18 years ago
  94. 8d9f495 getopt32: fix llist_t options ordering. llist_rev is not unused. by Denis Vlasenko · 18 years ago
  95. 450196c ps: work around libc bug: printf("%.*s\n", MAX_INT, buffer) by Denis Vlasenko · 18 years ago
  96. 219d14d random style fixes (extra spaces deleted) by Denis Vlasenko · 18 years ago
  97. 26a8016 - change option -c to -Z to match newer upstream SElinux conventions by Bernhard Reutner-Fischer · 18 years ago
  98. 54cf511 sort: fix multiple -k (was ignoring all except last) by Denis Vlasenko · 18 years ago
  99. 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
  100. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago