1. 8ee649a *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/ by Denis Vlasenko · 16 years ago
  2. 6aa7696 mount: #ifdef out MOUNT_LABEL code parts if it is not selected by Denis Vlasenko · 16 years ago
  3. d0a071a brctl: eliminate stray data object by Denis Vlasenko · 16 years ago
  4. b44c790 *: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname. by Denis Vlasenko · 16 years ago
  5. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 16 years ago
  6. 397de61 help text: regularize format, and shrink by Denis Vlasenko · 16 years ago
  7. a4522c5 mount: plug a hole where FEATURE_MOUNT_HELPERS could allow execution by Denis Vlasenko · 16 years ago
  8. 51f421a - fix compilation failure due to implicit decl of resolve_mount_spec(). by Bernhard Reutner-Fischer · 17 years ago
  9. 53ce7f0 findfs,mount: trivial build fix and whitespace fiexs by Denis Vlasenko · 17 years ago
  10. de7684a support for mount by label (not yet tested) by Denis Vlasenko · 17 years ago
  11. b413368 mount: with -vv -f, say what mount() calls we were going to make by Denis Vlasenko · 17 years ago
  12. f732e96 mount: optional support for -vv verbosity mount: do "struct globals" trick by Denis Vlasenko · 17 years ago
  13. c9ca0a3 mount: recognize "dirsync" (closes bug 835) by Denis Vlasenko · 17 years ago
  14. b1d8e7d mount: make -f work even without mtab support by Denis Vlasenko · 17 years ago
  15. 32d49bc mkswap: do not do extra seek mount: add another mount helper call method by Denis Vlasenko · 17 years ago
  16. 8c69afd - be C99 friendly. Anonymous unions are a GNU extension. This change is by Bernhard Reutner-Fischer · 17 years ago
  17. 8c638cb mount: allow and ignore _netdev option by Denis Vlasenko · 17 years ago
  18. f470196 - fix conflicting decls of syslog related facilitynames and prioritynames tables by Bernhard Reutner-Fischer · 17 years ago
  19. c03e872 save a bit of code with *strchrnul = '\0' trick by Denis Vlasenko · 17 years ago
  20. 63430ae mount: size-optimize mount_options[] and nfs_errtbl[] by Denis Vlasenko · 17 years ago
  21. 3f5fdc7 remove trailing whitespace by Denis Vlasenko · 17 years ago
  22. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  23. 0c97c9d 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. by Denis Vlasenko · 17 years ago
  24. b925605 assorted static vars removal by Denis Vlasenko · 17 years ago
  25. 2535f12 httpd: do not clear environment by Denis Vlasenko · 17 years ago
  26. c8d4d2f messages: by popular request allow PATH to be customized at build time by Denis Vlasenko · 17 years ago
  27. f000065 mount: ignore NFS bg option on NOMMU machines by Denis Vlasenko · 17 years ago
  28. fb48f6c mount: allow (and ignore) -i by Denis Vlasenko · 17 years ago
  29. 7d8de4d mount: don't close fd twice in NFS code by Denis Vlasenko · 17 years ago
  30. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  31. a27a11b introduce and use xdup2(int, int) by Denis Vlasenko · 17 years ago
  32. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  33. 0e2c9fb mount: print errno on NFS error (again) by Denis Vlasenko · 17 years ago
  34. 990d0f6 Replace index_in_[sub]str_array with index_in_[sub]strings, by Denis Vlasenko · 17 years ago
  35. 80b8b39 Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <wharms@bfs.de>) by Denis Vlasenko · 17 years ago
  36. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 17 years ago
  37. 38ec147 mount: fix mounting of symlinks (mount from util-linux allows that) by Denis Vlasenko · 17 years ago
  38. 68de720 mount: fix incorrect usage of strtok (inadvertently used NULL sometimes). by Denis Vlasenko · 17 years ago
  39. 8746885 style fixes by Denis Vlasenko · 17 years ago
  40. 51742f4 style fixes. No code changes by Denis Vlasenko · 17 years ago
  41. 240a1cf add some missed statics on constant objects. fix few #ifndef ENABLE_xxx by Denis Vlasenko · 17 years ago
  42. bf295dd [u]mount: extend -t option (Roy Marples <uberlord@gentoo.org>) by Denis Vlasenko · 17 years ago
  43. 5870ad9 mount: (try to) support cifs with IPv6 by Denis Vlasenko · 18 years ago
  44. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  45. 06c0a71 preparatory patch for -Wwrite-strings #3 by Denis Vlasenko · 18 years ago
  46. 6cd2d2b dnsd: getfileentry was leaking memory mount: improve readability by Denis Vlasenko · 18 years ago
  47. 9af7c9d openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup code by Denis Vlasenko · 18 years ago
  48. 666da5e merge post-1.3.0 fixes by Denis Vlasenko · 18 years ago
  49. 2870301 u_short, ulong exterminated fdiskXXX: add a bit of sanity (not enough by far) by Denis Vlasenko · 18 years ago
  50. 908d6b7 mount: add getmntent_r stub for dietlibc by Denis Vlasenko · 18 years ago
  51. 5e90e10 Closing bug 1040: by Denis Vlasenko · 18 years ago
  52. 6a353c8 mount: if FILE* is NULL, it's not wise to use it. by Denis Vlasenko · 18 years ago
  53. 5af906e rename: compare_string_array -> index_in_str_array by Denis Vlasenko · 18 years ago
  54. 68f2187 mount: use switch (compare_string_array(..)) by Denis Vlasenko · 18 years ago
  55. d18a3a2 use skip_whitespace where appropriate by Denis Vlasenko · 18 years ago
  56. 13c5a68 mount: support user mounts if CONFIG_DESKTOP by Denis Vlasenko · 18 years ago
  57. 2d5ca60 bb_get_[chomped]line_from_file wasn't descriptive enough. Renaming... by Denis Vlasenko · 18 years ago
  58. 372686b cut, mount: small improvements by Denis Vlasenko · 18 years ago
  59. 1385899 attempt to regularize atoi mess. by Denis Vlasenko · 18 years ago
  60. 8f8f268 bb_applet_name -> applet_name by Denis Vlasenko · 18 years ago
  61. 67b23e6 getopt_ulflags -> getopt32. by Denis Vlasenko · 18 years ago
  62. 546cd18 mount: accept and ignore -s (sloppy) option. by Denis Vlasenko · 18 years ago
  63. b172678 mount: fix bug 946 (mount -f should update mtab) by Denis Vlasenko · 18 years ago
  64. da3cec9 mount: fix breakage from recent changes (spurious -ro mounts) by Denis Vlasenko · 18 years ago
  65. 116080a mount: make Rob happy by reinstating #defines by Denis Vlasenko · 18 years ago
  66. 85f9e32 mount: fstabname needs to be const char* by Denis Vlasenko · 18 years ago
  67. 23514fe mount: fix warning (printf field width of * wants int, not size_t) by Denis Vlasenko · 18 years ago
  68. 9213a9e whitespace cleanup by Denis Vlasenko · 18 years ago
  69. a6127aa mount: style fixlet by Denis Vlasenko · 18 years ago
  70. 029c469 mount: revert mount --bind to using "bind" as fstype. by Denis Vlasenko · 18 years ago
  71. a52145a mount: mount_it_now() - char *dir is not really needed. by Denis Vlasenko · 18 years ago
  72. c889d2b mount: fix "duplicate mount options in mtab" bug by Denis Vlasenko · 18 years ago
  73. c097519 mount: nfs_strerror's static buffer was bigger than needed. by Denis Vlasenko · 18 years ago
  74. 9c99b62 mount: getopt_ulflag'ification by Denis Vlasenko · 18 years ago
  75. 13b4924 mount: style fixes by Denis Vlasenko · 18 years ago
  76. 3bc59aa mount: fix bugs: free(mp->mnt_fsname) of non-malloced ptr; by Denis Vlasenko · 18 years ago
  77. fc56dd2 mount: use bb_simplify_path as appropriate by Denis Vlasenko · 18 years ago
  78. 8d474b5 mount: style fixes by Denis Vlasenko · 18 years ago
  79. 30a64cd mount: reorder things, fix NFS-less mount. by Denis Vlasenko · 18 years ago
  80. be50717 mount: -o remount should not add lines to /etc/mtab by Denis Vlasenko · 18 years ago
  81. 25098f7 mount: move code from nfsmount.c into mount.c by Denis Vlasenko · 18 years ago
  82. 727ef94 mount: fix mtab support (but it is still rather buggy) by Denis Vlasenko · 18 years ago
  83. 00d7d6c nfsmount: sanitize it. It had a rather peculiar idea of implementing "bg" by Denis Vlasenko · 18 years ago
  84. 39e93cc nfsmount: nfsmount.h merged into nfsmount.c by Denis Vlasenko · 18 years ago
  85. 6d655be removed a lot of trailing \n in bb_msg() calls. It is added by Denis Vlasenko · 18 years ago
  86. 4cb035d Vladimir Dronnikov (ybrnj80 at yandex dot ru) pointed out that my cleanup of by Rob Landley · 18 years ago
  87. 4d609cb Thinko. by Rob Landley · 18 years ago
  88. 89d9d4d Vladimir Dronnikov also submitted a CIFS support patch to mount, which I by Rob Landley · 18 years ago
  89. 3ba7bd1 Vladimir Dronnikov convinced me to twiddle the semantics of the new shared by Rob Landley · 18 years ago
  90. 721b46e Fix a typo (|| instead of |) and remove two comments about a problem fixed by Rob Landley · 18 years ago
  91. e3781b7 Add shared subtree support, suggested by Vladimir Dronnikov. Also break out a by Rob Landley · 18 years ago
  92. 47b16a6 Using lstat() instead of stat() means that attempting to loopback mount by Rob Landley · 18 years ago
  93. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  94. 0cc2c2c Patch from Paul Fox to improve mount's error handling behavior, which I beat by Rob Landley · 18 years ago
  95. dbfb5a3 Andre (armcc2200@yahoo) patched a bug where successful mounts could sometimes by Rob Landley · 18 years ago
  96. 22d26fc Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot of by Rob Landley · 18 years ago
  97. 8bb5078 Change llist_add_* to take the address of the list rather than returning the new by Rob Landley · 18 years ago
  98. 08421e1 - work around bug in gcc-3.4.x on ARM by Bernhard Reutner-Fischer · 18 years ago
  99. a6b5b60 Fiddling with llist to make memory management easier. Specifically, the by Rob Landley · 18 years ago
  100. 49159c7 Patch from Jason Schoon to make mount -a not abort on the first failure. by Rob Landley · 18 years ago