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