Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (set_default) use "users" options for removable devices (so that users | Olivier Blin | 2004-09-07 | 1 | -6/+5 |
| | | | | | can unmount them if the devices were mounted by root) | ||||
* | set_default: use sync for removable devices | Olivier Blin | 2004-09-02 | 1 | -0/+1 |
| | |||||
* | return a true value for perl | Pascal Rigaux | 2004-08-04 | 1 | -0/+2 |
| | |||||
* | move mount options related stuff from fs.pm to newly created fs/mount_options.pm | Pascal Rigaux | 2004-08-03 | 1 | -0/+248 |
- fs::set_all_default_options() -> fs::mount_options::set_all_default() - fs::mount_options_pack() -> fs::mount_options::pack() - fs::mount_options_unpack() -> fs::mount_options::unpack() - fs::rationalize_options() -> fs::mount_options::rationalize() - fs::set_default_options() -> fs::mount_options::set_default() - fs::mount_options() -> fs::mount_options::list() - fs::mount_options_help() -> fs::mount_options::help() |