summaryrefslogtreecommitdiffstats
path: root/sys-utils/umount.c
Commit message (Expand)AuthorAgeFilesLines
* mount, umount, swapon, fsck, lsblk, findmnt: harmonize six error messagesBenno Schulenberg2016-03-161-2/+1Star
* mount, umount, swapon, fsck, lsblk, findmnt: ignore malformed linesKarel Zak2015-10-151-1/+1
* textual: add a docstring to most of the utilitiesBenno Schulenberg2015-01-061-0/+3
* umount: fix memory leak [coverity scan]Karel Zak2014-07-171-2/+5
* umount: Make sure exit code does not overflowNicolas Boichat2014-06-071-1/+1
* umount: add info that --all-targets works with mtab symlink onlyKarel Zak2014-05-261-1/+3
* umount: fix typo in usageJonathan Liu2014-04-071-1/+1
* umount: more robust success message for --allKarel Zak2014-04-071-2/+4
* umount: fix umount by tag for non-rootsKarel Zak2013-11-191-3/+5
* umount: provide more helpful error messageKarel Zak2013-09-271-0/+6
* misc: use libmnt_table reference counterKarel Zak2013-08-211-3/+3
* libmount: be robust for empty target/source stringsKarel Zak2013-06-171-1/+4
* textual: fix several typos and angular brackets in messagesBenno Schulenberg2013-06-071-12/+12
* umount: use devno to identify --all-target devicesKarel Zak2013-04-231-5/+4Star
* umount: add note about namespaces too --all-targetsKarel Zak2013-02-271-1/+2
* umount: add --all-targetsKarel Zak2013-02-261-59/+129
* umount: make usage() translator friendlySami Kerola2013-01-251-16/+13Star
* umount: sanitize paths from non-root usersKarel Zak2012-11-261-2/+30
* umount: (recursive) add a cache to the tableDave Reisner2012-11-161-0/+2
* umount: (recursive) don't call umount(2) for already unmounted targetsKarel Zak2012-11-151-7/+31
* umount: clean --recursiveKarel Zak2012-11-151-0/+17
* umount: allways return MOUNT_EX_*Karel Zak2012-11-131-2/+2
* umount: add -R, --recursive optionDave Reisner2012-11-131-4/+81
* mount: add verbose messagesKarel Zak2012-10-091-0/+22
* sys-utils: verify writing to streams was successfulSami Kerola2012-04-041-0/+2
* docs: corrections to FSF license files, and postal addressSami Kerola2012-02-241-3/+3
* umount: add missing breakKarel Zak2012-01-311-0/+1
* umount: (new) fix resource leak [coverity scan]Karel Zak2012-01-301-0/+1
* mount: add info about libmount features to --version outputKarel Zak2012-01-231-5/+15
* umount: (new) use the same exit codes as mount(8)Karel Zak2012-01-231-25/+124
* build-sys: add --enable-new-mountKarel Zak2012-01-111-0/+286