summaryrefslogtreecommitdiff
path: root/mount/fstab.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-04mount: get most recently mounted fs from /etc/mtab.Valerie Aurora1-0/+18
2010-02-11mount: warn users that mtab is read-onlyKarel Zak1-1/+1
2009-08-21replace usleep() for systems that don't have themDaniel Mierswa1-0/+1
2009-05-29mount: use TAG parsing function from libblkidKarel Zak1-0/+1
2009-03-03lib: fix fsprobe wrapper (const char * is nonsense)Karel Zak1-2/+2
2009-03-03mount: fix gcc warning (variable used uninitialized)Karel Zak1-1/+1
2009-02-17mount: generic blkid/volume_id wrapper, use blkid_evaluate_*Karel Zak1-1/+2
2009-02-11mount: move realpath.c code to lib/Karel Zak1-5/+0
2009-01-07umount: cleanup gefs_by_specdir()Karel Zak1-26/+19
2009-01-07mount: finalize support of quoted LABELs/UUIDsKarel Zak1-4/+14
2008-12-19mount: clean up SPEC canonicalizationKarel Zak1-6/+7
2008-10-01mount: mtab created multiple times with -a optionKarel Zak1-2/+5
2008-05-19mount: remount doesn't care about loop=Karel Zak1-1/+85
2008-03-12mount: remove useless if-before-my_free, define my_free as a macroKarel Zak1-9/+3
2008-03-06mount: don't canonicalize LABEL= or UUID= specKarel Zak1-1/+7
2008-02-18mount: use canonicalize in getfs_by_devnameKarel Zak1-0/+13
2008-02-14mount: "can't create lock file" message sometimes means failure, sometimes notMark McLoughlin1-0/+5
2007-11-28mount: cleanup usage of _PATH_*Karel Zak1-35/+33
2007-10-25mount: clean up global variablesKarel Zak1-4/+0
2007-10-25mount: cleanup error() and die()Karel Zak1-1/+0
2007-10-25mount: use atexit() rather than (*at_die)()Karel Zak1-2/+0
2007-10-25mount: cleanup canonicalize() usageKarel Zak1-3/+6
2007-10-11mount: improve chmod & chown usage and clean up gcc warnings (fstab.c)Karel Zak1-11/+27
2007-07-31mount: should set proper permissions on locktimeFlávio Leitner1-1/+1
2007-06-15mount: rewrite getfs_by_specdir() without mem leaksKarel Zak1-26/+32
2007-05-28mount: getfs_* (fstab) interface has to work with canonicalize()Karel Zak1-2/+21
2007-05-25mount: parse SPEC before search in fstabKarel Zak1-0/+18
2007-05-25mount: clean up getfs* (fstab.c) interfaceKarel Zak1-17/+24
2007-05-17mount: fix has_* functions (CVE-2007-0822)Karel Zak1-2/+8
2007-05-17mount: fsprobe: rename the rest of API routines to fsprobe_*Karel Zak1-4/+4
2007-05-17mount: fsprobe: rename files to fsprobe_*Karel Zak1-1/+1
2007-04-26mount: fix list logic in update_mtabKarel Zak1-1/+6
2007-04-26mount: fix memory usage in update_mtabMike Frysinger1-8/+23
2007-04-25mount: update mtab correctly when mount --moveKarel Zak1-1/+5
2007-03-30mount: fix mtab_lockKarel Zak1-44/+82
2007-03-28tests: add lock_mtab() performance and reliability testKarel Zak1-0/+117
2007-01-04build-sys: remove DEFAULT_INCLUDES workaroundKarel Zak1-2/+2
2006-12-07Imported from util-linux-2.13-pre5 tarball.Karel Zak1-12/+9
2006-12-07Imported from util-linux-2.12o tarball.Karel Zak1-10/+13
2006-12-07Imported from util-linux-2.12j tarball.Karel Zak1-1/+1
2006-12-07Imported from util-linux-2.12i tarball.Karel Zak1-1/+3
2006-12-07Imported from util-linux-2.12h tarball.Karel Zak1-17/+40
2006-12-07Imported from util-linux-2.12b tarball.Karel Zak1-10/+16
2006-12-07Imported from util-linux-2.12a tarball.Karel Zak1-20/+52
2006-12-07Imported from util-linux-2.12pre tarball.Karel Zak1-52/+20
2006-12-07Imported from util-linux-2.12 tarball.Karel Zak1-95/+129
2006-12-07Imported from util-linux-2.11y tarball.Karel Zak1-0/+39
2006-12-07Imported from util-linux-2.11t tarball.Karel Zak1-1/+1
2006-12-07Imported from util-linux-2.11b tarball.Karel Zak1-1/+11
2006-12-07Imported from util-linux-2.10s tarball.Karel Zak1-177/+173