aboutsummaryrefslogtreecommitdiff
path: root/sutils/fstab.c
Commit message (Collapse)AuthorAgeFilesLines
* Add braces to silence gcc warnings.Roland McGrath1998-10-201-12/+16
|
* (_fs_check_mounted):Miles Bader1997-08-201-1/+1
| | | | file_get_translator_cntl can also return ENXIO for an inactive translator.
* (fstypes_get):Miles Bader1997-02-051-17/+29
| | | | | | | Improve error behavior a bit. Fill in FSTYPE in the case where we added a new type. (fs_set_mntent): Avoid null deferences.
* (fs_remount):Miles Bader1996-09-231-1/+1
| | | | Use fsys_update instead of fsys_remount.
* (fstab_add_fs): Don't SEGV if COPY is 0.Miles Bader1996-07-031-2/+6
|
* (fstypes_create): Copy SEARCH_FMTS contents into NEW.Miles Bader1996-06-201-17/+44
| | | | | | (fs_set_mntent): Don't keep old fsys fields if the mnt_dir is changed. (fstab_add_mntent): Initialize fields in FS with non-zero values. (_fs_check_mounted): The root is always mounted.
* (fs_set_readonly, fs_remount):Miles Bader1996-06-191-54/+31
| | | | | | | | If fsys_set_options returns EINVAL, return EOPNOTSUPP instead. (fs_set_readonly): Use fsys_set_readonly. (fs_remount): Use fsys_remount. (fs_readonly): Use fsys_get_readonly. (_fs_check_mounted): Use file_name_lookup_carefully.
* Initial revisionMiles Bader1996-06-191-0/+591