| Commit message (Expand) | Author | Age | Files | Lines |
* | findmnt: add -y,--shell | Karel Zak | 2022-02-14 | 1 | -1/+7 |
* | findmnt: allow SOURCES field even without '--fstab' | Goffredo Baroncelli | 2022-01-28 | 1 | -29/+75 |
* | findmnt: fix compiler warning [-Werror=sign-compare] | Karel Zak | 2022-01-28 | 1 | -1/+1 |
* | findmnt: properly exclude poll columns from --output-all | Thomas Weißschuh | 2022-01-27 | 1 | -3/+4 |
* | libmount: remove support for deleted mount table entries | Karel Zak | 2022-01-04 | 1 | -18/+1 |
* | findmnt: add SOURCES column to print all devices with the same tag | Karel Zak | 2021-12-09 | 1 | -2/+49 |
* | findmnt: add support to print deleted targets | Karel Zak | 2021-11-24 | 1 | -3/+19 |
* | findmnt: filter entries before add to the tree | Karel Zak | 2021-11-18 | 1 | -1/+1 |
* | findmnt: make sure all entries are in tree output | Karel Zak | 2021-11-18 | 1 | -2/+15 |
* | fix typo in findmnt help | Paul Laffitte | 2021-04-08 | 1 | -1/+1 |
* | findmnt: add --shadowed | Karel Zak | 2021-03-22 | 1 | -1/+15 |
* | findmnt: sort columns | Karel Zak | 2021-03-22 | 1 | -35/+35 |
* | findmnt: add PARENT column | Karel Zak | 2021-03-19 | 1 | -0/+7 |
* | findmnt: add option to list all fs-independent flags | Roberto Bergantinos Corpas | 2021-01-15 | 1 | -2/+10 |
* | [clang-tidy] fix wrong *cmp usage | Rosen Penev | 2020-04-20 | 1 | -1/+1 |
* | findmnt: make xalloc use mroe robust | Karel Zak | 2020-02-27 | 1 | -9/+18 |
* | findmnt: fix filters use on --list | Karel Zak | 2019-05-29 | 1 | -1/+1 |
* | findmnt: keep it easy for static analyzers | Karel Zak | 2019-05-16 | 1 | -1/+2 |
* | misc: consolidate version printing and close_stdout() | Karel Zak | 2019-04-16 | 1 | -7/+6 |
* | misc-tools/findmnt: a few whitespace fixes | sluidfoe | 2018-05-10 | 1 | -3/+3 |
* | misc-tools/findmnt: add --pseudo, --real filters | sluidfoe | 2018-05-10 | 1 | -1/+20 |
* | findmnt: add --output-all option | Sami Kerola | 2018-05-03 | 1 | -1/+11 |
* | findmnt: use scols_column_set_json_type() | Karel Zak | 2018-04-18 | 1 | -2/+24 |
* | misc: consolidate macro style USAGE_HELP_OPTIONS | Ruediger Meier | 2017-06-29 | 1 | -2/+2 |
* | misc: consolidate all --help option descriptions | Ruediger Meier | 2017-06-27 | 1 | -1/+0 |
* | misc: introduce print_usage_help_options() | Ruediger Meier | 2017-06-27 | 1 | -2/+1 |
* | misc: cosmetics, remove argument from usage(FILE*) | Ruediger Meier | 2017-06-26 | 1 | -3/+4 |
* | include/c.h: add USAGE_COMMANDS and USAGE_COLUMNS | J William Piggott | 2017-06-24 | 1 | -2/+1 |
* | misc: fix reassigned values before old ones has been used [cppcheck] | Sami Kerola | 2017-06-14 | 1 | -4/+4 |
* | misc: consolidate smartcols error messages | Karel Zak | 2017-05-18 | 1 | -13/+15 |
* | misc: add static keyword to where needed [smatch scan] | Sami Kerola | 2017-02-20 | 1 | -1/+1 |
* | misc: do not use plain 0 as NULL [smatch scan] | Sami Kerola | 2017-02-20 | 1 | -38/+38 |
* | docs: Fix word repetitions | Yuri Chornoivan | 2017-02-13 | 1 | -1/+1 |
* | findmnt: use line separator for --poll output | Karel Zak | 2017-02-10 | 1 | -0/+2 |
* | findmnt: flush stdout after each (un)(re)mount event, when polling. | Pedro Miguel Carvalho | 2017-01-29 | 1 | -0/+1 |
* | Use --help suggestion on invalid option | Karel Zak | 2016-12-19 | 1 | -2/+1 |
* | findmnt: add --tree to allow to enable tree output for --mtab | Karel Zak | 2016-12-08 | 1 | -2/+13 |
* | findmnt: add note about mount options | Karel Zak | 2016-12-08 | 1 | -1/+2 |
* | findmnt: add --verify and --verbose | Karel Zak | 2016-09-23 | 1 | -41/+40 |
* | 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 | -1/+1 |
* | Revert "include sysmacros.h where used" | Karel Zak | 2016-03-08 | 1 | -1/+0 |
* | include sysmacros.h where used | Mike Frysinger | 2016-03-08 | 1 | -0/+1 |
* | findmnt: use scols_table_print_range() for --poll | Karel Zak | 2016-02-24 | 1 | -1/+2 |
* | mount, umount, swapon, fsck, lsblk, findmnt: ignore malformed lines | Karel Zak | 2015-10-15 | 1 | -1/+1 |
* | findmnt: add --json | Karel Zak | 2015-06-05 | 1 | -4/+15 |
* | lib/strutils: fix string_add_to_idarray() int vs. size_t | Karel Zak | 2015-04-22 | 1 | -5/+7 |
* | findmnt: add --mountpoint command line option | Karel Zak | 2015-03-19 | 1 | -4/+17 |
* | findmnt: don't rely on st_dev for --target | Karel Zak | 2015-03-10 | 1 | -8/+10 |
* | findmnt: don't parse mountinfo twice | Karel Zak | 2015-02-12 | 1 | -0/+23 |