Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mount: fsprobe: make fsprobe_get_devname functions more generic | Karel Zak | 2007-05-17 | 1 | -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 code | Karel Zak | 2007-05-09 | 1 | -1/+0 |
| | | | | | | | | | | 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 functions | Karel Zak | 2007-05-04 | 1 | -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 Zak | 2006-12-07 | 1 | -54/+0 |
| | |||||
* | Imported from util-linux-2.12m tarball. | Karel Zak | 2006-12-07 | 1 | -1/+13 |
| | |||||
* | Imported from util-linux-2.12h tarball. | Karel Zak | 2006-12-07 | 1 | -11/+14 |
| | |||||
* | Imported from util-linux-2.11x tarball. | Karel Zak | 2006-12-07 | 1 | -0/+77 |
| | |||||
* | Imported from util-linux-2.11m tarball. | Karel Zak | 2006-12-07 | 1 | -1/+1 |
| | |||||
* | Imported from util-linux-2.11f tarball. | Karel Zak | 2006-12-07 | 1 | -52/+27 |
| | |||||
* | Imported from util-linux-2.11b tarball. | Karel Zak | 2006-12-07 | 1 | -1/+1 |
| | |||||
* | Imported from util-linux-2.10f tarball. | Karel Zak | 2006-12-07 | 1 | -2/+3 |
| | |||||
* | Imported from util-linux-2.9v tarball. | Karel Zak | 2006-12-07 | 1 | -8/+15 |
| | |||||
* | Imported from util-linux-2.9i tarball. | Karel Zak | 2006-12-07 | 1 | -6/+6 |
| | |||||
* | Imported from util-linux-2.7.1 tarball. | Karel Zak | 2006-12-07 | 1 | -257/+153 |
| | |||||
* | Imported from util-linux-2.5 tarball. | Karel Zak | 2006-12-07 | 1 | -7/+55 |
| | |||||
* | Imported from util-linux-2.2 tarball. | Karel Zak | 2006-12-07 | 1 | -0/+283 |