Age | Commit message (Collapse) | Author |
|
The "quiet" option is quietly (hah) ignored. It should be passed through
to the mount() syscall in the comma separated list of options.
I found the problem with the vfat/msdos filesystems, which uses
a quiet option to override some complaints and errors.
|
|
|
|
|
|
|
|
fix xstrdup to not grossly overallocate memory
use xopen instean of xopen3 in several places
etc.
|
|
|
|
|
|
|
|
|
|
|
|
introduce index_in_substr_array and use it in
iproute2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
where appropriate, saves >100 bytes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Renaming...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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>)
|
|
|
|
|
|
|
|
|
|
|