1. b50da53 Get rid of long stale usage message code. -Erik by Eric Andersen · 24 years ago
  2. 3d20f77 A bunch of usage clenups from kent robotti <robotti@metconnect.com> -Erik by Eric Andersen · 24 years ago
  3. 966b3a6 More updates from Larry Doolittle. Don't use basedir, Don't assume by Eric Andersen · 24 years ago
  4. 1cf8166 More updates. by Eric Andersen · 24 years ago
  5. 47aea4e Ignore applet_source_list by Eric Andersen · 24 years ago
  6. 19f8620 Update the build system for pristine source directory builds. This by Eric Andersen · 24 years ago
  7. 69c8572 Update the debian build stuff -Erik by Eric Andersen · 24 years ago
  8. f6a7227 Throw out the obsolete INIT_CHROOT junk by Eric Andersen · 24 years ago
  9. 28a78ab Several features were hard coded on. Stop that. List tab completion by Eric Andersen · 24 years ago
  10. 6faae7d Commit Vladimir's latest cmdedit. I modified it slightly to ensure by Eric Andersen · 24 years ago
  11. 361ee51 Revert multibuild.pl change. by Eric Andersen · 24 years ago
  12. ca0f458 Regression testing bugfixes from Larry Doolittle. As an aside, by Eric Andersen · 24 years ago
  13. 733c4ad Do usage messages the same way all other apps fo them. by Eric Andersen · 24 years ago
  14. fa4f146 Patch from Larry Doolittle to cross things in multibuild.pl by Eric Andersen · 24 years ago
  15. 5f2c79d Make ar be crossed. by Eric Andersen · 24 years ago
  16. af12bc6 Make dpkg require dpkg-deb by Eric Andersen · 24 years ago
  17. 3f5bcbf Fix warning for implicit declaration of time() by Glenn L McGrath · 24 years ago
  18. a9c6976 Fix compile error, sync() always returns 0 anyway. by Glenn L McGrath · 24 years ago
  19. 825ae5a Another small formatting change from Larry Doolittle. by Mark Whitley · 24 years ago
  20. 99806ad Applied patch from Larry Doolittle that does the following: by Mark Whitley · 24 years ago
  21. 11b7a1d Acknowledge Kenneth Chalmers ln fix. by Eric Andersen · 24 years ago
  22. d69d2da use perror_msg instead of perror to print the applet name. -Erik by Eric Andersen · 24 years ago
  23. b50d707 fix a few mallocs to be xmallocs. -Erik by Eric Andersen · 24 years ago
  24. 02b9f42 Patch from Matt Kraai to fix bug #1103. I've tested it, by Eric Andersen · 24 years ago
  25. 81bcc92 Fixed 'ls -s' so it actually displays block sizes again. -Erik by Eric Andersen · 24 years ago
  26. 8305006 Make usage.c depend on usage.h -Erik by Eric Andersen · 24 years ago
  27. c1c4311 Fins find message. by Eric Andersen · 24 years ago
  28. 3ec8ffb I forgot to add usage.h, so here it is, with a few extra cleanups. by Eric Andersen · 24 years ago
  29. 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
  30. 68be2ab implemented displayroute() based on a patch from Vladimir N. Oleynik, by Eric Andersen · 24 years ago
  31. 98e599c Commit Vladimir's latest version of stty.c. Nice work. -Erik by Eric Andersen · 24 years ago
  32. ec45595 Add in ifconfig and route by Eric Andersen · 24 years ago
  33. 88a5ceb Bump rev to 0.50pre. by Eric Andersen · 24 years ago
  34. fc83c4c Several cleanups from Manuel Novoa III. by Eric Andersen · 24 years ago
  35. 6fd8c66 Apply a patch from Evin Robertson -- new pivot_root applet. -Erik by Eric Andersen · 24 years ago
  36. 3af1f88 Closer integration with dpkg-deb and other busybox functions. by Glenn L McGrath · 24 years ago
  37. dadf9c6 New dpkg-deb option, warning about dpkg usage by Glenn L McGrath · 24 years ago
  38. 821fbf0 New option 'list' produces output that can be used for the packages .list file. by Glenn L McGrath · 24 years ago
  39. bc9afad New function, deb-extract to be used by dpkg, code cleanups. saves some bytes by Glenn L McGrath · 24 years ago
  40. 728875f Consmetic changes by Glenn L McGrath · 24 years ago
  41. 6310646 More style changes by Glenn L McGrath · 24 years ago
  42. 0c9d77c Style changes; use get_line_from_file from utilities by Glenn L McGrath · 24 years ago
  43. de55661 BB_DPKG uses copy_file by Glenn L McGrath · 24 years ago
  44. 510f0dd Use copy_file from utilty.c, remove some char defines by Glenn L McGrath · 24 years ago
  45. 649968c Bug fix, rename status file, cleanups by Glenn L McGrath · 24 years ago
  46. af8c65d Replace status defines with const int to conform to sytle guide, adds 32 bytes by Glenn L McGrath · 24 years ago
  47. c900575 Initial import by Glenn L McGrath · 24 years ago
  48. c30ab0f New applet: dpkg by Glenn L McGrath · 24 years ago
  49. e78fd0f Fix typo. by Matt Kraai · 24 years ago
  50. 2fd5298 Implemented -A, -B, and -C flags with BB_FEATURE_GREP_CONTEXT option set. by Mark Whitley · 24 years ago
  51. d238a7b Minor cleanups and clarifications. by Mark Whitley · 24 years ago
  52. 1d70267 Add listening support. by Matt Kraai · 24 years ago
  53. df8ccb6 Added documentation for new find options. by Matt Kraai · 24 years ago
  54. 096370d Reworked find with David Douthitt to support -type, -perm, -mtime, and by Matt Kraai · 24 years ago
  55. a164c64 Make suffix_mult structures const. Thanks to Vladimir N. Oleynik. by Matt Kraai · 24 years ago
  56. 925edb8 Added some more on paren spacing and a section on testing guidelines. by Mark Whitley · 24 years ago
  57. c3fc3c5 It seems I stupidly checked in a silly test I was making. -Erik by Eric Andersen · 24 years ago
  58. 29cff26 After testing multi-build, I stupidly committed Config.h by Eric Andersen · 24 years ago
  59. 76c5e60 Patch from Chris Jaeger that makes turning on and off options in the makefile by Mark Whitley · 24 years ago
  60. af4ac77 Apply a patch from Larry Doolittle to add "-all" and "-none" switches by Eric Andersen · 24 years ago
  61. b5c2985 Tightened things up a bit, saved 20 bytes, and made the code a bit clearer in by Mark Whitley · 24 years ago
  62. 065c7e7 Applied patch from Chris Jaeger <cjaeger@ensim.com> to do better checking for by Mark Whitley · 24 years ago
  63. 9b300d0 Buglet: 'tabstops' is unused if BB_FEATURE_AUTOWIDTH is not defined. by Mark Whitley · 24 years ago
  64. f2cc276 Create find_applet_by_name function. Save 32 bytes. by Matt Kraai · 24 years ago
  65. 05e782d Fix wget error message and add (and use) chomp library function. by Matt Kraai · 24 years ago
  66. bd018b1 Make old compilers not choke -- define the attribute in the func prototype. by Eric Andersen · 24 years ago
  67. dd19c69 Removed trailing \n from error_msg{,_and_die} messages. by Matt Kraai · 24 years ago
  68. 63ec273 Added floppyfw to list of known projects using BusyBox. by Mark Whitley · 24 years ago
  69. 82d5e59 xfopen now used by wget -Erik by Eric Andersen · 24 years ago
  70. 79e898a Patch from Vladimir N. Oleynik to simplify wget file opening by Eric Andersen · 24 years ago
  71. 65225df Cleanup patch from Vladimir N. Oleynik. by Eric Andersen · 24 years ago
  72. 53cfb7e Patch from Vladimir N. Oleynik to simplify/cleanup a few things in init.c by Eric Andersen · 24 years ago
  73. 704d2a6 Patch from Vladimir N. Oleynik to simplify how it decides which by Eric Andersen · 24 years ago
  74. 39573f7 Wrap a table (bg set to black, width=80%) around the screenshot by Eric Andersen · 24 years ago
  75. 18d5064 Make it validate. by Matt Kraai · 24 years ago
  76. 9ba0daf Close IMG tag. by Matt Kraai · 24 years ago
  77. 93a8e2e Patch from Larry Doolittle to reduce the chance that fussing with VPATH will by Eric Andersen · 24 years ago
  78. 306f4fe If the ioctl fails to tell us the winsize, default to 79. -Erik by Eric Andersen · 24 years ago
  79. 22332fd Patch from Bryan Rittmeyer -- be more conservative by default by Eric Andersen · 24 years ago
  80. ac21e93 Added a new screenshot of Busybox. :-) by Mark Whitley · 24 years ago
  81. 4bbdd78 Fix the pwd and group functions. The bb_ stuff was a leftover from by Eric Andersen · 24 years ago
  82. 30f64c3 Fix a stupid typo -- bug found by Larry Doolittle. by Eric Andersen · 24 years ago
  83. 8526067 Applied patch from Larry Doolittle to use preprocessor for defining by Mark Whitley · 24 years ago
  84. e57d54b Fix ls behavior for broken or very narrow terminals. Fix my_* by Eric Andersen · 24 years ago
  85. 201dc0d Test applets containing numbers in their name. Thanks to Larry Doolittle. by Matt Kraai · 24 years ago
  86. ceade5c Fix missing header file. by Matt Kraai · 24 years ago
  87. 8ec10a9 Fix up copyright msgs. Bump version to 0.49 in preparation for by Eric Andersen · 24 years ago
  88. 90ca284 Fix some formatting by Eric Andersen · 24 years ago
  89. ed3ef50 Fix header file usage -- there were many unnecessary header files included in by Eric Andersen · 24 years ago
  90. ab050f5 Add in a patch to make busybox use the normal pwd.h and grp.h by Eric Andersen · 24 years ago
  91. 3654ca5 Applied patch from Larry Doolittle to list supported arches, libcs and kernels by Mark Whitley · 24 years ago
  92. 4e33875 Applied patch from Vladimir N. Oleynik <dzo@simtreas.ru> to do tab-completion by Mark Whitley · 24 years ago
  93. a68b21a Cleanup patch from larry doolittle -Erik by Eric Andersen · 24 years ago
  94. 6e25f92 Fixed a li'l thinko. by Mark Whitley · 24 years ago
  95. a528dc7 Fix my braindamage -- remove termios and sighandling since they are not by Eric Andersen · 24 years ago
  96. 1e4b957 I am an idiot. Looking over my patch, ls doesn't need to do anything by Eric Andersen · 24 years ago
  97. 5c9c8b4 Make cin be static by Eric Andersen · 24 years ago
  98. d5cad14 Update the arch-not-yet-supported msg to be more clear. by Eric Andersen · 24 years ago
  99. dff9d54 Add errno.h by Eric Andersen · 24 years ago
  100. 5307eca Make ls understand termios. -Erik by Eric Andersen · 24 years ago