summaryrefslogtreecommitdiffstats
path: root/mount/sundries.c
Commit message (Collapse)AuthorAgeFilesLines
* mount: fsprobe: make fsprobe_get_devname functions more genericKarel Zak2007-05-171-0/+38
| | | | | | | | | | | The blkid supports NAME=value parsing, but use the library for this simple task is overkill. (The libblkid requires initialized blkid cache all time, for all calls.) This patch makes the fsprobe_get_devname_for_mounting() and fsprobe_get_devname() generic for all fsprobe implementations. Signed-off-by: Karel Zak <kzak@redhat.com>
* mount: remove all NFS codeKarel Zak2007-05-091-1/+0Star
| | | | | | | | | | Use /sbin/{u,}mount.nfs{,4} from nfs-utils! The mount command will use these to mount nfs filesystems instead of internal code. The /sbin/{u,}mount.nfs{,4} is supported from nfs-utils-1.1.0 (currently -rc1). Signed-off-by: Karel Zak <kzak@redhat.com>
* mount: use realloc for xstrconcat functionsKarel Zak2007-05-041-42/+44
| | | | | | | | | | Everywhere in code is s = xstrconcat3(s, t, u); that's nonsense use malloc(new_s); free(s); return new_s; Signed-off-by: Karel Zak <kzak@redhat.com>
* Imported from util-linux-2.12o tarball.Karel Zak2006-12-071-54/+0Star
|
* Imported from util-linux-2.12m tarball.Karel Zak2006-12-071-1/+13
|
* Imported from util-linux-2.12h tarball.Karel Zak2006-12-071-11/+14
|
* Imported from util-linux-2.11x tarball.Karel Zak2006-12-071-0/+77
|
* Imported from util-linux-2.11m tarball.Karel Zak2006-12-071-1/+1
|
* Imported from util-linux-2.11f tarball.Karel Zak2006-12-071-52/+27Star
|
* Imported from util-linux-2.11b tarball.Karel Zak2006-12-071-1/+1
|
* Imported from util-linux-2.10f tarball.Karel Zak2006-12-071-2/+3
|
* Imported from util-linux-2.9v tarball.Karel Zak2006-12-071-8/+15
|
* Imported from util-linux-2.9i tarball.Karel Zak2006-12-071-6/+6
|
* Imported from util-linux-2.7.1 tarball.Karel Zak2006-12-071-257/+153Star
|
* Imported from util-linux-2.5 tarball.Karel Zak2006-12-071-7/+55
|
* Imported from util-linux-2.2 tarball.Karel Zak2006-12-071-0/+283