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 |
Rob Landley
|
47b16a6fe9
Using lstat() instead of stat() means that attempting to loopback mount
|
18 years ago |
Rob Landley
|
d921b2ecc0
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
|
18 years ago |
Rob Landley
|
0cc2c2c289
Patch from Paul Fox to improve mount's error handling behavior, which I beat
|
18 years ago |
Rob Landley
|
dbfb5a3cb7
Andre (armcc2200@yahoo) patched a bug where successful mounts could sometimes
|
18 years ago |
Rob Landley
|
22d26fc6ae
Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot of
|
18 years ago |
Rob Landley
|
8bb50782a5
Change llist_add_* to take the address of the list rather than returning the new
|
18 years ago |
Bernhard Reutner-Fischer
|
08421e1d0c
- work around bug in gcc-3.4.x on ARM
|
18 years ago |