summaryrefslogtreecommitdiff
path: root/misc-utils/findmnt.c
Commit message (Expand)AuthorAgeFilesLines
* findmnt: add -y,--shellKarel Zak2022-02-141-1/+7
* findmnt: allow SOURCES field even without '--fstab'Goffredo Baroncelli2022-01-281-29/+75
* findmnt: fix compiler warning [-Werror=sign-compare]Karel Zak2022-01-281-1/+1
* findmnt: properly exclude poll columns from --output-allThomas Weißschuh2022-01-271-3/+4
* libmount: remove support for deleted mount table entriesKarel Zak2022-01-041-18/+1
* findmnt: add SOURCES column to print all devices with the same tagKarel Zak2021-12-091-2/+49
* findmnt: add support to print deleted targetsKarel Zak2021-11-241-3/+19
* findmnt: filter entries before add to the treeKarel Zak2021-11-181-1/+1
* findmnt: make sure all entries are in tree outputKarel Zak2021-11-181-2/+15
* fix typo in findmnt helpPaul Laffitte2021-04-081-1/+1
* findmnt: add --shadowedKarel Zak2021-03-221-1/+15
* findmnt: sort columnsKarel Zak2021-03-221-35/+35
* findmnt: add PARENT columnKarel Zak2021-03-191-0/+7
* findmnt: add option to list all fs-independent flagsRoberto Bergantinos Corpas2021-01-151-2/+10
* [clang-tidy] fix wrong *cmp usageRosen Penev2020-04-201-1/+1
* findmnt: make xalloc use mroe robustKarel Zak2020-02-271-9/+18
* findmnt: fix filters use on --listKarel Zak2019-05-291-1/+1
* findmnt: keep it easy for static analyzersKarel Zak2019-05-161-1/+2
* misc: consolidate version printing and close_stdout()Karel Zak2019-04-161-7/+6
* misc-tools/findmnt: a few whitespace fixessluidfoe2018-05-101-3/+3
* misc-tools/findmnt: add --pseudo, --real filterssluidfoe2018-05-101-1/+20
* findmnt: add --output-all optionSami Kerola2018-05-031-1/+11
* findmnt: use scols_column_set_json_type()Karel Zak2018-04-181-2/+24
* misc: consolidate macro style USAGE_HELP_OPTIONSRuediger Meier2017-06-291-2/+2
* misc: consolidate all --help option descriptionsRuediger Meier2017-06-271-1/+0
* misc: introduce print_usage_help_options()Ruediger Meier2017-06-271-2/+1
* misc: cosmetics, remove argument from usage(FILE*)Ruediger Meier2017-06-261-3/+4
* include/c.h: add USAGE_COMMANDS and USAGE_COLUMNSJ William Piggott2017-06-241-2/+1
* misc: fix reassigned values before old ones has been used [cppcheck]Sami Kerola2017-06-141-4/+4
* misc: consolidate smartcols error messagesKarel Zak2017-05-181-13/+15
* misc: add static keyword to where needed [smatch scan]Sami Kerola2017-02-201-1/+1
* misc: do not use plain 0 as NULL [smatch scan]Sami Kerola2017-02-201-38/+38
* docs: Fix word repetitionsYuri Chornoivan2017-02-131-1/+1
* findmnt: use line separator for --poll outputKarel Zak2017-02-101-0/+2
* findmnt: flush stdout after each (un)(re)mount event, when polling.Pedro Miguel Carvalho2017-01-291-0/+1
* Use --help suggestion on invalid optionKarel Zak2016-12-191-2/+1
* findmnt: add --tree to allow to enable tree output for --mtabKarel Zak2016-12-081-2/+13
* findmnt: add note about mount optionsKarel Zak2016-12-081-1/+2
* findmnt: add --verify and --verboseKarel Zak2016-09-231-41/+40
* misc: Fix various typosSebastian Rasmussen2016-05-311-3/+3
* mount, umount, swapon, fsck, lsblk, findmnt: harmonize six error messagesBenno Schulenberg2016-03-161-1/+1
* Revert "include sysmacros.h where used"Karel Zak2016-03-081-1/+0
* include sysmacros.h where usedMike Frysinger2016-03-081-0/+1
* findmnt: use scols_table_print_range() for --pollKarel Zak2016-02-241-1/+2
* mount, umount, swapon, fsck, lsblk, findmnt: ignore malformed linesKarel Zak2015-10-151-1/+1
* findmnt: add --jsonKarel Zak2015-06-051-4/+15
* lib/strutils: fix string_add_to_idarray() int vs. size_tKarel Zak2015-04-221-5/+7
* findmnt: add --mountpoint command line optionKarel Zak2015-03-191-4/+17
* findmnt: don't rely on st_dev for --targetKarel Zak2015-03-101-8/+10
* findmnt: don't parse mountinfo twiceKarel Zak2015-02-121-0/+23