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 |
Rob Landley
|
a6b5b60942
Fiddling with llist to make memory management easier. Specifically, the
|
18 years ago |
Rob Landley
|
49159c7f94
Patch from Jason Schoon to make mount -a not abort on the first failure.
|
18 years ago |
Rob Landley
|
19af279d16
Kumar spotted another bug: if we autodetect nfs and they haven't specified the
|
18 years ago |
Rob Landley
|
ab8736064b
You'd think there'd be a compiler warning for "pointless if", wouldn't you?
|
18 years ago |
Rob Landley
|
20fef96dd8
Bug spotted by Kumar Gala. Hopefully this fixes it...
|
18 years ago |
Rob Landley
|
fe908fda28
Kumar Gala tracked down a problem with NFS mounting. This is a different fix
|
18 years ago |
Rob Landley
|
92fff34de6
Bernhard Fischer spotted that we shouldn't free fstype if we didn't allocate
|
18 years ago |
Eric Andersen
|
9601a1c8c2
whitespace cleanup
|
18 years ago |
Eric Andersen
|
19b5b8ff6a
Fix some obvious compile problems. Make the -f' fakeIt option actually work.
|
18 years ago |
Rob Landley
|
eaa34ca5b4
More fixes. Type "auto" should mean unspecified from fstab as well as the
|
18 years ago |
Rob Landley
|
dc0955b603
The new, new mount rewrite. (Mount double prime?) Still being debugged, but
|
18 years ago |