aboutsummaryrefslogtreecommitdiff
path: root/sutils/fstab.c
Commit message (Expand)AuthorAgeFilesLines
* fstab: Fix memleak on errorSamuel Thibault2023-01-011-0/+1
* fstab: Fix memleak on errorSamuel Thibault2023-01-011-1/+1
* Also do not realpath "procfs" pseudo-deviceSamuel Thibault2022-10-241-1/+2
* Simplify deallocations.Justus Winter2017-08-051-1/+1
* Also do not realpath "proc" pseudo-deviceSamuel Thibault2015-09-081-1/+1
* Replace `bzero' with `memset'Justus Winter2014-12-101-2/+2
* Always canonicalize fstab entries with realpathSamuel Thibault2014-11-211-41/+62
* sutils: fix the semantic of -t, --types in fstab.cJustus Winter2013-08-281-76/+27
* sutils: allow multiple entries for the device "none"Justus Winter2013-08-281-2/+10
* sutils: fix a compiler warningJustus Winter2013-07-021-1/+1
* Fix crash on fstab-existing mountSamuel Thibault2011-05-161-1/+1
* fstab_find: also try to call realpath()Samuel Thibault2011-05-161-1/+23
* 2001-02-18 Marcus Brinkmann <marcus@gnu.org>Marcus Brinkmann2001-02-181-1/+7
* (fstab_argp_create): brainoRoland McGrath1999-11-191-3/+3
* 1999-10-01 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-11-191-7/+336
* 1999-09-17 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-09-171-0/+4
* 1999-06-11 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-06-111-1/+2
* 1999-05-23 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-05-231-13/+20
* 1998-11-29 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-11-291-1/+1
* Add braces to silence gcc warnings.Roland McGrath1998-10-201-12/+16
* (_fs_check_mounted):Miles Bader1997-08-201-1/+1
* (fstypes_get):Miles Bader1997-02-051-17/+29
* (fs_remount):Miles Bader1996-09-231-1/+1
* (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_readonly, fs_remount):Miles Bader1996-06-191-54/+31
* Initial revisionMiles Bader1996-06-191-0/+591