summaryrefslogtreecommitdiffstats
path: root/sys-utils/umount.c
Commit message (Collapse)AuthorAgeFilesLines
...
* umount: add missing breakKarel Zak2012-01-311-0/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* umount: (new) fix resource leak [coverity scan]Karel Zak2012-01-301-0/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* mount: add info about libmount features to --version outputKarel Zak2012-01-231-5/+15
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* umount: (new) use the same exit codes as mount(8)Karel Zak2012-01-231-25/+124
| | | | | | | | | | Note that old umount(8) uses 0 and 1 exit codes, and some exceptions like 4 or 32. The new umount(8) cleanups this mess and uses the same exit codes as mount(8) (see mount(8) man page). Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: add --enable-new-mountKarel Zak2012-01-111-0/+286
Now we have three versions of the mount(8) utility * old mount(8) --enable-mount [default] * old mount(8) linked with libmount This is this is necessary for systems without mtab file. --enable-libmount-mount - new mount(8) This is completely new pure-libmount based mount(8). --enable-new-mount Signed-off-by: Karel Zak <kzak@redhat.com>