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...
|
19 years ago |
Rob Landley
|
fe908fda28
Kumar Gala tracked down a problem with NFS mounting. This is a different fix
|
19 years ago |
Rob Landley
|
92fff34de6
Bernhard Fischer spotted that we shouldn't free fstype if we didn't allocate
|
19 years ago |
Eric Andersen
|
9601a1c8c2
whitespace cleanup
|
19 years ago |
Eric Andersen
|
19b5b8ff6a
Fix some obvious compile problems. Make the -f' fakeIt option actually work.
|
19 years ago |
Rob Landley
|
eaa34ca5b4
More fixes. Type "auto" should mean unspecified from fstab as well as the
|
19 years ago |
Rob Landley
|
dc0955b603
The new, new mount rewrite. (Mount double prime?) Still being debugged, but
|
19 years ago |
Tim Riker
|
c1ef7bdd8d
just whitespace
|
19 years ago |
Rob Landley
|
71d6ccd801
With -a, the jump to mount_it_now can skip the initialization of f, and
|
19 years ago |
Rob Landley
|
8b0efdb1a1
Both atime and diratime should switch _off_ the corresponding no* flag.
|
19 years ago |
Rob Landley
|
7b363fd3c9
Some minor cleanups/bugfixes split off from the big remount work:
|
19 years ago |
Bernhard Reutner-Fischer
|
126da9ec2d
- typo: s/sucess/success/g
|
19 years ago |
Rob Landley
|
4a7252babd
Rename CONFIG_NFSMOUNT to CONFIG_FEATURE_MOUNT_NFS so allbaseconfig can
|
19 years ago |
Rob Landley
|
9a643149de
Amir Shalem found some bugs in the new mount code; unknown options didn't get
|
19 years ago |
Rob Landley
|
de5fd23f25
If we goto singlemount, do _not_ try to continue through the loop we jumped
|
19 years ago |
Rob Landley
|
6e98521d68
Stephane Billiart noticed that the return code of the new mount was horked.
|
19 years ago |
Rob Landley
|
6a6798b8e4
Major rewrite of mount, umount, losetup. Untangled lots of code, shrunk
|
19 years ago |
Eric Andersen
|
93d7fba892
Tito, farmatito at tiscali dot it writes:
|
20 years ago |
Eric Andersen
|
86af052d25
Kevin P. Fleming writes:
|
20 years ago |