Denis Vlasenko
|
546cd1881a
mount: accept and ignore -s (sloppy) option.
|
18 years ago |
Denis Vlasenko
|
b1726785f9
mount: fix bug 946 (mount -f should update mtab)
|
18 years ago |
Denis Vlasenko
|
da3cec9c85
mount: fix breakage from recent changes (spurious -ro mounts)
|
18 years ago |
Denis Vlasenko
|
116080a13a
mount: make Rob happy by reinstating #defines
|
18 years ago |
Denis Vlasenko
|
85f9e32f7f
mount: fstabname needs to be const char*
|
18 years ago |
Denis Vlasenko
|
23514fe251
mount: fix warning (printf field width of * wants int, not size_t)
|
18 years ago |
Denis Vlasenko
|
9213a9e0f2
whitespace cleanup
|
18 years ago |
Denis Vlasenko
|
a6127aacef
mount: style fixlet
|
18 years ago |
Denis Vlasenko
|
029c469934
mount: revert mount --bind to using "bind" as fstype.
|
18 years ago |
Denis Vlasenko
|
a52145a927
mount: mount_it_now() - char *dir is not really needed.
|
18 years ago |
Denis Vlasenko
|
c889d2b786
mount: fix "duplicate mount options in mtab" bug
|
18 years ago |
Denis Vlasenko
|
c0975199be
mount: nfs_strerror's static buffer was bigger than needed.
|
18 years ago |
Denis Vlasenko
|
9c99b62b9e
mount: getopt_ulflag'ification
|
18 years ago |
Denis Vlasenko
|
13b4924ce0
mount: style fixes
|
18 years ago |
Denis Vlasenko
|
3bc59aa2a4
mount: fix bugs: free(mp->mnt_fsname) of non-malloced ptr;
|
18 years ago |
Denis Vlasenko
|
fc56dd2e21
mount: use bb_simplify_path as appropriate
|
18 years ago |
Denis Vlasenko
|
8d474b5009
mount: style fixes
|
18 years ago |
Denis Vlasenko
|
30a64cdc95
mount: reorder things, fix NFS-less mount.
|
18 years ago |
Denis Vlasenko
|
be507170eb
mount: -o remount should not add lines to /etc/mtab
|
18 years ago |
Denis Vlasenko
|
25098f7fd5
mount: move code from nfsmount.c into mount.c
|
18 years ago |
Denis Vlasenko
|
727ef94447
mount: fix mtab support (but it is still rather buggy)
|
18 years ago |
Denis Vlasenko
|
00d7d6cef6
nfsmount: sanitize it. It had a rather peculiar idea of implementing "bg"
|
18 years ago |
Denis Vlasenko
|
39e93cc951
nfsmount: nfsmount.h merged into nfsmount.c
|
18 years ago |
Denis Vlasenko
|
6d655be5df
removed a lot of trailing \n in bb_msg() calls. It is added
|
18 years ago |
Rob Landley
|
4cb035dd23
Vladimir Dronnikov (ybrnj80 at yandex dot ru) pointed out that my cleanup of
|
18 years ago |
Rob Landley
|
4d609cb5a3
Thinko.
|
18 years ago |
Rob Landley
|
89d9d4d5f7
Vladimir Dronnikov also submitted a CIFS support patch to mount, which I
|
18 years ago |
Rob Landley
|
3ba7bd143e
Vladimir Dronnikov convinced me to twiddle the semantics of the new shared
|
18 years ago |
Rob Landley
|
721b46e0e6
Fix a typo (|| instead of |) and remove two comments about a problem fixed
|
18 years ago |
Rob Landley
|
e3781b7312
Add shared subtree support, suggested by Vladimir Dronnikov. Also break out a
|
18 years ago |