aboutsummaryrefslogtreecommitdiff
path: root/sutils/fstab.c
Commit message (Collapse)AuthorAgeFilesLines
* 1999-06-11 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-06-111-1/+2
| | | | * fstab.c (fstypes_get): Don't free PROGRAM twice on ENOENT failure.
* 1999-05-23 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-231-13/+20
| | | | | | * fstab.c, fstab.h: Add numerous `const' qualifiers. * fstab.c (fstab_find_mount): Don't count "none" or "-" as matching any other entry.
* 1998-11-29 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-11-291-1/+1
| | | | * fstab.c: Rename fsys_remount -> fsys_update in extern decl.
* 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