index
:
util-linux/util-linux.git
master
stable/v2.13
stable/v2.13.0
stable/v2.13.1
stable/v2.14
stable/v2.15
stable/v2.16
stable/v2.17
stable/v2.19
stable/v2.20
stable/v2.21
stable/v2.22
stable/v2.23
stable/v2.24
stable/v2.25
stable/v2.26
stable/v2.27
stable/v2.28
stable/v2.29
stable/v2.30
stable/v2.31
stable/v2.32
stable/v2.33
stable/v2.35
stable/v2.36
stable/v2.37
stable/v2.38
stable/v2.39
stable/v2.40
stable/v2.41
The util-linux code repository.
Karel Zak
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys-utils
/
wdctl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-03
wdctl: remove -d option leftover
Munehisa Kamata
1
-1
/
+1
2025-07-14
textual: harmonize the messages for invalid count and timeout values
Benno Schulenberg
1
-2
/
+2
2025-06-26
lib/strv: use ul_ prefix for strv functions
Karel Zak
1
-2
/
+2
2025-06-06
treewide: replace postal address in license specifier with a terse URL
Benno Schulenberg
1
-3
/
+2
2025-04-02
treewide: avoid strcasecmp() for ASCII-only strings
Karel Zak
1
-2
/
+3
2025-02-18
textual: fix three misspellings of "unsupported"
Benno Schulenberg
1
-1
/
+1
2024-11-18
sys-utils: make pointer arrays const
Max Kellermann
1
-2
/
+2
2024-06-06
Merge branch 'spelling' of https://github.com/scop/util-linux
Karel Zak
1
-1
/
+1
2024-06-04
*: spelling and grammar fixes
Ville Skyttä
1
-1
/
+1
2024-06-04
wdctl: always query device node when sysfs is unavailable
Thomas WeiÃschuh
1
-0
/
+3
2023-12-28
wdctl: properyl test timeout conditions
Thomas WeiÃschuh
1
-1
/
+1
2023-10-25
Make the ways of using output stream consistent in usage()
Masatake YAMATO
1
-2
/
+2
2023-10-14
wdctl: use only sysfs if sufficient
Thomas WeiÃschuh
1
-11
/
+39
2023-06-03
misc: constify some fields
Thomas WeiÃschuh
1
-7
/
+7
2023-03-02
Merge branch 'wdctl/sysfs-firmware_version' of https://github.com/t-8ch/util-...
Karel Zak
1
-0
/
+2
2023-01-08
wdctl: mark flags field as unsigned long
Thomas WeiÃschuh
1
-2
/
+2
2022-12-19
wdctl: read options from sysfs
Thomas WeiÃschuh
1
-0
/
+1
2022-12-19
wdctl: read firmware version from sysfs
Thomas WeiÃschuh
1
-0
/
+1
2021-10-21
wdctl: add --setpregovernor
Karel Zak
1
-2
/
+27
2021-10-21
wdctl: set_watchdog() refactoring
Karel Zak
1
-60
/
+66
2021-10-21
wdctl: print the current and available governors
Karel Zak
1
-3
/
+55
2021-10-19
wdctl: sysfs open refactoring
Karel Zak
1
-12
/
+29
2021-10-19
wdctl: add --setpretimeout
Karel Zak
1
-7
/
+30
2021-08-18
wdctl: Workaround reported boot-status bits not being present in wd->ident.op...
Hans de Goede
1
-0
/
+7
2019-08-19
wdctl: remove duplicate include of <unistd.h>
Patrick Steinhardt
1
-1
/
+0
2019-06-17
wdctl; read from /sys if necessary
Karel Zak
1
-9
/
+72
2019-06-17
wdctl: default to /dev/watchdog0
Karel Zak
1
-7
/
+36
2019-06-17
wdctl: remove printing from main()
Karel Zak
1
-27
/
+35
2019-06-17
wdctl: add control struct
Karel Zak
1
-27
/
+31
2019-06-17
wdctl: rename watch dog info struct
Karel Zak
1
-27
/
+27
2019-04-16
misc: consolidate version printing and close_stdout()
Karel Zak
1
-6
/
+6
2017-07-31
wdctl: do not call fsync(2) when closing watchdog device
Sami Kerola
1
-2
/
+2
2017-06-29
misc: consolidate macro style USAGE_HELP_OPTIONS
Ruediger Meier
1
-2
/
+2
2017-06-27
misc: introduce print_usage_help_options()
Ruediger Meier
1
-2
/
+1
2017-06-26
misc: cosmetics, remove argument from usage(FILE*)
Ruediger Meier
1
-3
/
+4
2017-06-24
include/c.h: add USAGE_COMMANDS and USAGE_COLUMNS
J William Piggott
1
-2
/
+1
2017-05-18
misc: consolidate smartcols error messages
Karel Zak
1
-5
/
+7
2017-02-13
docs: Fix word repetitions
Yuri Chornoivan
1
-1
/
+1
2016-12-19
Use --help suggestion on invalid option
Karel Zak
1
-3
/
+1
2016-10-05
wdct: mark usage() as noreturn [coverity scan]
Karel Zak
1
-1
/
+1
2015-01-06
textual: add a docstring to most of the utilities
Benno Schulenberg
1
-1
/
+3
2014-07-18
wdctl: clean up columns[] usage
Karel Zak
1
-5
/
+4
2014-06-06
libsmartcols: add debug messages
Karel Zak
1
-0
/
+2
2014-04-03
libsmartcols: clean up flags usage
Karel Zak
1
-3
/
+3
2014-04-03
wdctl: clean up scols usage
Karel Zak
1
-2
/
+2
2014-04-03
wdctl: use libsmartcols
Ondrej Oprala
1
-22
/
+30
2013-10-08
wdctl: pluralize one thrice-repeated message
Benno Schulenberg
1
-3
/
+6
2013-10-08
wdctl: gettextize and pluralize one forgotten message
Benno Schulenberg
1
-1
/
+2
2013-09-16
wdctl: use TT_FL_FREEDATA for tt table
Karel Zak
1
-2
/
+3
2013-04-26
wdctl: check writing to a file descriptor was successful
Sami Kerola
1
-2
/
+4
2012-09-07
wdctl: add fallbacks for old kernel headers
Karel Zak
1
-1
/
+24
2012-09-04
wdctl: treat aligned translatable strings in a uniform manner
Benno Schulenberg
1
-1
/
+2
2012-09-04
wdctl: gettextize one forgotten word
Benno Schulenberg
1
-1
/
+1
2012-08-02
wdctl: add "--settimeout" to set the timeout
Harald Hoyer
1
-10
/
+77
2012-07-26
wdctl: fix conflicting types on old systems
Sami Kerola
1
-1
/
+1
2012-07-26
wdctl: use err_exclusive_options()
Karel Zak
1
-9
/
+9
2012-07-16
translation: unify file open error messages
Sami Kerola
1
-1
/
+1
2012-06-17
wdctl: correct manual section reference
Sami Kerola
1
-1
/
+1
2012-06-17
wdctl: use exclusive_option()
Sami Kerola
1
-3
/
+10
2012-05-22
wdctl: add --oneline
Karel Zak
1
-10
/
+60
2012-05-22
wdctl: allow to specify more than one device
Karel Zak
1
-37
/
+45
2012-05-18
wdctl: add --flags-only and optional column DEVICE
Karel Zak
1
-4
/
+17
2012-05-04
wdctl: make timeouts output more parsable
Karel Zak
1
-33
/
+7
2012-05-03
wdctl: rewrite to use lib/tt
Karel Zak
1
-91
/
+365
2012-05-03
wdctl: align with other util-linux commands
Sami Kerola
1
-3
/
+7
2012-04-16
wdctl: add watchdog status tool
Lennart Poettering
1
-0
/
+180