summaryrefslogtreecommitdiff
path: root/sys-utils/wdctl.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'wdctl/sysfs-firmware_version' of https://github.com/t-8ch/util-...Karel Zak2023-03-021-0/+2
|\
| * wdctl: read options from sysfsThomas Weißschuh2022-12-191-0/+1
| * wdctl: read firmware version from sysfsThomas Weißschuh2022-12-191-0/+1
* | wdctl: mark flags field as unsigned longThomas Weißschuh2023-01-081-2/+2
|/
* wdctl: add --setpregovernorKarel Zak2021-10-211-2/+27
* wdctl: set_watchdog() refactoringKarel Zak2021-10-211-60/+66
* wdctl: print the current and available governorsKarel Zak2021-10-211-3/+55
* wdctl: sysfs open refactoringKarel Zak2021-10-191-12/+29
* wdctl: add --setpretimeoutKarel Zak2021-10-191-7/+30
* wdctl: Workaround reported boot-status bits not being present in wd->ident.op...Hans de Goede2021-08-181-0/+7
* wdctl: remove duplicate include of <unistd.h>Patrick Steinhardt2019-08-191-1/+0
* 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/+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: 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/+1
* 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/+4
* 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/+7
* wdctl: rewrite to use lib/ttKarel Zak2012-05-031-91/+365