1. af4ac77 Apply a patch from Larry Doolittle to add "-all" and "-none" switches by Eric Andersen · 24 years ago
  2. f2cc276 Create find_applet_by_name function. Save 32 bytes. by Matt Kraai · 24 years ago
  3. 05e782d Fix wget error message and add (and use) chomp library function. by Matt Kraai · 24 years ago
  4. dd19c69 Removed trailing \n from error_msg{,_and_die} messages. by Matt Kraai · 24 years ago
  5. 82d5e59 xfopen now used by wget -Erik by Eric Andersen · 24 years ago
  6. e57d54b Fix ls behavior for broken or very narrow terminals. Fix my_* by Eric Andersen · 24 years ago
  7. ed3ef50 Fix header file usage -- there were many unnecessary header files included in by Eric Andersen · 24 years ago
  8. ab050f5 Add in a patch to make busybox use the normal pwd.h and grp.h by Eric Andersen · 24 years ago
  9. 15f29e7 Tar, by itself, could fail. by Eric Andersen · 24 years ago
  10. 39b727f Fix for dpkg-deb, courtesy of Larry Doolittle. -Erik by Eric Andersen · 24 years ago
  11. 70c6086 More regression testing found buglets by Eric Andersen · 24 years ago
  12. 23a93f5 More regression-found bug fixes by Eric Andersen · 24 years ago
  13. f5d5e77 more bugs fixed -- found doing regression testing -Erik by Eric Andersen · 24 years ago
  14. 59ab025 #define -> static const int. Also got rid of some big static buffers. by Mark Whitley · 24 years ago
  15. 6d0921c Add HUMAN_READABLE define for -m and -h support in du, df, and ls by Richard June · 24 years ago
  16. 3b3f5c3 Use getopt (or getopt_long). by Matt Kraai · 24 years ago
  17. c73a7f9 lean up a potential error, thanks to Vladimir N. Oleynik <dzo@simtreas.ru>. by Eric Andersen · 24 years ago
  18. 5e23e3d enable is_direcotry() for dpkg-deb by Glenn L McGrath · 24 years ago
  19. e6e8183 Improvements from Vladimir N. Oleynik. by Matt Kraai · 24 years ago
  20. a9819b2 Use busybox error handling functions wherever possible. by Matt Kraai · 24 years ago
  21. a1f9775 Fix tar handling of absolute paths and excluded directories. by Matt Kraai · 24 years ago
  22. 24ac017 Rewrote dd. by Matt Kraai · 24 years ago
  23. 1fa1ade Change calls to error_msg.* and strerror to use perror_msg.*. by Matt Kraai · 24 years ago
  24. 0dab829 Add missing newlines to error messages. by Matt Kraai · 24 years ago
  25. bfa7967 Rewrite nc to be simpler, smaller, and to check syscalls for errors. by Matt Kraai · 24 years ago
  26. e699b9f Remove defines for ar that arent needed by Glenn L McGrath · 24 years ago
  27. bd193a4 Fix from Matt Kraai -- a better way to NULL terminate strings for the by Eric Andersen · 24 years ago
  28. 69a6b2d Fix from Matt Kraai so basename / will work as expected. by Eric Andersen · 24 years ago
  29. a2d61e7 Some compile fixes found by Larry Doolittle by Eric Andersen · 24 years ago
  30. 2d6282b Matt Kraai pointed out that we can rely on strncpy to NULL by Eric Andersen · 24 years ago
  31. 5c365da Fix non-NULL terminated strings. by Eric Andersen · 24 years ago
  32. f3b2b52 Patch from Matt Kraai to enable proxy support. by Eric Andersen · 24 years ago
  33. f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 24 years ago
  34. 26a3adb Changed some #define strings to static const char [] variables. Tested ls by Mark Whitley · 24 years ago
  35. 4758368 Fixed the comments to match the code and renamed the function to a (hopefully) by Mark Whitley · 24 years ago
  36. cf61fe1 Applied patch from Matt Kraai to add v*error functions for handling vararg by Mark Whitley · 24 years ago
  37. d27753a Use perrorMsg instead of perror and keep removing files if we encounter by Matt Kraai · 24 years ago
  38. cabafae Note new dependency. by Matt Kraai · 24 years ago
  39. 9bd71e8 Add "\r" to utility.c:process_escape_sequence() (from email about by Eric Andersen · 24 years ago
  40. e5aef92 Fix up builtin overrides, and hack in the binary search for finding by Eric Andersen · 24 years ago
  41. e790ddb Add BB_CMP to xfopen by Eric Andersen · 24 years ago
  42. ef936da Fix uname problem that was breaking poweroff. by Eric Andersen · 24 years ago
  43. ef5529b Added a new perrorMsg function, cleanup up error handling, fixed TRUE/FALSE by Matt Kraai · 24 years ago
  44. 324a778 Added a fatalPerror function to simplify error handling. by Matt Kraai · 24 years ago
  45. 4f94e82 Remove broken error test found by Bryan Rittmeyer <bryan@ixiacom.com>. by Matt Kraai · 24 years ago
  46. 7a86e61 Patch from Matt Kraai so wc will return a proper error code by Eric Andersen · 24 years ago
  47. ba1ff9b Apply patch from Giulio Orsero <giulioo@pobox.com> to ensure by Eric Andersen · 24 years ago
  48. c0321f9 Rewrote head to perservere when it can't open a file, and share code with cat. by Matt Kraai · 24 years ago
  49. e7c1af1 Continue concatenating files even if we can't open one. by Matt Kraai · 24 years ago
  50. bbaef66 Consolidate handling of some fopen failures. by Matt Kraai · 24 years ago
  51. e0bcce0 Rewrote uniq to be less than a third of the size, and fixed some other by Matt Kraai · 24 years ago
  52. 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
  53. 944be90 Remove a now unneeded check by Eric Andersen · 24 years ago
  54. 285b446 Fix potential memory overrun... by Eric Andersen · 24 years ago
  55. 624cc77 More portable handling of loop header files, as done in util-linux by Eric Andersen · 24 years ago
  56. 31e6829 Fix the halt/reboot/poweroff segfault when used from within an initrd... -Erik by Eric Andersen · 24 years ago
  57. 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
  58. ac19b7e Extra defines for ar by Glenn L McGrath · 24 years ago
  59. 11c6552 New ls sorting patch, as written by Sterling Huxley, and then updated by Eric Andersen · 24 years ago
  60. ebee301 Fixed for when BB_CP_MV is enabled. by Eric Andersen · 24 years ago
  61. d13ebff Add BB_SH to get_last_path_component()... Fix thanks to Bj�rn Eriksson. by Eric Andersen · 24 years ago
  62. 4e61db2 Add an extra sanity check in parse_mode -Erik by Eric Andersen · 24 years ago
  63. ab60f69 Removed dead regular expression code. by Matt Kraai · 24 years ago
  64. 88cc305 Compile xstrdup and xstrndup iff they are needed. by Matt Kraai · 24 years ago
  65. 06aeb6c ar.c now uses a linked list to process headers, uses getopt, new internal function extractAr(srcFD, dstFd, filename) to make it easily accessable to other busybox functions. by Glenn L McGrath · 24 years ago
  66. 202995c Yet another patch to fixup lsmod -Erik by Eric Andersen · 24 years ago
  67. c86e5e6 Some leftover stuff I forgot to commit for the lsmod change. -Erik by Eric Andersen · 24 years ago
  68. f9ca653 Added fix from David Vrabel <dvrabel@arcom.co.uk> for a by Eric Andersen · 24 years ago
  69. 88f50b6 Some #include updates. -Erik by Eric Andersen · 24 years ago
  70. fdd5103 Merge in two patches from Dave Cinege: by Eric Andersen · 24 years ago
  71. 0f8f7b8 Fix bug 1017, which reports that insmod segfaults when /lib/modules doesn't by Matt Kraai · 24 years ago
  72. 501c88b More sh updates (with related changes to everything else). Switched by Eric Andersen · 24 years ago
  73. ae6eae0 Moved some code and add a coupld #defines to support use of dmalloc. -Erik by Eric Andersen · 24 years ago
  74. 9c5fcc3 New message added to messages.c: full_version Used where possible by Pavel Roskin · 24 years ago
  75. cc8a66b Moved functions used by "lsmod" from cat.c to utility.c by Pavel Roskin · 24 years ago
  76. 21ddb38 Now it's possible to compile Busybox with only one app defined by Pavel Roskin · 24 years ago
  77. fad04fd More cleanups. -Erik by Eric Andersen · 24 years ago
  78. d537a95 Use errorMsg rather than fprintf. by Matt Kraai · 24 years ago
  79. c41e8c8 Changed bb_regcomp to xregcomp and #if 0'ed out destroy_cmd_strs in sed.c by Mark Whitley · 24 years ago
  80. be84cd4 Always report the applet name when doing error reporting. by Matt Kraai · 24 years ago
  81. be909b1 Forgot to commit these cleanups it seems. -Erik by Eric Andersen · 24 years ago
  82. df5f6ba Applied patch from Matt Kraai which does the following: by Mark Whitley · 24 years ago
  83. da1d1e7 Fixed NFS so it supports 2.4.x kernels and NFSv3. Should close bug #1009. by Eric Andersen · 24 years ago
  84. c674d70 Comment on kernel stuff -Erik by Eric Andersen · 24 years ago
  85. 9b2297a Remove yet more kernel header dependancies. -Erik by Eric Andersen · 24 years ago
  86. 9a8243a Put the GROWBY variable inside the get_line_from_file function, as that is the by Mark Whitley · 24 years ago
  87. 0b4551f From Matt Kraai <kraai@alumni.carnegiemellon.edu>: by Eric Andersen · 24 years ago
  88. 161cf93 Fix a bug in get_line_from_file. If the length of the line is (GROWBY * n) + by Eric Andersen · 24 years ago
  89. a57ba4d Argh. More cross libc cleanup. Should be ok now... -Erik by Eric Andersen · 24 years ago
  90. bd22ed8 Update files to reduce dependance on kernel version... -Erik by Eric Andersen · 24 years ago
  91. f86aee7 setkeycodes needs get_console_fd(), so if you disable chvt and deallocvt, but by Eric Andersen · 24 years ago
  92. 89bc256 Remove misguided klude around for 2.4.x-test* brokenness. Al Viro by Eric Andersen · 24 years ago
  93. f7cf2f7 * Fix to tr so it recognizes standard escape sequences. Merged common by Eric Andersen · 24 years ago
  94. 1ca4177 Yanked out the cstring_alloc() and cstring_lineFromFile() functions from by Mark Whitley · 24 years ago
  95. a44790f Better cross libc support. -Erik by Eric Andersen · 24 years ago
  96. 10dc9d4 Updates to handle Linux 2.4.0 kernels (kludged around the "none" entries in by Eric Andersen · 24 years ago
  97. c7ccfc9 + utility.c by John Beppu · 25 years ago
  98. 9f16d61 Added a slightly modified version of Ron Alder's insmod patch. by Eric Andersen · 25 years ago
  99. 3199bda Fix /etc/passwd misspelling. -Erik by Eric Andersen · 25 years ago
  100. 86ab8a3 A number of additional fixed from Pavel Roskin, note some more bugs in the by Eric Andersen · 25 years ago