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