| Commit message (Expand) | Author | Age | Files | Lines |
| * | umount: don't ignore --quiet for non-root users | Karel Zak | 2023-02-09 | 1 | -7/+16 |
| * | include/c: add drop_permissions(), consolidate UID/GID reset | Karel Zak | 2021-06-21 | 1 | -7/+2 |
| * | umount: support over-mounts for --recursive | Karel Zak | 2021-03-22 | 1 | -1/+11 |
| * | umount: ignore --no-canonicalize,-c for non-root users | Karel Zak | 2020-11-19 | 1 | -1/+10 |
| * | him -> them | leeceeksdee | 2020-08-28 | 1 | -1/+1 |
| * | mount, umount: restore environ[] after suid drop | Karel Zak | 2020-08-25 | 1 | -1/+11 |
| * | umount: don't try it as non-suid if not found mountinfo entry | Karel Zak | 2020-02-24 | 1 | -1/+3 |
| * | mount: no exit on EPERM, continue without suid | Karel Zak | 2019-11-19 | 1 | -14/+23 |
| * | umount: be more strict about --all | Karel Zak | 2019-06-06 | 1 | -0/+4 |
| * | misc: consolidate version printing and close_stdout() | Karel Zak | 2019-04-16 | 1 | -7/+8 |
| * | include/c: add print_version() macro | Karel Zak | 2019-04-16 | 1 | -2/+2 |
| * | umount: fix --quiet | Karel Zak | 2018-12-10 | 1 | -1/+1 |
| * | umount: add --quiet option | Karel Zak | 2018-08-01 | 1 | -3/+21 |
| * | umount: fix behaviour of -A and -R with --namespace | Vaclav Dolezal | 2018-06-11 | 1 | -1/+10 |
| * | umount: allow PID as --namespace argument | Vaclav Dolezal | 2018-06-11 | 1 | -2/+22 |
| * | mount: document --namespace in man/help | Vaclav Dolezal | 2018-06-11 | 1 | -0/+1 |
| * | libmount: make errno usable after mnt_context_set_target_ns() | Karel Zak | 2018-06-11 | 1 | -6/+2 |
| * | umount: add support for namespaces | Vaclav Dolezal | 2018-06-11 | 1 | -1/+11 |
| * | nls: remove translation strings | Sami Kerola | 2018-05-28 | 1 | -1/+1 |
| * | misc: consolidate macro style USAGE_HELP_OPTIONS | Ruediger Meier | 2017-06-29 | 1 | -2/+2 |
| * | misc: introduce print_usage_help_options() | Ruediger Meier | 2017-06-27 | 1 | -2/+1 |
| * | misc: never use usage(stderr) | Ruediger Meier | 2017-06-26 | 1 | -4/+6 |
| * | misc: fix optutils.h related exit codes | Ruediger Meier | 2017-06-22 | 1 | -1/+3 |
| * | misc: fix xalloc.h related exit codes | Ruediger Meier | 2017-06-22 | 1 | -0/+2 |
| * | umount: use MNT_EX_* from libmount | Karel Zak | 2017-04-27 | 1 | -28/+27 |
| * | mount, umount: use mnt_context_get_excode() | Karel Zak | 2017-04-27 | 1 | -114/+11 |
| * | umount: fix typo | Karel Zak | 2017-04-26 | 1 | -1/+1 |
| * | misc: do not use plain 0 as NULL [smatch scan] | Sami Kerola | 2017-02-20 | 1 | -17/+17 |
| * | docs: Fix word repetitions | Yuri Chornoivan | 2017-02-13 | 1 | -1/+1 |
| * | umount: exclude selinuxfs from --all | Karel Zak | 2017-02-09 | 1 | -1/+1 |
| * | Use --help suggestion on invalid option | Karel Zak | 2016-12-19 | 1 | -2/+1 |
| * | misc: Fix various typos | Sebastian Rasmussen | 2016-05-31 | 1 | -3/+3 |
| * | mount, umount, swapon, fsck, lsblk, findmnt: harmonize six error messages | Benno Schulenberg | 2016-03-16 | 1 | -2/+1 |
| * | mount, umount, swapon, fsck, lsblk, findmnt: ignore malformed lines | Karel Zak | 2015-10-15 | 1 | -1/+1 |
| * | textual: add a docstring to most of the utilities | Benno Schulenberg | 2015-01-06 | 1 | -0/+3 |
| * | umount: fix memory leak [coverity scan] | Karel Zak | 2014-07-17 | 1 | -2/+5 |
| * | umount: Make sure exit code does not overflow | Nicolas Boichat | 2014-06-07 | 1 | -1/+1 |
| * | umount: add info that --all-targets works with mtab symlink only | Karel Zak | 2014-05-26 | 1 | -1/+3 |
| * | umount: fix typo in usage | Jonathan Liu | 2014-04-07 | 1 | -1/+1 |
| * | umount: more robust success message for --all | Karel Zak | 2014-04-07 | 1 | -2/+4 |
| * | umount: fix umount by tag for non-roots | Karel Zak | 2013-11-19 | 1 | -3/+5 |
| * | umount: provide more helpful error message | Karel Zak | 2013-09-27 | 1 | -0/+6 |
| * | misc: use libmnt_table reference counter | Karel Zak | 2013-08-21 | 1 | -3/+3 |
| * | libmount: be robust for empty target/source strings | Karel Zak | 2013-06-17 | 1 | -1/+4 |
| * | textual: fix several typos and angular brackets in messages | Benno Schulenberg | 2013-06-07 | 1 | -12/+12 |
| * | umount: use devno to identify --all-target devices | Karel Zak | 2013-04-23 | 1 | -5/+4 |
| * | umount: add note about namespaces too --all-targets | Karel Zak | 2013-02-27 | 1 | -1/+2 |
| * | umount: add --all-targets | Karel Zak | 2013-02-26 | 1 | -59/+129 |
| * | umount: make usage() translator friendly | Sami Kerola | 2013-01-25 | 1 | -16/+13 |
| * | umount: sanitize paths from non-root users | Karel Zak | 2012-11-26 | 1 | -2/+30 |