1. 1d42665 *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param) by Denis Vlasenko · 16 years ago
  2. 62a90cd *: shrink by using [f]open_or_warn_stdin where appropriate by Denis Vlasenko · 16 years ago
  3. e8419c9 tail: fix "tail -c 20 /dev/huge_disk" (was taking ages) by Denis Vlasenko · 17 years ago
  4. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  5. 226002e tail: sizeof(buf) is sizeof(char*)! must be BUFSIZ by Denis Vlasenko · 17 years ago
  6. 368a12e tail: work correctly on /proc files (Kazuo TAKADA <kztakada@sm.sony.co.jp>) by Denis Vlasenko · 17 years ago
  7. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  8. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  9. f868963 multiplier suffixes are short, store them directly in struct suffix_mult by Denis Vlasenko · 17 years ago
  10. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 17 years ago
  11. 92c0b82 tail: fix SEGV on "tail -N" by Denis Vlasenko · 17 years ago
  12. ac678ec style fixes, no code changes by Denis Vlasenko · 17 years ago
  13. d9c2d5f - minor shrinkage by Bernhard Reutner-Fischer · 17 years ago
  14. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  15. a41fdf3 preparatory patch for -Wwrite-strings #1 by Denis Vlasenko · 18 years ago
  16. 84d2d49 - remove nested function. Saves ~30 bytes. by Bernhard Reutner-Fischer · 18 years ago
  17. 8b1ae45 - small size tweak by Bernhard Reutner-Fischer · 18 years ago
  18. ace35ee Remove networking/libiproute/linux/pkt_sched.h by Denis Vlasenko · 18 years ago
  19. e31f721 tail: -50 text bytes by Denis Vlasenko · 18 years ago
  20. 0849207 convert "negaite" config option into reversed (INCLUDE_SUSv2) by Denis Vlasenko · 18 years ago
  21. 6910741 tail: fix tail +N by Denis Vlasenko · 18 years ago
  22. b95636c remove casts from xmalloc() by Denis Vlasenko · 18 years ago
  23. 83e5d6f A bunch of defined(__GLIBC__) added. static-linking warning expanded by Denis Vlasenko · 18 years ago
  24. 9f73944 inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] by Denis Vlasenko · 18 years ago
  25. 459903b Provide our own isdigit macro. saves more than 400 bytes. by Denis Vlasenko · 18 years ago
  26. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  27. 73561cc - pull from busybox_scratch: r15829:15850 by Bernhard Reutner-Fischer · 18 years ago
  28. 5343747 Cleaup read() and write() variants, plus a couple of new functions like by Rob Landley · 18 years ago
  29. 1b9d7c9 - use bb_msg_{read,write}_error where appropriate. by Bernhard Reutner-Fischer · 18 years ago
  30. f8fd4db Move SUSv2 obsolete feature disabling to debug menu, invert meaning of by Rob Landley · 19 years ago
  31. 9a14bd0 - Stephane Billiart writes: Fix the compilation of head and tail. by Bernhard Reutner-Fischer · 19 years ago
  32. 5816ccb - wrap label GET_COUNT in #if ENABLE_FEATURE_FANCY_applet to avoid warning by Bernhard Reutner-Fischer · 19 years ago
  33. 0bd0257 Add build options to control SuS compatability, allows numeric by Glenn L McGrath · 19 years ago
  34. 58a651b Very minor tweak to tail. by Rob Landley · 19 years ago
  35. dbc049f remove unused variable ret as reported by apgo in Bug 350 and touchup syntax along the way by Mike Frysinger · 19 years ago
  36. 4905434 applying fix for: by Paul Fox · 19 years ago
  37. b9dfb8c Manuel points out that if printf needs a flush to act like dprintf, the result by Rob Landley · 19 years ago
  38. cce1ae2 Shaun Jackman pointed out that dprintf(STDOUT_FILENO,...) is just a printf. by Rob Landley · 19 years ago
  39. f86391e Patch from William Barsse to fix a segfault when multiple files are specified. by Glenn L McGrath · 20 years ago
  40. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 20 years ago
  41. 4ef5a84 Move the tail -c option from FANCY_TAIL to the default tail, this makes by Glenn L McGrath · 21 years ago
  42. b5b5ac3 trivial fix to make sure we have sufficient arguments before by Eric Andersen · 21 years ago
  43. cad5364 Major coreutils update. by Manuel Novoa III · 21 years ago
  44. 76ff0da Support the obsolete '+' option by Glenn L McGrath · 22 years ago
  45. 53146cc Added include for isdigit(); simplified -<num> detection by Robert Griebl · 22 years ago
  46. 13c26fc SUpport old style -[::digit::] options for head and tail by Robert Griebl · 22 years ago
  47. bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
  48. 74400cc Scrub up some function prototypes. -Erik by Eric Andersen · 23 years ago
  49. ce98c19 A patch from Erik Meusel <erik@wh58-709.st.uni-magdeburg.de> by Eric Andersen · 23 years ago
  50. 004015e Patch from Lars Kellogg-Stedman <lars@larsshack.org> to fix bug by Eric Andersen · 23 years ago
  51. 3e6ff90 A cleanup patch from Jeff Garzik to static-ify a number of by Eric Andersen · 23 years ago
  52. cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 24 years ago
  53. 963791a Another patch from Vladimir to eliminate obsolete junk. by Eric Andersen · 24 years ago
  54. 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
  55. a164c64 Make suffix_mult structures const. Thanks to Vladimir N. Oleynik. by Matt Kraai · 24 years ago
  56. ed3ef50 Fix header file usage -- there were many unnecessary header files included in by Eric Andersen · 24 years ago
  57. eb60d8b Turned some #define constants into static const ints. by Mark Whitley · 24 years ago
  58. 55bccf3 Rewrote tail. by Matt Kraai · 24 years ago
  59. 24ac017 Rewrote dd. by Matt Kraai · 24 years ago
  60. f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 24 years ago
  61. 69229a6 Piss people off by removing [+-][0-9]+ options from tail. by Matt Kraai · 24 years ago
  62. 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
  63. 322ae93 Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead of by Matt Kraai · 24 years ago
  64. 8237add Fixed misuse of type "char" by Pavel Roskin · 24 years ago
  65. 88f50b6 Some #include updates. -Erik by Eric Andersen · 24 years ago
  66. 46ade97 Cleaner way to handle -NUM and +NUM, reduces the mem usage as well. -Erik by Eric Andersen · 24 years ago
  67. d5fa3e3 Update to the tail rewrite by "Allen Soard" <esp-software@mail.hypermart.net> by Eric Andersen · 24 years ago
  68. 98bbd68 Commit the rewrite of tail by Allen Soard by Eric Andersen · 24 years ago
  69. 7ce41ad Fixed a syntax error & superfluous param decl that was causing the build to by Mark Whitley · 24 years ago
  70. cc10a5b Fix some bitrot. -Erik by Eric Andersen · 24 years ago
  71. bf181b9 Extract usage information into a separate file. by Matt Kraai · 24 years ago
  72. fad04fd More cleanups. -Erik by Eric Andersen · 24 years ago
  73. d537a95 Use errorMsg rather than fprintf. by Matt Kraai · 24 years ago
  74. b610615 Updates to a number of apps to remove warnings/compile errors under libc5. by Eric Andersen · 24 years ago
  75. 86ab8a3 A number of additional fixed from Pavel Roskin, note some more bugs in the by Eric Andersen · 24 years ago
  76. 7ab9c7e Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP by Erik Andersen · 24 years ago
  77. 94f5e0b Some accrued fixes/updates. by Erik Andersen · 24 years ago
  78. 93d6513 Some more minor updates to better use some gcc attributes. -Erik by Erik Andersen · 24 years ago
  79. e272915 Some updates for the day, -Erik by Erik Andersen · 25 years ago
  80. 9ffdaa6 Updates -Erik by Erik Andersen · 25 years ago
  81. e49d5ec Some formatting updates (ran the code through indent) -Erik by Erik Andersen · 25 years ago
  82. fac10d7 A few minor updates. ;-) by Erik Andersen · 25 years ago
  83. 3fe39dc Some busybox updates. See the changelog for details if you care. -Erik by Erik Andersen · 25 years ago
  84. 4d1d011 Reworked the source so it will compile and run under glibc 2.0.7 by Erik Andersen · 25 years ago
  85. 1792f8c Tail now works (costs 6k). Several other updates. -Erik by Eric Andersen · 25 years ago
  86. abc0f4f Latest and greatest by Eric Andersen · 25 years ago