1. f3b2b52 Patch from Matt Kraai to enable proxy support. by Eric Andersen · 24 years ago
  2. f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 24 years ago
  3. 26a3adb Changed some #define strings to static const char [] variables. Tested ls by Mark Whitley · 24 years ago
  4. 4758368 Fixed the comments to match the code and renamed the function to a (hopefully) by Mark Whitley · 24 years ago
  5. cf61fe1 Applied patch from Matt Kraai to add v*error functions for handling vararg by Mark Whitley · 24 years ago
  6. d27753a Use perrorMsg instead of perror and keep removing files if we encounter by Matt Kraai · 24 years ago
  7. cabafae Note new dependency. by Matt Kraai · 24 years ago
  8. 9bd71e8 Add "\r" to utility.c:process_escape_sequence() (from email about by Eric Andersen · 24 years ago
  9. e5aef92 Fix up builtin overrides, and hack in the binary search for finding by Eric Andersen · 24 years ago
  10. e790ddb Add BB_CMP to xfopen by Eric Andersen · 24 years ago
  11. ef936da Fix uname problem that was breaking poweroff. by Eric Andersen · 24 years ago
  12. ef5529b Added a new perrorMsg function, cleanup up error handling, fixed TRUE/FALSE by Matt Kraai · 24 years ago
  13. 324a778 Added a fatalPerror function to simplify error handling. by Matt Kraai · 24 years ago
  14. 4f94e82 Remove broken error test found by Bryan Rittmeyer <bryan@ixiacom.com>. by Matt Kraai · 24 years ago
  15. 7a86e61 Patch from Matt Kraai so wc will return a proper error code by Eric Andersen · 24 years ago
  16. ba1ff9b Apply patch from Giulio Orsero <giulioo@pobox.com> to ensure by Eric Andersen · 24 years ago
  17. c0321f9 Rewrote head to perservere when it can't open a file, and share code with cat. by Matt Kraai · 24 years ago
  18. e7c1af1 Continue concatenating files even if we can't open one. by Matt Kraai · 24 years ago
  19. bbaef66 Consolidate handling of some fopen failures. by Matt Kraai · 24 years ago
  20. e0bcce0 Rewrote uniq to be less than a third of the size, and fixed some other by Matt Kraai · 24 years ago
  21. 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
  22. 944be90 Remove a now unneeded check by Eric Andersen · 24 years ago
  23. 285b446 Fix potential memory overrun... by Eric Andersen · 24 years ago
  24. 624cc77 More portable handling of loop header files, as done in util-linux by Eric Andersen · 24 years ago
  25. 31e6829 Fix the halt/reboot/poweroff segfault when used from within an initrd... -Erik by Eric Andersen · 24 years ago
  26. 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
  27. ac19b7e Extra defines for ar by Glenn L McGrath · 24 years ago
  28. 11c6552 New ls sorting patch, as written by Sterling Huxley, and then updated by Eric Andersen · 24 years ago
  29. ebee301 Fixed for when BB_CP_MV is enabled. by Eric Andersen · 24 years ago
  30. d13ebff Add BB_SH to get_last_path_component()... Fix thanks to Bj�rn Eriksson. by Eric Andersen · 24 years ago
  31. 4e61db2 Add an extra sanity check in parse_mode -Erik by Eric Andersen · 24 years ago
  32. ab60f69 Removed dead regular expression code. by Matt Kraai · 24 years ago
  33. 88cc305 Compile xstrdup and xstrndup iff they are needed. by Matt Kraai · 24 years ago
  34. 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
  35. 202995c Yet another patch to fixup lsmod -Erik by Eric Andersen · 24 years ago
  36. c86e5e6 Some leftover stuff I forgot to commit for the lsmod change. -Erik by Eric Andersen · 24 years ago
  37. f9ca653 Added fix from David Vrabel <dvrabel@arcom.co.uk> for a by Eric Andersen · 24 years ago
  38. 88f50b6 Some #include updates. -Erik by Eric Andersen · 24 years ago
  39. fdd5103 Merge in two patches from Dave Cinege: by Eric Andersen · 24 years ago
  40. 0f8f7b8 Fix bug 1017, which reports that insmod segfaults when /lib/modules doesn't by Matt Kraai · 24 years ago
  41. 501c88b More sh updates (with related changes to everything else). Switched by Eric Andersen · 24 years ago
  42. ae6eae0 Moved some code and add a coupld #defines to support use of dmalloc. -Erik by Eric Andersen · 24 years ago
  43. 9c5fcc3 New message added to messages.c: full_version Used where possible by Pavel Roskin · 24 years ago
  44. cc8a66b Moved functions used by "lsmod" from cat.c to utility.c by Pavel Roskin · 24 years ago
  45. 21ddb38 Now it's possible to compile Busybox with only one app defined by Pavel Roskin · 24 years ago
  46. fad04fd More cleanups. -Erik by Eric Andersen · 24 years ago
  47. d537a95 Use errorMsg rather than fprintf. by Matt Kraai · 24 years ago
  48. c41e8c8 Changed bb_regcomp to xregcomp and #if 0'ed out destroy_cmd_strs in sed.c by Mark Whitley · 24 years ago
  49. be84cd4 Always report the applet name when doing error reporting. by Matt Kraai · 24 years ago
  50. be909b1 Forgot to commit these cleanups it seems. -Erik by Eric Andersen · 24 years ago
  51. df5f6ba Applied patch from Matt Kraai which does the following: by Mark Whitley · 24 years ago
  52. da1d1e7 Fixed NFS so it supports 2.4.x kernels and NFSv3. Should close bug #1009. by Eric Andersen · 24 years ago
  53. c674d70 Comment on kernel stuff -Erik by Eric Andersen · 24 years ago
  54. 9b2297a Remove yet more kernel header dependancies. -Erik by Eric Andersen · 24 years ago
  55. 9a8243a Put the GROWBY variable inside the get_line_from_file function, as that is the by Mark Whitley · 24 years ago
  56. 0b4551f From Matt Kraai <kraai@alumni.carnegiemellon.edu>: by Eric Andersen · 24 years ago
  57. 161cf93 Fix a bug in get_line_from_file. If the length of the line is (GROWBY * n) + by Eric Andersen · 24 years ago
  58. a57ba4d Argh. More cross libc cleanup. Should be ok now... -Erik by Eric Andersen · 24 years ago
  59. bd22ed8 Update files to reduce dependance on kernel version... -Erik by Eric Andersen · 24 years ago
  60. f86aee7 setkeycodes needs get_console_fd(), so if you disable chvt and deallocvt, but by Eric Andersen · 24 years ago
  61. 89bc256 Remove misguided klude around for 2.4.x-test* brokenness. Al Viro by Eric Andersen · 24 years ago
  62. f7cf2f7 * Fix to tr so it recognizes standard escape sequences. Merged common by Eric Andersen · 24 years ago
  63. 1ca4177 Yanked out the cstring_alloc() and cstring_lineFromFile() functions from by Mark Whitley · 24 years ago
  64. a44790f Better cross libc support. -Erik by Eric Andersen · 24 years ago
  65. 10dc9d4 Updates to handle Linux 2.4.0 kernels (kludged around the "none" entries in by Eric Andersen · 24 years ago
  66. c7ccfc9 + utility.c by John Beppu · 24 years ago
  67. 9f16d61 Added a slightly modified version of Ron Alder's insmod patch. by Eric Andersen · 24 years ago
  68. 3199bda Fix /etc/passwd misspelling. -Erik by Eric Andersen · 24 years ago
  69. 86ab8a3 A number of additional fixed from Pavel Roskin, note some more bugs in the by Eric Andersen · 24 years ago
  70. 330fd2b More libc portability updates, add in the website (which has not been by Erik Andersen · 24 years ago
  71. 5b46d79 Some more portability updates -Erik by Erik Andersen · 24 years ago
  72. 23dea9b So much for my evil optimization. Doesn't seem to work. Will test by Erik Andersen · 24 years ago
  73. 7ab9c7e Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP by Erik Andersen · 24 years ago
  74. 59b9e87 * cp -fa now works as expected for symlinks (it didn't before) by Erik Andersen · 24 years ago
  75. 691f49d Fix umount dependency on find_real_root_device_name -Erik by Erik Andersen · 24 years ago
  76. 5afc864 More stuff -Erik by Erik Andersen · 24 years ago
  77. 94f5e0b Some accrued fixes/updates. by Erik Andersen · 24 years ago
  78. 4f3f757 Latest and greatest. Some effort at libc5 (aiming towards newlib) by Erik Andersen · 24 years ago
  79. 9a8195c Fix creation of /linuxrc -Erik by Erik Andersen · 24 years ago
  80. b9167cb Really fix the killall segfault this time. -Erik by Erik Andersen · 24 years ago
  81. 632bb57 Fix symlink following bug in chmod -R and friends. Allow SYSV style by Erik Andersen · 24 years ago
  82. c366050 Fix stupid bug (wrong variable) -Erik by Erik Andersen · 24 years ago
  83. 0a64de9 More little stuff. -Erik by Erik Andersen · 24 years ago
  84. 229dd2b Fix killall -Erik by Erik Andersen · 24 years ago
  85. a6c7522 Updates -Erik by Erik Andersen · 24 years ago
  86. 5a728cf + in the interest of robustness, I added by John Beppu · 24 years ago
  87. 825aead Patch to make killall actually kill all PIDs with the specified name, by Erik Andersen · 24 years ago
  88. 5661fe0 Tar now works perfectly. It behaves much better now then it by Erik Andersen · 24 years ago
  89. 3364d78 Yet another installment in the ongoing tar saga -Erik by Erik Andersen · 24 years ago
  90. 1ad302a The new tar for busybox is now done, and works just fine by Erik Andersen · 24 years ago
  91. 298854f My latest ramblings. -Erik by Erik Andersen · 24 years ago
  92. ec5bd90 Use the nice new find_real_root_device function to find the by Erik Andersen · 24 years ago
  93. 016ffe9 Add in a nifty function for mount to use. -Erik by Erik Andersen · 24 years ago
  94. 0d068a2 * all mallocs now use xmalloc (and so are OOM error safe), and by Erik Andersen · 24 years ago
  95. 6273f65 Several fixes. -Erik by Erik Andersen · 24 years ago
  96. d75af99 Major build system updates... -Erik by Erik Andersen · 24 years ago
  97. 3522eb1 First pass at writing a shell for busybox. by Erik Andersen · 24 years ago
  98. 269bba2 Change BB_FEATURE_USE_DEVPS_N_DEVMTAB to the simpler by Erik Andersen · 25 years ago
  99. 2ac2fae Fix bugs related to finding PIDs. -Erik by Erik Andersen · 25 years ago
  100. cbd0d62 Fix up some #define stuff to ensure the Right Thing(tm) by Erik Andersen · 25 years ago