1. 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
  2. 1b62619 woops, i shouldnt be so presumtuous? about what the error will be by Glenn L McGrath · 23 years ago
  3. 3aae100 Device may not be a real filename by Glenn L McGrath · 23 years ago
  4. e6bf66e Fix two bugs reported by Ralph Jones. by Matt Kraai · 23 years ago
  5. adcbc12 Canonicalize path before trying to unmount it. by Matt Kraai · 23 years ago
  6. 3425111 Fix bug #1108 by always canonicalizing arguments. by Matt Kraai · 23 years ago
  7. 4b541a8 Moved some #ifdefs down below #include "busybox.h" where they belong. by Mark Whitley · 23 years ago
  8. 04095e5 Move messages.c to libbb. Make each string in messages.c be its own .o file. by Eric Andersen · 23 years ago
  9. af03049 Applied patch from Larry Doolittle to remove some strlen calls, and add one by Mark Whitley · 23 years ago
  10. a3045df Convert mount to use getopt. by Matt Kraai · 23 years ago
  11. 1240082 Further cleanup of mount option handling. by Matt Kraai · 23 years ago
  12. 24ed3be Fix -a support (broken by previous patch). by Matt Kraai · 23 years ago
  13. 3d406da Fix segfault on `mount -t nfs' reported by Gratien D'haese. by Matt Kraai · 23 years ago
  14. d6cde0b Fix return code and don't output spurious newlines. by Matt Kraai · 23 years ago
  15. aa21e0f An optimization from Vladimir by Eric Andersen · 23 years ago
  16. 250a221 more FILE_OFFSET_BITS == 64 adjustments. by Eric Andersen · 23 years ago
  17. e76c3b0 A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a few by Eric Andersen · 23 years ago
  18. c4cef5a Move the mtab support stuff into libbb -Erik by Eric Andersen · 23 years ago
  19. 1e117b4 Dont try and automount devfs, rename some variables by Glenn L McGrath · 23 years ago
  20. 21af752 Patch to use xfopen from Jeff Garzik by Eric Andersen · 24 years ago
  21. 851895a Clean up more local vars which shadow globals -Erik by Eric Andersen · 24 years ago
  22. 1ca20a7 A nice patch from Larry Doolittle that adds -Wshadow and by Eric Andersen · 24 years ago
  23. 92d2324 Another cleanup patch from Jeff Garzik <jgarzik@mandrakesoft.com> by Eric Andersen · 24 years ago
  24. 40eaa9f Size optimization for rdate from Vladimir by Eric Andersen · 24 years ago
  25. 0d3a02e Update the documentation so examples are autoincluded in the output text. by Eric Andersen · 24 years ago
  26. 20f61d3 The patch I previously applied from Brian Webb was 2 lines off. Oops. by Mark Whitley · 24 years ago
  27. bd2e42f Applied a patch from Brian Webb to fix a problem with mount on the Agenda PDA. by Mark Whitley · 24 years ago
  28. 4aaf89f Silence a silly warning by Eric Andersen · 24 years ago
  29. 3e6ff90 A cleanup patch from Jeff Garzik to static-ify a number of by Eric Andersen · 24 years ago
  30. eba8ed7 Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanup by Eric Andersen · 24 years ago
  31. 323434b Dont try to automount some specific filesystem types by Glenn L McGrath · 24 years ago
  32. de44067 Bah. I missed a header file. by Eric Andersen · 24 years ago
  33. 7b91f02 Reduce the size of mount (and bypass /proc/filesystems) by using the sysfs by Eric Andersen · 24 years ago
  34. 93ba60f Keep trying if an NFS mount fails, and eliminate a call to exit(3). by Matt Kraai · 24 years ago
  35. e677dfe Applied patch from Magnus Damm <damm@opensource.se> to fix a 'inner scope var by Mark Whitley · 24 years ago
  36. d160a27 Stub out the syscall, not the whole application. The stubbed by Eric Andersen · 24 years ago
  37. 0ed9923 Stub out pivot_root so it won't fail to compile. -Erik by Eric Andersen · 24 years ago
  38. 5723934 Yet another fix. I think I got it this time. -Erik by Eric Andersen · 24 years ago
  39. ffc40bf Account for remainder, and reset page_height for each and every page. by Eric Andersen · 24 years ago
  40. be30a6b Adjust the terminal height for any overlap, so that no lines by Eric Andersen · 24 years ago
  41. cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 24 years ago
  42. f57a832 Remove leftover junk by Eric Andersen · 24 years ago
  43. 733c4ad Do usage messages the same way all other apps fo them. by Eric Andersen · 24 years ago
  44. 3f5bcbf Fix warning for implicit declaration of time() by Glenn L McGrath · 24 years ago
  45. 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
  46. 6fd8c66 Apply a patch from Evin Robertson -- new pivot_root applet. -Erik by Eric Andersen · 24 years ago
  47. c3fc3c5 It seems I stupidly checked in a silly test I was making. -Erik by Eric Andersen · 24 years ago
  48. af4ac77 Apply a patch from Larry Doolittle to add "-all" and "-none" switches by Eric Andersen · 24 years ago
  49. 065c7e7 Applied patch from Chris Jaeger <cjaeger@ensim.com> to do better checking for by Mark Whitley · 24 years ago
  50. bd018b1 Make old compilers not choke -- define the attribute in the func prototype. by Eric Andersen · 24 years ago
  51. dd19c69 Removed trailing \n from error_msg{,_and_die} messages. by Matt Kraai · 24 years ago
  52. 65225df Cleanup patch from Vladimir N. Oleynik. by Eric Andersen · 24 years ago
  53. 8526067 Applied patch from Larry Doolittle to use preprocessor for defining by Mark Whitley · 24 years ago
  54. 8ec10a9 Fix up copyright msgs. Bump version to 0.49 in preparation for by Eric Andersen · 24 years ago
  55. ed3ef50 Fix header file usage -- there were many unnecessary header files included in by Eric Andersen · 24 years ago
  56. 5c9c8b4 Make cin be static by Eric Andersen · 24 years ago
  57. 59ab025 #define -> static const int. Also got rid of some big static buffers. by Mark Whitley · 24 years ago
  58. 6f65a3a More printf cleanups by Eric Andersen · 24 years ago
  59. 12f417e Eliminate calls of the form "fprintf(stdout,". Thanks for the idea to by Matt Kraai · 24 years ago
  60. fd4c58d Fix the exit status of umount -a, a casualty of the TRUE/FALSE normalization. by Matt Kraai · 24 years ago
  61. 27c7bec Be more careful about dmalloc handling by Eric Andersen · 24 years ago
  62. e6e8183 Improvements from Vladimir N. Oleynik. by Matt Kraai · 24 years ago
  63. a9819b2 Use busybox error handling functions wherever possible. by Matt Kraai · 24 years ago
  64. 16fdbe8 Make more things be static (like they are supposed to be). by Eric Andersen · 24 years ago
  65. 1fa1ade Change calls to error_msg.* and strerror to use perror_msg.*. by Matt Kraai · 24 years ago
  66. 77508b2 Fix from Gennady Feldman for error msg by Eric Andersen · 24 years ago
  67. d9d03b8 Mount error return code fix from Kent Robotti -- we must reset the error by Eric Andersen · 24 years ago
  68. 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
  69. afdde3e Some little cleanups from Larry Doolittle by Eric Andersen · 24 years ago
  70. f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 24 years ago
  71. 92ed8a3 Fix exit status on failure. by Matt Kraai · 24 years ago
  72. 8755982 Remove #ifdef __STDC__ junk. We don't do K&R round these parts, by Eric Andersen · 24 years ago
  73. 3e856ce Stop using TRUE and FALSE for exit status. by Matt Kraai · 24 years ago
  74. 63a8622 Cleanup of duplicated symbols -- found by compiling with by Eric Andersen · 24 years ago
  75. ef936da Fix uname problem that was breaking poweroff. by Eric Andersen · 24 years ago
  76. 269e07c Make fbset compile with the readmode feature by pulling defs from fb.h. by Matt Kraai · 24 years ago
  77. d1ee7e3 Silence a warning, by Eric Andersen · 24 years ago
  78. 6050618 Put getopt_usage where it belongs and added *_usage entries in busybox.[ch] by Mark Whitley · 24 years ago
  79. bbaef66 Consolidate handling of some fopen failures. by Matt Kraai · 24 years ago
  80. 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
  81. c873d61 Remove all the kernel headers so it will compile under libc5 -Erik by Eric Andersen · 24 years ago
  82. ba35b98 Fix a potential warning by Eric Andersen · 24 years ago
  83. 8a2e56c Large file >2Gib support. by Eric Andersen · 24 years ago
  84. 8847b9a Remove a warning. Patch from Bryan Rittmeyer <bryan@ixiacom.com> by Eric Andersen · 24 years ago
  85. 0cccdfa When mounting a ro fs rw, print warning and then mount it ro. Patch by Eric Andersen · 24 years ago
  86. 56f3e35 Both of these commands were subtly broken. Fortunately when used together the by Eric Andersen · 24 years ago
  87. 252bacc Apply a patch from Chip Rosenthal <chip@unicom.com> to fix NFS mounting, by Eric Andersen · 24 years ago
  88. 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
  89. 32f2769 From Ken Chalmers <chalmers@norscan.com>: by Pavel Roskin · 24 years ago
  90. 6ab2202 Oops. Forgot to commit rdate.c. -Erik by Eric Andersen · 24 years ago
  91. a1f16bb Added getopt(1) from "Alfred M. Szmidt" <ams@trillian.itslinux.org> -Erik by Eric Andersen · 24 years ago
  92. 88f50b6 Some #include updates. -Erik by Eric Andersen · 24 years ago
  93. 0c8e2a6 Fixed the "-f" option. -Erik by Eric Andersen · 24 years ago
  94. fdd5103 Merge in two patches from Dave Cinege: by Eric Andersen · 24 years ago
  95. b040d4f Use BB_FEATURE_CLEAN_UP where appropriate -Erik by Eric Andersen · 24 years ago
  96. 27a8042 Centralize handling of --help. by Matt Kraai · 24 years ago
  97. bc0aed7 It is now possible to select in busybox.def.h whether minixfs version 2 by Pavel Roskin · 24 years ago
  98. 47d4926 The result of getopt() is "int" and should be treated as such by Pavel Roskin · 24 years ago
  99. bf181b9 Extract usage information into a separate file. by Matt Kraai · 24 years ago
  100. 3bd8bd8 Don't use strings directly in calls to usage(). This is in preparation by Matt Kraai · 24 years ago