1. 56ee576 mount: fix incorrect "success" exitcode if loop device setup fails by Denys Vlasenko · 4 years ago
  2. 34c5115 mount: implement -o nosymfollow, remove bogus -o union by Denys Vlasenko · 4 years ago
  3. 696c38d mount: add -o nostrictatime and -o [no]lazytime by Denys Vlasenko · 4 years ago
  4. b1eedfc mount: do not guess mount as NFS if "hostname:" contains slashes by Denys Vlasenko · 4 years ago
  5. b4f93f5 mount: do not guess bind mounts as nfs by Denys Vlasenko · 4 years ago
  6. 6599e38 mount: make filesystems[] array byte-aligned by Denys Vlasenko · 4 years ago
  7. 965b795 decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly by Denys Vlasenko · 4 years ago
  8. 2496616 avoid using strok - eliminates use of hidden global variable by Denys Vlasenko · 4 years, 2 months ago
  9. 6561e07 mount: support the sizelimit and offset option for loop devices by Steffen Trumtrar · 4 years, 4 months ago
  10. 5c69ad0 build system: drop PLATFORM_LINUX by Ron Yorston · 4 years, 4 months ago
  11. 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 5 years ago
  12. 8c317f0 style fix, no code changes by Denys Vlasenko · 6 years ago
  13. b097a84 config: update size information by Denys Vlasenko · 6 years ago
  14. 4892f3a inetd,mount: add comment with example of flags to build with libtirpc by Denys Vlasenko · 7 years ago
  15. 647d8af build system: remove unused CONFIG_FEATURE_HAVE_RPC by Denys Vlasenko · 7 years ago
  16. 22542ec getopt32: remove opt_complementary by Denys Vlasenko · 7 years ago
  17. 5b3cbe3 config: more tweaking of help texts by Denys Vlasenko · 7 years ago
  18. 8cae43c swapon: do not use FEATURE_MOUNT_LABEL, have your own FEATURE_SWAPONOFF_LABEL by Denys Vlasenko · 7 years ago
  19. 68b653b config: trim/improve item names and help texts, take 2 by Denys Vlasenko · 7 years ago
  20. 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
  21. 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
  22. ce55284 inetd,mount: do not die if uclibc without RPC is detected by Denys Vlasenko · 7 years ago
  23. ab518ee mount: create loop devices with LO_FLAGS_AUTOCLEAR flag by Denys Vlasenko · 8 years ago
  24. 35b54a3 libbb: match_fstype() is unreadable in the extreme, fixing it by Denys Vlasenko · 8 years ago
  25. f560422 Big cleanup in config help and description by Denys Vlasenko · 8 years ago
  26. dd898c9 Convert all util-linux/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
  27. b09ab44 mount: for cifs, dont insert "ip=ADDR" option if user gave it explicitly by Denys Vlasenko · 8 years ago
  28. 5093c8c mount: tweak "IPv6 scoped addr" commit by Denys Vlasenko · 8 years ago
  29. 3c18e30 libbb: make xmalloc_sockaddr2dotted use NI_NUMERICSCOPE by Denys Vlasenko · 8 years ago
  30. 237bedd getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST by Denys Vlasenko · 8 years ago
  31. ecf25cb randomconfig fixes 5: false positive for tar; mount emits corrupted message by Denys Vlasenko · 8 years ago
  32. 3e134eb *: slap on a few ALIGN1/2s where appropriate by Denys Vlasenko · 9 years ago
  33. 47cfbf3 *: add most of the required setup_common_bufsiz() calls by Denys Vlasenko · 9 years ago
  34. e6a2f4c libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it by Denys Vlasenko · 9 years ago
  35. 911d265 mount: support "nofail" option. Closes 8551 by Denys Vlasenko · 9 years ago
  36. 8dff01d libbb: introduce and use is_prefixed_with() by Denys Vlasenko · 10 years ago
  37. 7b434a6 mount: -T OTHERTAB support by Isaac Dunham · 10 years ago
  38. 9b7ebfe mount: whitespace fix. no code changes by Denys Vlasenko · 12 years ago
  39. 20c5e5a mount: fix -o user=foo mishandling, fix unc= generation, add prefixpath= by Bernhard Reutner-Fischer · 12 years ago
  40. 406ea15 mount: add unc option to CIFS mount (needed for Linux 3.4+) by Martin Santesson · 12 years ago
  41. 6967578 whitespace fixes. no code changes by Denys Vlasenko · 12 years ago
  42. 9ad8979 mount: support strictatime option. Closes 5240 by Denys Vlasenko · 12 years ago
  43. 6ebb2b6 mount: do not pass "comment=ANYTHING" option to kernel. Closes 5240 by Denys Vlasenko · 12 years ago
  44. a396ade mount: undo recent breakage when mount flags were made unsigned by Denys Vlasenko · 12 years ago
  45. 9ee4266 mount: set up RO loop device if mount -o ro. Closes 4784 by Denys Vlasenko · 12 years ago
  46. 56443cd whitespace fixes by Denys Vlasenko · 13 years ago
  47. 39b2331 mount: resolve hosts to IPs in nfs mounts by Denys Vlasenko · 13 years ago
  48. a86e024 mount: make FEATURE_MOUNT_NFS not needed for Linux 2.6.23+ by Denys Vlasenko · 13 years ago
  49. fae473c mount: support -o noacl by Dave Love · 13 years ago
  50. b5ebe5f mount: handle list of comma-separated fs types in -t option by Karol Lewandowski · 13 years ago
  51. f85554c mount: free commented /etc/filesystems lines when we read it by Denys Vlasenko · 13 years ago
  52. 1671424 add INIT_G()'s. No code changes. by Denys Vlasenko · 13 years ago
  53. 13e709c losetup: implement -r option. Closes 4033. by Denys Vlasenko · 13 years ago
  54. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
  55. 8820629 mount: for NFS use tcp per default rather than udp by Bernhard Reutner-Fischer · 14 years ago
  56. 5bc8c00 move remaining help text from include/usage.src.h by Pere Orga · 14 years ago
  57. 19311bf mount: add --rbind option support by Roman Borisov · 14 years ago
  58. d3679d2 mount: rprivate option fix by Roman Borisov · 14 years ago
  59. c6450c9 mount: strip multiple trailing slashes, not just one by Denys Vlasenko · 14 years ago
  60. c8dc01d mount: update /etc/mtab properly on mount --move by Roman Borisov · 14 years ago
  61. 301fe50 mount: ignore unknown mount options when remounting NFS mounts by Peter Korsgaard · 14 years ago
  62. 945fd17 mount: fix wrong long option namess by Roman Borisov · 14 years ago
  63. 7765095 mount: pass NULL, not "", as "data" to mount syscall if we have no opts by Alexander Shishkin · 14 years ago
  64. 54779a4 mount: code shrink (-81 bytes) by Alexander Shishkin · 14 years ago
  65. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  66. 7783248 *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i by Denys Vlasenko · 14 years ago
  67. fa1b370 mount: fix a case when sometimes error message is not printed by Denys Vlasenko · 14 years ago
  68. dc1fd2e mount: handle EDQUOT > 255 properly. closes bug 1579 by Denys Vlasenko · 15 years ago
  69. 651a269 *: merge some common strings by Denys Vlasenko · 15 years ago
  70. 8531d76 *: code shrink and better "died from signal" reporting from wait4pid by Denys Vlasenko · 15 years ago
  71. 9906933 *: gethostname-related fixes by Denys Vlasenko · 15 years ago
  72. b741cd2 whitespace fix by Denys Vlasenko · 15 years ago
  73. 98a4c7c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 by Denys Vlasenko · 15 years ago
  74. 6b9f163 *: style fixes. no code changes (verified with objdump) by Denys Vlasenko · 15 years ago
  75. cc42814 mount: dont include NFS headers if not needed; drop support for Linux <2.2.0 by Denys Vlasenko · 15 years ago
  76. b7a0e13 mount: fix goof in last commit; clear errno since we use perror_msg later by Denys Vlasenko · 15 years ago
  77. 4e60f30 mount: if we mount //host/xxx, add ip=IPADDR to options by Denys Vlasenko · 15 years ago
  78. 8656676 mount: "already mounted" msg appears only if -v by Denys Vlasenko · 15 years ago
  79. a732966 mount: prevent second mount -a from mounting everything again by Denys Vlasenko · 15 years ago
  80. 6b5accb mount: add support for -O list. +44 bytes by Michael Abbott · 15 years ago
  81. b2e5fc3 ntpd: and real handling for -N, show usage w/o options; trim text by Denys Vlasenko · 15 years ago
  82. 102ff76 mount: clean up #defines. No code changes by Denys Vlasenko · 15 years ago
  83. 6331cf0 *: use "can't" instead of "cannot" by Denys Vlasenko · 15 years ago
  84. be168b1 wget: fix for code 302; mount: support -o union by Vladimir Dronnikov · 15 years ago
  85. 9aff299 swaponoff: add uuid/label support. By Natanael Copa by Natanael Copa · 15 years ago
  86. ba98603 mount: do not execute "mount.(null)" :) by Denys Vlasenko · 15 years ago
  87. da49f58 move libc related stuff out of platform.h by Denys Vlasenko · 15 years ago
  88. e2e4cc2 mount: support -i; pass through -f and -n to helpers as necessary by Denys Vlasenko · 15 years ago
  89. 810b716 mount: save 80 bytes by forced de-inlining by Denys Vlasenko · 16 years ago
  90. e71dd7c mount: document when kernel started accepting string as NFS options by Denys Vlasenko · 16 years ago
  91. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
  92. 5c32993 mount: users report that CIFS support is breaking things, mostly remove it. by Denis Vlasenko · 16 years ago
  93. 7aaedcf mount: support "-O option"; stop trying to mount swap partitions by Denis Vlasenko · 16 years ago
  94. 6a2d0d9 mount: make it more readable by Denis Vlasenko · 16 years ago
  95. 3f8f4b2 placate Rob's qualms about mount.c by Denis Vlasenko · 16 years ago
  96. 30e5cf8 mount: cosmetics, no code changes (verified with objdump -drsx) by Denis Vlasenko · 16 years ago
  97. f9dde91 mount: -o parm1 -o parm2 should accumulate by Denis Vlasenko · 16 years ago
  98. fb5902c - support relatime / norelatime by Bernhard Reutner-Fischer · 16 years ago
  99. 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
  100. c29684a mount: support nfs mount option nordiplus. by Denis Vlasenko · 16 years ago