summaryrefslogtreecommitdiffstats
path: root/sys-utils/mountpoint.c
Commit message (Expand)AuthorAgeFilesLines
* mountpoint: add --nofollow optionSami Kerola2019-08-021-3/+16
* misc: consolidate version printing and close_stdout()Karel Zak2019-04-161-4/+3Star
* mountpoint: simplify test condition [cppcheck]Sami Kerola2018-05-281-2/+1Star
* misc: consolidate macro style USAGE_HELP_OPTIONSRuediger Meier2017-06-291-2/+2
* misc: introduce print_usage_help_options()Ruediger Meier2017-06-271-2/+1Star
* misc: never use usage(stderr)Ruediger Meier2017-06-261-5/+8
* misc: do not use plain 0 as NULL [smatch scan]Sami Kerola2017-02-201-7/+7
* Use --help suggestion on invalid optionKarel Zak2016-12-191-2/+1Star
* misc: Fix various typosSebastian Rasmussen2016-05-311-1/+1
* Revert "include sysmacros.h where used"Karel Zak2016-03-081-1/+0Star
* include sysmacros.h where usedMike Frysinger2016-03-081-0/+1
* misc: safer (and uniform) handling of return valueYuriy M. Kaminskiy2016-03-071-1/+1
* textual: add a docstring to most of the utilitiesBenno Schulenberg2015-01-061-0/+3
* mountpoint: simplify if statementSami Kerola2014-09-191-14/+11Star
* mountpoint: add struct mountpoint_controlSami Kerola2014-09-191-45/+41Star
* mountpoint: drop S_ISDIR checkDave Reisner2014-08-211-6/+0Star
* misc: use libmnt_table reference counterKarel Zak2013-08-211-1/+1
* misc: use libmnt_cache reference countingKarel Zak2013-08-211-1/+1
* mountpoint: don't hardcode pathsKarel Zak2013-02-141-1/+2
* sys-utils: verify writing to streams was successfulSami Kerola2012-04-041-0/+2
* mountpoint: add --version & align with howto-usage-function.txtSami Kerola2012-03-301-7/+12
* mountpoint: account for error from in mnt_fs_get_targetDave Reisner2012-03-021-2/+5
* mountpoint: fix a minor bug with 0:0 devnoZhi Li2012-02-291-12/+13
* docs: corrections to FSF license files, and postal addressSami Kerola2012-02-241-3/+3
* mountpoint: support symbolic and relative pathsKarel Zak2011-10-111-2/+12
* Revert "mountpoint: refactor exit path"Karel Zak2011-10-111-16/+10Star
* mountpoint: refactor exit pathDave Reisner2011-10-111-10/+16
* mountpoint: fallback on stat when /proc isn't mountedKarel Zak2011-10-111-1/+23
* mountpoint: return dev_t from dir_to_deviceDave Reisner2011-10-111-7/+6Star
* mountpoint: cleanup usage()Karel Zak2011-08-161-12/+10Star
* build-sys: fix 'make checkincludes' warningsKarel Zak2011-07-281-2/+0Star
* mountpoint: add new commandKarel Zak2011-06-211-0/+174