summaryrefslogtreecommitdiffstats
path: root/misc-utils/lslocks.c
Commit message (Expand)AuthorAgeFilesLines
* misc: consolidate version printing and close_stdout()Karel Zak2019-04-161-6/+6
* lslocks: add --output-all optionSami Kerola2018-05-031-0/+9
* lslocks: use scols_column_set_json_type()Karel Zak2018-04-181-1/+27
* lslocks: add --bytes cleanup SIZE usageKarel Zak2018-04-181-7/+16
* lslocks: fix memory leakKarel Zak2018-04-161-1/+1
* lslocks: add info about OFDKarel Zak2018-04-131-4/+7
* lslocks: add note about OFDLCKKarel Zak2017-11-031-1/+1
* 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: cosmetics, remove argument from usage(FILE*)Ruediger Meier2017-06-261-3/+4
* misc: consolidate usage() "Available columns"Karel Zak2017-06-261-1/+1
* lslocks: remove dead codeKarel Zak2017-05-181-1/+0Star
* misc: consolidate smartcols error messagesKarel Zak2017-05-181-15/+9Star
* Use --help suggestion on invalid optionKarel Zak2016-12-191-2/+1Star
* lslocks: add --noinaccessibleKarel Zak2016-07-011-25/+39
* 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
* lib: remove openat fallback functions (include/at.h)Ruediger Meier2016-03-071-4/+2Star
* lslocks: use stuff from lib/procutilsKarel Zak2015-11-251-23/+2Star
* lslocks: slice up the recently modified usage textBenno Schulenberg2015-08-031-8/+10
* lslocks: add --jsonKarel Zak2015-06-051-2/+20
* lib/strutils: fix string_add_to_idarray() int vs. size_tKarel Zak2015-04-221-4/+6
* lslocks: fix type warningSami Kerola2015-01-071-1/+1
* maint: fix shadow declarationSami Kerola2015-01-071-2/+2
* textual: add a docstring to most of the utilitiesBenno Schulenberg2015-01-061-0/+3
* lslocks: clean up columns[] usageKarel Zak2014-07-181-7/+8
* libsmartcols: add debug messagesKarel Zak2014-06-061-0/+2
* libsmartcols: clean up flags usageKarel Zak2014-04-031-3/+3
* lslocks: use libsmartcolsOndrej Oprala2014-04-031-27/+34
* lslocks: use TT_FL_FREEDATA for tt tableKarel Zak2013-09-161-1/+1
* misc: use libmnt_table reference counterKarel Zak2013-08-211-1/+1
* lslocks: support -o +<list> conventionKarel Zak2013-02-181-5/+6
* lslocks: add BLOCKER columnKarel Zak2013-02-181-21/+41
* lslocks: detect blocked locks, fix /proc/locks parserKarel Zak2013-02-141-5/+10
* lslocks: use libmount to parse mountinfoKarel Zak2013-02-141-17/+15Star
* lslocks: fix compiler warningsKarel Zak2012-12-201-3/+3
* lslocks: don't care about xasprintf() return codeKarel Zak2012-12-121-11/+10Star
* misc: make readlink() usage more robustKarel Zak2012-10-231-1/+1
* textual: add missing comma and colon in some help textsBenno Schulenberg2012-09-041-1/+1
* lslocks: fix shadow declarationSami Kerola2012-07-261-2/+2
* misc-utils: cleanup strtoxx_or_err()Karel Zak2012-05-151-4/+4
* lslocks: fix bracket indentationDavidlohr Bueso2012-05-101-1/+1
* lslock: remove duplicate variableKarel Zak2012-05-031-2/+0Star
* Merge branch 'close_stream' of git://github.com/kerolasa/lelux-utiliteetitKarel Zak2012-04-111-0/+2
|\
| * misc-utils: verify writing to streams was successfulSami Kerola2012-04-041-0/+2
* | lslocks: minor fix in usage()Karel Zak2012-03-271-1/+1
|/
* lslocks: use xasprintf for safe allocationSami Kerola2012-03-181-9/+9
* lslocks: add TYPE columnDavidlohr Bueso2012-03-061-19/+30
* lslocks: add --notruncate, minor fixes in man pageKarel Zak2012-02-291-2/+15