summaryrefslogtreecommitdiffstats
path: root/sys-utils/wdctl.c
Commit message (Expand)AuthorAgeFilesLines
* wdctl: remove duplicate include of <unistd.h>Patrick Steinhardt2019-08-191-1/+0Star
* wdctl; read from /sys if necessaryKarel Zak2019-06-171-9/+72
* wdctl: default to /dev/watchdog0Karel Zak2019-06-171-7/+36
* wdctl: remove printing from main()Karel Zak2019-06-171-27/+35
* wdctl: add control structKarel Zak2019-06-171-27/+31
* wdctl: rename watch dog info structKarel Zak2019-06-171-27/+27
* misc: consolidate version printing and close_stdout()Karel Zak2019-04-161-6/+6
* wdctl: do not call fsync(2) when closing watchdog deviceSami Kerola2017-07-311-2/+2
* 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
* include/c.h: add USAGE_COMMANDS and USAGE_COLUMNSJ William Piggott2017-06-241-2/+1Star
* misc: consolidate smartcols error messagesKarel Zak2017-05-181-5/+7
* docs: Fix word repetitionsYuri Chornoivan2017-02-131-1/+1
* Use --help suggestion on invalid optionKarel Zak2016-12-191-3/+1Star
* wdct: mark usage() as noreturn [coverity scan]Karel Zak2016-10-051-1/+1
* textual: add a docstring to most of the utilitiesBenno Schulenberg2015-01-061-1/+3
* wdctl: clean up columns[] usageKarel Zak2014-07-181-5/+4Star
* libsmartcols: add debug messagesKarel Zak2014-06-061-0/+2
* libsmartcols: clean up flags usageKarel Zak2014-04-031-3/+3
* wdctl: clean up scols usageKarel Zak2014-04-031-2/+2
* wdctl: use libsmartcolsOndrej Oprala2014-04-031-22/+30
* wdctl: pluralize one thrice-repeated messageBenno Schulenberg2013-10-081-3/+6
* wdctl: gettextize and pluralize one forgotten messageBenno Schulenberg2013-10-081-1/+2
* wdctl: use TT_FL_FREEDATA for tt tableKarel Zak2013-09-161-2/+3
* wdctl: check writing to a file descriptor was successfulSami Kerola2013-04-261-2/+4
* wdctl: add fallbacks for old kernel headersKarel Zak2012-09-071-1/+24
* wdctl: treat aligned translatable strings in a uniform mannerBenno Schulenberg2012-09-041-1/+2
* wdctl: gettextize one forgotten wordBenno Schulenberg2012-09-041-1/+1
* wdctl: add "--settimeout" to set the timeoutHarald Hoyer2012-08-021-10/+77
* wdctl: fix conflicting types on old systemsSami Kerola2012-07-261-1/+1
* wdctl: use err_exclusive_options()Karel Zak2012-07-261-9/+9
* translation: unify file open error messagesSami Kerola2012-07-161-1/+1
* wdctl: correct manual section referenceSami Kerola2012-06-171-1/+1
* wdctl: use exclusive_option()Sami Kerola2012-06-171-3/+10
* wdctl: add --onelineKarel Zak2012-05-221-10/+60
* wdctl: allow to specify more than one deviceKarel Zak2012-05-221-37/+45
* wdctl: add --flags-only and optional column DEVICEKarel Zak2012-05-181-4/+17
* wdctl: make timeouts output more parsableKarel Zak2012-05-041-33/+7Star
* wdctl: rewrite to use lib/ttKarel Zak2012-05-031-91/+365
* wdctl: align with other util-linux commandsSami Kerola2012-05-031-3/+7
* wdctl: add watchdog status toolLennart Poettering2012-04-161-0/+180