Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
It is impossible to formulate sane ABI based on
size of ulong because it can be 32-bit or 64-bit.
Basically it means that you cannot portably use
more that 32 option chars in one call anyway...
Make it explicit.
|
|
|
|
|
|
needed for compatibility with Linux automounter.
|
|
(small size saving)
|
|
|
|
|
|
|
|
|
|
(patch by Vladimir Dronnikov <dronnikov@gmail.ru>)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Erik or I are primary copyright holders on.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
check for "more than 2 arguments" was actually checking for -2.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Clarify the license boilerplate.
On an unrelated note, this could use busyboxification. check_mount() looks
reusable and ask() is generic...
|
|
boilerplate.
No object code changes.
|
|
|
|
option - it was going to return a special flag back to caller and
expecting caller to call it again with special parameter! Also
caller was charged with calling mount() syscall...
mount: mtab support was non-functional. Enabling it revealed serious bug
which is not fixed yet.
|