summaryrefslogtreecommitdiff
path: root/sys-utils/umount.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-19umount: fix umount by tag for non-rootsKarel Zak1-3/+5
2013-09-27umount: provide more helpful error messageKarel Zak1-0/+6
2013-08-21misc: use libmnt_table reference counterKarel Zak1-3/+3
2013-06-17libmount: be robust for empty target/source stringsKarel Zak1-1/+4
2013-06-07textual: fix several typos and angular brackets in messagesBenno Schulenberg1-12/+12
2013-04-23umount: use devno to identify --all-target devicesKarel Zak1-5/+4
2013-02-27umount: add note about namespaces too --all-targetsKarel Zak1-1/+2
2013-02-26umount: add --all-targetsKarel Zak1-59/+129
2013-01-25umount: make usage() translator friendlySami Kerola1-16/+13
2012-11-26umount: sanitize paths from non-root usersKarel Zak1-2/+30
2012-11-16umount: (recursive) add a cache to the tableDave Reisner1-0/+2
2012-11-15umount: (recursive) don't call umount(2) for already unmounted targetsKarel Zak1-7/+31
2012-11-15umount: clean --recursiveKarel Zak1-0/+17
2012-11-13umount: allways return MOUNT_EX_*Karel Zak1-2/+2
2012-11-13umount: add -R, --recursive optionDave Reisner1-4/+81
2012-10-09mount: add verbose messagesKarel Zak1-0/+22
2012-04-04sys-utils: verify writing to streams was successfulSami Kerola1-0/+2
2012-02-24docs: corrections to FSF license files, and postal addressSami Kerola1-3/+3
2012-01-31umount: add missing breakKarel Zak1-0/+1
2012-01-30umount: (new) fix resource leak [coverity scan]Karel Zak1-0/+1
2012-01-23mount: add info about libmount features to --version outputKarel Zak1-5/+15
2012-01-23umount: (new) use the same exit codes as mount(8)Karel Zak1-25/+124
2012-01-11build-sys: add --enable-new-mountKarel Zak1-0/+286