1. 04095e5 Move messages.c to libbb. Make each string in messages.c be its own .o file. by Eric Andersen · 23 years ago
  2. fccaa36 Applied patch from I.Q. to add sort -u as a feature. by Mark Whitley · 23 years ago
  3. 30ac01c Applied a patch from Laurence Anderson to fix the wget statusbar and a patch by Mark Whitley · 23 years ago
  4. 5d81768 by John Beppu · 23 years ago
  5. 3136904 Document new dpkg-deb funtions by Glenn L McGrath · 23 years ago
  6. 3e2ab88 New dpkg-deb function -t, stands for --fsys-tarfile by Glenn L McGrath · 23 years ago
  7. 303dd28 Make 'grep -l' work by Eric Andersen · 23 years ago
  8. e5dfced Apply Vladimir's latest cleanup patch. -Erik by Eric Andersen · 23 years ago
  9. 79757c9 A patch from Dmitry Zakharov <dmit@crp.bank.gov.ua> which adds by Eric Andersen · 23 years ago
  10. 3f98040 I said no new features till after the 0.51 release. Well, I lied. This is a by Eric Andersen · 23 years ago
  11. c97ec34 A patch from Matt Kraai that adds a new 'shutdown' action to busybox init. Now by Eric Andersen · 23 years ago
  12. 0f0c0b4 Make 'busybox --help' work as expected, closing bug #1139 -Erik by Eric Andersen · 23 years ago
  13. c4cef5a Move the mtab support stuff into libbb -Erik by Eric Andersen · 23 years ago
  14. 84e229c Add in a new standalone env applet for fixing up app's environments -Erik by Eric Andersen · 23 years ago
  15. e0a7f91 Applied patch from David Douthitt to re-add -print option to find. by Mark Whitley · 23 years ago
  16. 08ff8a4 includes cleanup from Jeff Garzik by Eric Andersen · 23 years ago
  17. 6f93277 Added adjtimex applet from Larry Doolittle. by Mark Whitley · 23 years ago
  18. ba37262 Force applet_name to be "sh" when command prefaced by "-" by Eric Andersen · 23 years ago
  19. 4ef37d0 chown was missing a ] in its usage msg by Eric Andersen · 23 years ago
  20. 2ccfef2 Patch from Vladimir to move struct applet from busybox.c to applets.c, by Eric Andersen · 23 years ago
  21. aad1a88 Convert utility.c into libbb.a. It is now a whole pile of .c by Eric Andersen · 23 years ago
  22. 704b2c2 There was an unwanted extra newline, which prevented building by Eric Andersen · 23 years ago
  23. 0a6f1d3 One tinly, little, missing newline that confused Pod. by Mark Whitley · 23 years ago
  24. 0d3a02e Update the documentation so examples are autoincluded in the output text. by Eric Andersen · 23 years ago
  25. 40e5e7c Applied patch from Christophe Boyanique to add an egrep alias for grep. by Mark Whitley · 23 years ago
  26. e0bf91d Applied patch from Christophe Boyanique to add -i support to rm. by Mark Whitley · 23 years ago
  27. 6317c4b Applied patch from Gennady Feldman to split up syslogd.c into syslogd and by Mark Whitley · 23 years ago
  28. 22b889a Adjust ifconfig usage message for selected options and current functionality. by Manuel Novoa III · 23 years ago
  29. 39eea89 Per Vladimir's suggestion, force the locale to POSIX for all by Eric Andersen · 24 years ago
  30. 450736c Added Magnus Damm's tftp applet to Busybox. by Mark Whitley · 24 years ago
  31. 0167718 Changed exit code from -1 to 0 when busybox is invoked with no args. by Mark Whitley · 24 years ago
  32. dc12190 The usage message for syslogd had stuff longer then 80 chars and wrapped. by Eric Andersen · 24 years ago
  33. 3757f98 Another usage cleanup from kent robotti by Eric Andersen · 24 years ago
  34. 7a9cc2d More cleanups by Eric Andersen · 24 years ago
  35. ed0d958 Make HUMAN_READABLE be single argument like the others. by Eric Andersen · 24 years ago
  36. a0cfe94 More usage cleanups from kent robotti. I know some of these were by Eric Andersen · 24 years ago
  37. 56082dc space after \ make preprocessor sad by David Kimdon · 24 years ago
  38. 41492d6 I should be more careful... by Eric Andersen · 24 years ago
  39. 4b2e69a Commit a few updates to the usage messages. by Eric Andersen · 24 years ago
  40. 7e9276b Another update to the way usage messages are done by Evin Robertson by Eric Andersen · 24 years ago
  41. cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 24 years ago
  42. 3d20f77 A bunch of usage clenups from kent robotti <robotti@metconnect.com> -Erik by Eric Andersen · 24 years ago
  43. 19f8620 Update the build system for pristine source directory builds. This by Eric Andersen · 24 years ago
  44. 733c4ad Do usage messages the same way all other apps fo them. by Eric Andersen · 24 years ago
  45. c1c4311 Fins find message. by Eric Andersen · 24 years ago
  46. 3ec8ffb I forgot to add usage.h, so here it is, with a few extra cleanups. by Eric Andersen · 24 years ago
  47. 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
  48. 98e599c Commit Vladimir's latest version of stty.c. Nice work. -Erik by Eric Andersen · 24 years ago
  49. ec45595 Add in ifconfig and route by Eric Andersen · 24 years ago
  50. 6fd8c66 Apply a patch from Evin Robertson -- new pivot_root applet. -Erik by Eric Andersen · 24 years ago
  51. dadf9c6 New dpkg-deb option, warning about dpkg usage by Glenn L McGrath · 24 years ago
  52. c30ab0f New applet: dpkg by Glenn L McGrath · 24 years ago
  53. 1d70267 Add listening support. 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. f2cc276 Create find_applet_by_name function. Save 32 bytes. by Matt Kraai · 24 years ago
  56. dd19c69 Removed trailing \n from error_msg{,_and_die} messages. by Matt Kraai · 24 years ago
  57. 90ca284 Fix some formatting by Eric Andersen · 24 years ago
  58. ed3ef50 Fix header file usage -- there were many unnecessary header files included in by Eric Andersen · 24 years ago
  59. a68b21a Cleanup patch from larry doolittle -Erik by Eric Andersen · 24 years ago
  60. ffde867 Add in spoon's watchdog timer app. -Erik by Eric Andersen · 24 years ago
  61. c1b8f12 Apply a patch from Brent Priddy <brent.priddy@adtran.com> to add by Eric Andersen · 24 years ago
  62. f5d5e77 more bugs fixed -- found doing regression testing -Erik by Eric Andersen · 24 years ago
  63. 8c5cb31 Fix up insmod usage info to mention -L by Eric Andersen · 24 years ago
  64. 6d0921c Add HUMAN_READABLE define for -m and -h support in du, df, and ls by Richard June · 24 years ago
  65. 965fa32 Move \n to inside TRIVIAL_HELP, to save a few bytes for the default case. by Eric Andersen · 24 years ago
  66. 7541e3a add dpkg-deb command by Glenn L McGrath · 24 years ago
  67. 1944f54 Log stdin when no message given and use getopt. by Matt Kraai · 24 years ago
  68. e9e182e Fix lower casing for weird locales. by Matt Kraai · 24 years ago
  69. 24ac017 Rewrote dd. by Matt Kraai · 24 years ago
  70. 1fa1ade Change calls to error_msg.* and strerror to use perror_msg.*. by Matt Kraai · 24 years ago
  71. 8abc78a Rewrite argv munger. by Matt Kraai · 24 years ago
  72. d0fa0a1 Document gzip -d by Eric Andersen · 24 years ago
  73. a2d61e7 Some compile fixes found by Larry Doolittle by Eric Andersen · 24 years ago
  74. 20c2bdd Fix spelling error s/defaut/default/g by Eric Andersen · 24 years ago
  75. 70d09ed Reverse logic so when network logging, it by default does not log locally. by Eric Andersen · 24 years ago
  76. 5b5db38 Patch from Matt Kraai to implement uniq -[cdu] by Eric Andersen · 24 years ago
  77. 8c28fd7 Forget to set final argv entry to NULL, breaking sh.c amoung other things... by Eric Andersen · 24 years ago
  78. bf2b8ae Make no local logging a runtime option for network logging... by Eric Andersen · 24 years ago
  79. 5e09b6e when invoked as 'busybox foo args' remove the "busybox" by Eric Andersen · 24 years ago
  80. f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 24 years ago
  81. 3d957c8 Patch from Jim Gleason <jimg@lineo.com> to fix tar so it no longer breaks hard by Eric Andersen · 24 years ago
  82. 8cede00 Patch to add in the -X option and fix the --exclude bug, originally by by Eric Andersen · 24 years ago
  83. 868c057 Patch from Larry Doolittle so it will build the newdocs right. by Eric Andersen · 24 years ago
  84. e2f6e12 More pristine source directory updates. It now works by Eric Andersen · 24 years ago
  85. 8c725e6 Patch from Larry Doolittle (with minor touchups from me so everything compiles by Eric Andersen · 24 years ago
  86. ddea368 Apply rev #2 of dd fix from Gennady Feldman. by Eric Andersen · 24 years ago
  87. 7b5d594 Apply a patch from Larry Doolittle <ldoolitt@recycle.lbl.gov> to close by Eric Andersen · 24 years ago
  88. e500d20 Apply a patch fromkent robotti: by Eric Andersen · 24 years ago
  89. e5aef92 Fix up builtin overrides, and hack in the binary search for finding by Eric Andersen · 24 years ago
  90. cf32e23 Modified help string for xargs. Props to Kent Robotti <robotti@metconnect.com>. by Mark Whitley · 24 years ago
  91. 84bdc75 This was broken when applets moved to applets.h. Fix it. by Eric Andersen · 24 years ago
  92. 2dab174 Restore --help handling I mistakenly removed. by Matt Kraai · 24 years ago
  93. a0428ee Avoid reinventing the wheel (and thus save some space). by Matt Kraai · 24 years ago
  94. 130005c Applied patch from Gaute B Strokkenes <gs234@cam.ac.uk> to use a binary search by Mark Whitley · 24 years ago
  95. 6050618 Put getopt_usage where it belongs and added *_usage entries in busybox.[ch] by Mark Whitley · 24 years ago
  96. 69229a6 Piss people off by removing [+-][0-9]+ options from tail. by Matt Kraai · 24 years ago
  97. 0d5835a Apply patch from "Orion Poplawski" <OPoplawski@cqg.com> to make by Eric Andersen · 24 years ago
  98. 872138d Added cmp and readlink applets from Matt Kraai. by Mark Whitley · 24 years ago
  99. 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
  100. caffb6e Gratuitously changed the file "busybox.defs.h" to the more by Eric Andersen · 24 years ago