1. d378c31 Applied vodz' patches #49 and #50 (with a small correction in runshell.c) by Robert Griebl · 22 years ago
  2. 0b31586 A patch from Bart Visscher <magick@linux-fan.com> to add an by Eric Andersen · 22 years ago
  3. 69d4178 Remove advertising clauses in accordance with by Aaron Lehmann · 22 years ago
  4. 3ece93b Kill dead email address -Erik by Eric Andersen · 22 years ago
  5. 8b1aa4d Apply last_patch46 from vodz, to fix buffer overflows noted by by Eric Andersen · 22 years ago
  6. aa385d4 Entries with "noauto" options are ignored correctly when mounting all by Robert Griebl · 22 years ago
  7. defd998 Patch from Kevin Hilman <khilman@equator.com> to fix potential by Eric Andersen · 22 years ago
  8. 1d1d2f9 Update some missing copyright notices by Eric Andersen · 22 years ago
  9. 85208e2 Completely rework the config system so that it no longer annoys me to work on by Eric Andersen · 22 years ago
  10. fcffa2c Apply lash_patch35 from vodz, which brings several nice size_optimizations. by Eric Andersen · 22 years ago
  11. 83788da * include/applets.h (CONFIG_LOSETUP): New. by Matt Kraai · 22 years ago
  12. 1f0c436 Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !. by Matt Kraai · 23 years ago
  13. 6834ee9 Avoid NULL pointer problems. Patch from "Frank P. MacLachlan" by Eric Andersen · 23 years ago
  14. 0ee0a8d Fix running more on files in the (broken) procfs that claim 0 length by Eric Andersen · 23 years ago
  15. c822763 Change strdup calls to xstrdup (patch from Steve Merrifield). by Matt Kraai · 23 years ago
  16. 282671b Cleanup some config problems. Add a sane default config that basically by Eric Andersen · 23 years ago
  17. 94f19a8 oops by Eric Andersen · 23 years ago
  18. 7131213 config.in features patch from Giulio Orsero <giulioo@pobox.com> by Eric Andersen · 23 years ago
  19. 6028111 Introduce od and hexdump applets by Glenn L McGrath · 23 years ago
  20. eaecbf3 Fixup some silly prototype warnings by Eric Andersen · 23 years ago
  21. bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
  22. 74400cc Scrub up some function prototypes. -Erik by Eric Andersen · 23 years ago
  23. 8acbf1d Make mount default to using /proc/filesystems to avoid by Eric Andersen · 23 years ago
  24. bf265da Use xfopen, saves 32 bytes ! by Glenn L McGrath · 23 years ago
  25. c9fc633 Use port 37 by default. by Matt Kraai · 23 years ago
  26. 3b1525e Don't automount things as "usbdevfs" -- patch from by Eric Andersen · 23 years ago
  27. dcbca62 Standard typing (u_int16_t instead of u16, u_int32_t instead by Eric Andersen · 23 years ago
  28. a7cecbc Commit Vladimir's simplify_path. by Matt Kraai · 23 years ago
  29. 8a91588 Teach libc5 about realpath -Erik by Eric Andersen · 23 years ago
  30. 13cb842 Rework option handling to save space. by Matt Kraai · 23 years ago
  31. f9d6aa0 Rename dirname variable to pathname to eliminate namespace conflict. by Matt Kraai · 23 years ago
  32. 439e3df Add support for devfs device names. by Matt Kraai · 23 years ago
  33. 044228d This is vodz' latest patch. Sorry it took so long... by Eric Andersen · 23 years ago
  34. 94f3a57 Fix a thinko (the symptoms of which were reported by by Matt Kraai · 23 years ago
  35. 78b0e37 Vladimir's last_patch_15 by Glenn L McGrath · 23 years ago
  36. 9344f75 Don't whine about already mounted filesystems when invoked with -a. by Matt Kraai · 23 years ago
  37. 2f6e1f8 Patch from Gernot Poerner <gp@it-netservice.de>. Adds in mount bind support. by Eric Andersen · 23 years ago
  38. 2439a59 Remove/replace the "div" call. by Eric Andersen · 23 years ago
  39. c55b8d4 Add xgethostbyname and herror_msg* functions. by Matt Kraai · 23 years ago
  40. c911a43 Patch from Vladimir: by Eric Andersen · 23 years ago
  41. cc0aa0f Actually we dont need to check if the device is nfs as it wont be stat'ed by Glenn L McGrath · 23 years ago
  42. 1b62619 woops, i shouldnt be so presumtuous? about what the error will be by Glenn L McGrath · 23 years ago
  43. 3aae100 Device may not be a real filename by Glenn L McGrath · 23 years ago
  44. e6bf66e Fix two bugs reported by Ralph Jones. by Matt Kraai · 23 years ago
  45. adcbc12 Canonicalize path before trying to unmount it. by Matt Kraai · 23 years ago
  46. 3425111 Fix bug #1108 by always canonicalizing arguments. by Matt Kraai · 23 years ago
  47. 4b541a8 Moved some #ifdefs down below #include "busybox.h" where they belong. by Mark Whitley · 23 years ago
  48. 04095e5 Move messages.c to libbb. Make each string in messages.c be its own .o file. by Eric Andersen · 23 years ago
  49. af03049 Applied patch from Larry Doolittle to remove some strlen calls, and add one by Mark Whitley · 23 years ago
  50. a3045df Convert mount to use getopt. by Matt Kraai · 23 years ago
  51. 1240082 Further cleanup of mount option handling. by Matt Kraai · 23 years ago
  52. 24ed3be Fix -a support (broken by previous patch). by Matt Kraai · 23 years ago
  53. 3d406da Fix segfault on `mount -t nfs' reported by Gratien D'haese. by Matt Kraai · 23 years ago
  54. d6cde0b Fix return code and don't output spurious newlines. by Matt Kraai · 23 years ago
  55. aa21e0f An optimization from Vladimir by Eric Andersen · 23 years ago
  56. 250a221 more FILE_OFFSET_BITS == 64 adjustments. by Eric Andersen · 23 years ago
  57. e76c3b0 A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a few by Eric Andersen · 23 years ago
  58. c4cef5a Move the mtab support stuff into libbb -Erik by Eric Andersen · 23 years ago
  59. 1e117b4 Dont try and automount devfs, rename some variables by Glenn L McGrath · 23 years ago
  60. 21af752 Patch to use xfopen from Jeff Garzik by Eric Andersen · 23 years ago
  61. 851895a Clean up more local vars which shadow globals -Erik by Eric Andersen · 23 years ago
  62. 1ca20a7 A nice patch from Larry Doolittle that adds -Wshadow and by Eric Andersen · 23 years ago
  63. 92d2324 Another cleanup patch from Jeff Garzik <jgarzik@mandrakesoft.com> by Eric Andersen · 23 years ago
  64. 40eaa9f Size optimization for rdate from Vladimir by Eric Andersen · 23 years ago
  65. 0d3a02e Update the documentation so examples are autoincluded in the output text. by Eric Andersen · 23 years ago
  66. 20f61d3 The patch I previously applied from Brian Webb was 2 lines off. Oops. by Mark Whitley · 23 years ago
  67. bd2e42f Applied a patch from Brian Webb to fix a problem with mount on the Agenda PDA. by Mark Whitley · 23 years ago
  68. 4aaf89f Silence a silly warning by Eric Andersen · 23 years ago
  69. 3e6ff90 A cleanup patch from Jeff Garzik to static-ify a number of by Eric Andersen · 23 years ago
  70. eba8ed7 Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanup by Eric Andersen · 23 years ago
  71. 323434b Dont try to automount some specific filesystem types by Glenn L McGrath · 24 years ago
  72. de44067 Bah. I missed a header file. by Eric Andersen · 24 years ago
  73. 7b91f02 Reduce the size of mount (and bypass /proc/filesystems) by using the sysfs by Eric Andersen · 24 years ago
  74. 93ba60f Keep trying if an NFS mount fails, and eliminate a call to exit(3). by Matt Kraai · 24 years ago
  75. e677dfe Applied patch from Magnus Damm <damm@opensource.se> to fix a 'inner scope var by Mark Whitley · 24 years ago
  76. d160a27 Stub out the syscall, not the whole application. The stubbed by Eric Andersen · 24 years ago
  77. 0ed9923 Stub out pivot_root so it won't fail to compile. -Erik by Eric Andersen · 24 years ago
  78. 5723934 Yet another fix. I think I got it this time. -Erik by Eric Andersen · 24 years ago
  79. ffc40bf Account for remainder, and reset page_height for each and every page. by Eric Andersen · 24 years ago
  80. be30a6b Adjust the terminal height for any overlap, so that no lines by Eric Andersen · 24 years ago
  81. cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 24 years ago
  82. f57a832 Remove leftover junk by Eric Andersen · 24 years ago
  83. 733c4ad Do usage messages the same way all other apps fo them. by Eric Andersen · 24 years ago
  84. 3f5bcbf Fix warning for implicit declaration of time() by Glenn L McGrath · 24 years ago
  85. 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
  86. 6fd8c66 Apply a patch from Evin Robertson -- new pivot_root applet. -Erik by Eric Andersen · 24 years ago
  87. c3fc3c5 It seems I stupidly checked in a silly test I was making. -Erik by Eric Andersen · 24 years ago
  88. af4ac77 Apply a patch from Larry Doolittle to add "-all" and "-none" switches by Eric Andersen · 24 years ago
  89. 065c7e7 Applied patch from Chris Jaeger <cjaeger@ensim.com> to do better checking for by Mark Whitley · 24 years ago
  90. bd018b1 Make old compilers not choke -- define the attribute in the func prototype. by Eric Andersen · 24 years ago
  91. dd19c69 Removed trailing \n from error_msg{,_and_die} messages. by Matt Kraai · 24 years ago
  92. 65225df Cleanup patch from Vladimir N. Oleynik. by Eric Andersen · 24 years ago
  93. 8526067 Applied patch from Larry Doolittle to use preprocessor for defining by Mark Whitley · 24 years ago
  94. 8ec10a9 Fix up copyright msgs. Bump version to 0.49 in preparation for by Eric Andersen · 24 years ago
  95. ed3ef50 Fix header file usage -- there were many unnecessary header files included in by Eric Andersen · 24 years ago
  96. 5c9c8b4 Make cin be static by Eric Andersen · 24 years ago
  97. 59ab025 #define -> static const int. Also got rid of some big static buffers. by Mark Whitley · 24 years ago
  98. 6f65a3a More printf cleanups by Eric Andersen · 24 years ago
  99. 12f417e Eliminate calls of the form "fprintf(stdout,". Thanks for the idea to by Matt Kraai · 24 years ago
  100. fd4c58d Fix the exit status of umount -a, a casualty of the TRUE/FALSE normalization. by Matt Kraai · 24 years ago