1. 59ab025 #define -> static const int. Also got rid of some big static buffers. by Mark Whitley · 24 years ago
  2. 6f65a3a More printf cleanups by Eric Andersen · 24 years ago
  3. 12f417e Eliminate calls of the form "fprintf(stdout,". Thanks for the idea to by Matt Kraai · 24 years ago
  4. fd4c58d Fix the exit status of umount -a, a casualty of the TRUE/FALSE normalization. by Matt Kraai · 24 years ago
  5. 27c7bec Be more careful about dmalloc handling by Eric Andersen · 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. 16fdbe8 Make more things be static (like they are supposed to be). by Eric Andersen · 24 years ago
  9. 1fa1ade Change calls to error_msg.* and strerror to use perror_msg.*. by Matt Kraai · 24 years ago
  10. 77508b2 Fix from Gennady Feldman for error msg by Eric Andersen · 24 years ago
  11. d9d03b8 Mount error return code fix from Kent Robotti -- we must reset the error by Eric Andersen · 24 years ago
  12. c52a97d NFS_PORT and NFS_FHSIZE are not defined in the kernel headers that come with libc6-2.2-5 by Glenn L McGrath · 24 years ago
  13. afdde3e Some little cleanups from Larry Doolittle by Eric Andersen · 24 years ago
  14. f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 24 years ago
  15. 92ed8a3 Fix exit status on failure. by Matt Kraai · 24 years ago
  16. 8755982 Remove #ifdef __STDC__ junk. We don't do K&R round these parts, by Eric Andersen · 24 years ago
  17. 3e856ce Stop using TRUE and FALSE for exit status. by Matt Kraai · 24 years ago
  18. 63a8622 Cleanup of duplicated symbols -- found by compiling with by Eric Andersen · 24 years ago
  19. ef936da Fix uname problem that was breaking poweroff. by Eric Andersen · 24 years ago
  20. 269e07c Make fbset compile with the readmode feature by pulling defs from fb.h. by Matt Kraai · 24 years ago
  21. d1ee7e3 Silence a warning, by Eric Andersen · 24 years ago
  22. 6050618 Put getopt_usage where it belongs and added *_usage entries in busybox.[ch] by Mark Whitley · 24 years ago
  23. bbaef66 Consolidate handling of some fopen failures. by Matt Kraai · 24 years ago
  24. 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
  25. c873d61 Remove all the kernel headers so it will compile under libc5 -Erik by Eric Andersen · 24 years ago
  26. ba35b98 Fix a potential warning by Eric Andersen · 24 years ago
  27. 8a2e56c Large file >2Gib support. by Eric Andersen · 24 years ago
  28. 8847b9a Remove a warning. Patch from Bryan Rittmeyer <bryan@ixiacom.com> by Eric Andersen · 24 years ago
  29. 0cccdfa When mounting a ro fs rw, print warning and then mount it ro. Patch by Eric Andersen · 24 years ago
  30. 56f3e35 Both of these commands were subtly broken. Fortunately when used together the by Eric Andersen · 24 years ago
  31. 252bacc Apply a patch from Chip Rosenthal <chip@unicom.com> to fix NFS mounting, by Eric Andersen · 24 years ago
  32. 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
  33. 32f2769 From Ken Chalmers <chalmers@norscan.com>: by Pavel Roskin · 24 years ago
  34. 6ab2202 Oops. Forgot to commit rdate.c. -Erik by Eric Andersen · 24 years ago
  35. a1f16bb Added getopt(1) from "Alfred M. Szmidt" <ams@trillian.itslinux.org> -Erik by Eric Andersen · 24 years ago
  36. 88f50b6 Some #include updates. -Erik by Eric Andersen · 24 years ago
  37. 0c8e2a6 Fixed the "-f" option. -Erik by Eric Andersen · 24 years ago
  38. fdd5103 Merge in two patches from Dave Cinege: by Eric Andersen · 24 years ago
  39. b040d4f Use BB_FEATURE_CLEAN_UP where appropriate -Erik by Eric Andersen · 24 years ago
  40. 27a8042 Centralize handling of --help. by Matt Kraai · 24 years ago
  41. bc0aed7 It is now possible to select in busybox.def.h whether minixfs version 2 by Pavel Roskin · 24 years ago
  42. 47d4926 The result of getopt() is "int" and should be treated as such by Pavel Roskin · 24 years ago
  43. bf181b9 Extract usage information into a separate file. by Matt Kraai · 24 years ago
  44. 3bd8bd8 Don't use strings directly in calls to usage(). This is in preparation by Matt Kraai · 24 years ago
  45. add09fd Getopt'ed by Marc Nijdam <marc_nijdam@hp.com> -Erik by Eric Andersen · 24 years ago
  46. f626dcb More fixes for "missing initializers" by Pavel Roskin · 24 years ago
  47. e7413a9 A couple of minor warning cleanups. -Erik by Eric Andersen · 24 years ago
  48. d537a95 Use errorMsg rather than fprintf. by Matt Kraai · 24 years ago
  49. 6f96e67 Patch from Jon McClintock <jonm@bluemug.com> by Eric Andersen · 24 years ago
  50. be84cd4 Always report the applet name when doing error reporting. by Matt Kraai · 24 years ago
  51. e58771e Use global applet_name instead of local versions. by Matt Kraai · 24 years ago
  52. be909b1 Forgot to commit these cleanups it seems. -Erik by Eric Andersen · 24 years ago
  53. da1d1e7 Fixed NFS so it supports 2.4.x kernels and NFSv3. Should close bug #1009. by Eric Andersen · 24 years ago
  54. c674d70 Comment on kernel stuff -Erik by Eric Andersen · 24 years ago
  55. 85c5520 More linux kernel header file removal. -Erik by Eric Andersen · 24 years ago
  56. 9b2297a Remove yet more kernel header dependancies. -Erik by Eric Andersen · 24 years ago
  57. a57ba4d Argh. More cross libc cleanup. Should be ok now... -Erik by Eric Andersen · 24 years ago
  58. 2cd439f More cleanup on umount -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. 03f4c27 Turned some stuff into features that really are features, not apps. -Erik by Eric Andersen · 24 years ago
  61. c8c10c5 Added (fixed) the '-n' option to fbset. Renumbered the command parameters to by Eric Andersen · 24 years ago
  62. b1e379f Remove some warning with glibc. -Erik by Eric Andersen · 24 years ago
  63. 1e03add a few minor cleanups. -Erik by Eric Andersen · 24 years ago
  64. 89bc256 Remove misguided klude around for 2.4.x-test* brokenness. Al Viro by Eric Andersen · 24 years ago
  65. 2086e3d Some cosmetic updates. Changed "OPTIONS" to "Options". -Erik by Eric Andersen · 24 years ago
  66. 10dc9d4 Updates to handle Linux 2.4.0 kernels (kludged around the "none" entries in by Eric Andersen · 24 years ago
  67. 4fa84e6 Cleaned up some #ifdef spiderwebs. by Mark Whitley · 24 years ago
  68. bd4a75f Finish off the libc5 porting effort. Everything now works with libc5 by Eric Andersen · 24 years ago
  69. e1e23ee Make umount work and compile cleanly under libc5 and libc6. -Erik by Eric Andersen · 24 years ago
  70. 5e29c6f Make swaponoff compile cleanly under both libc5 and libc6. -Erik by Eric Andersen · 24 years ago
  71. b610615 Updates to a number of apps to remove warnings/compile errors under libc5. by Eric Andersen · 24 years ago
  72. b991395 Added some comments and changed a variable name to be more meaningful. No by Mark Whitley · 24 years ago
  73. a42982e * Fixed 'swapon -a' and 'swapoff -a', which were broken. by Eric Andersen · 24 years ago
  74. fb8ba50 Oops. Remove the debugging noise. -Erik by Eric Andersen · 24 years ago
  75. 3232203 mkfs.minix rev 1.7 completely broke the option parser. This fixes it. -Erik by Eric Andersen · 24 years ago
  76. 680d65a "mount" now reports errors from nfsmount() and assumes NFS mount by Pavel Roskin · 24 years ago
  77. 815e904 Fixed a bunch of stuff: by Eric Andersen · 24 years ago
  78. ef4268e This patch by Eric Andersen · 24 years ago
  79. 86ab8a3 A number of additional fixed from Pavel Roskin, note some more bugs in the by Eric Andersen · 24 years ago
  80. 8ea7d8c First pass at fixing tar segfault, and more portability updates. -Erik by Erik Andersen · 24 years ago
  81. 330fd2b More libc portability updates, add in the website (which has not been by Erik Andersen · 24 years ago
  82. 7ab9c7e Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP by Erik Andersen · 24 years ago
  83. 59b9e87 * cp -fa now works as expected for symlinks (it didn't before) by Erik Andersen · 24 years ago
  84. 6c5f2c6 Add support for "noatime" and "nodiratime" mount flags to mount. by Erik Andersen · 24 years ago
  85. 0a704e8 Remove BB_FEATURE_REMOUNT (small, and should always be present) by Erik Andersen · 24 years ago
  86. 4f3f757 Latest and greatest. Some effort at libc5 (aiming towards newlib) by Erik Andersen · 24 years ago
  87. e90f404 Some more updates and such... -Erik by Erik Andersen · 24 years ago
  88. 1d1d950 More Doc updates. cmdedit and more termio fixes. by Erik Andersen · 24 years ago
  89. a6c7522 Updates -Erik by Erik Andersen · 24 years ago
  90. 9cf3bfa More doc updates for BusyBox, with fixes to apps for bugs revealed by Erik Andersen · 24 years ago
  91. 61677fe Upates to include copyright 2000 to everything -Erik by Erik Andersen · 24 years ago
  92. 983b51b minor changes to mount/umount to support-by-ignoring the "-v" flag. by Erik Andersen · 24 years ago
  93. 3364d78 Yet another installment in the ongoing tar saga -Erik by Erik Andersen · 24 years ago
  94. 298854f My latest ramblings. -Erik by Erik Andersen · 24 years ago
  95. ec5bd90 Use the nice new find_real_root_device function to find the by Erik Andersen · 24 years ago
  96. 0d068a2 * all mallocs now use xmalloc (and so are OOM error safe), and by Erik Andersen · 24 years ago
  97. a967e3c Bug fix -Erik by Erik Andersen · 24 years ago
  98. ce91732 Some bug fixes I forgot to check-in the other day. by Erik Andersen · 24 years ago
  99. 269bba2 Change BB_FEATURE_USE_DEVPS_N_DEVMTAB to the simpler by Erik Andersen · 25 years ago
  100. 246cc6d Wrote killall. by Erik Andersen · 25 years ago