index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
shared
/
watchdog.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
watchdog: fix fd validity check
Lennart Poettering
2021-10-18
1
-1
/
+1
*
watchdog: drop unnecessary variable
Lennart Poettering
2021-10-18
1
-3
/
+1
*
watchdog: always prefer /dev/watchdog0 over /dev/watchdog
Lennart Poettering
2021-10-18
1
-1
/
+8
*
watchdog: fix error code handling
Lennart Poettering
2021-10-18
1
-1
/
+1
*
watchdog: handle timeout programming errors more safely
Franck Bui
2021-10-13
1
-5
/
+17
*
watchdog: passing 0 to watchdog_setup now closes the watchdog
Franck Bui
2021-10-13
1
-9
/
+20
*
watchdog: pass USEC_INFINITY to watchdog_setup() to reuse the programmed time...
Franck Bui
2021-10-13
1
-17
/
+15
*
watchdog: configuring a timeout value might not be supported by the HW
Franck Bui
2021-10-13
1
-8
/
+29
*
watchdog: minor optimization in watchdog_setup()
Franck Bui
2021-10-13
1
-0
/
+4
*
watchdog: cleanup: create an helper for each ioctl
Franck Bui
2021-10-13
1
-46
/
+68
*
watchdog: add ", ignoring" to log messages about errors we ignore
Lennart Poettering
2021-09-15
1
-8
/
+8
*
watchdog: pass right error code to log function so that %m works
Lennart Poettering
2021-09-15
1
-2
/
+2
*
watchdog: use MIN() in update_timeout()
Franck Bui
2021-09-15
1
-1
/
+1
*
watchdog: constify watchdog_set_device() parameter
Franck Bui
2021-09-15
1
-1
/
+1
*
watchdog: rename watchdog_set_timeout() into watchdog_setup()
Franck Bui
2021-09-15
1
-2
/
+2
*
watchdog: minor simplification of watchdog_runtime_wait()
Franck Bui
2021-09-15
1
-6
/
+5
*
watchdog: no need to ping the device twice in watchdog_ping() if the device h...
Franck Bui
2021-09-15
1
-7
/
+4
*
watchdog: update watchdog_timeout with the closest timeout found by the driver
Franck Bui
2021-09-15
1
-1
/
+6
*
core: watchdog_set_timeout() doesn't need to return the timeout value used by...
Franck Bui
2021-09-15
1
-10
/
+9
*
watchdog: make watchdog_ping() a NOP when the watchdog is disabled or closed
Franck Bui
2021-09-15
1
-0
/
+7
*
tree-wide: add FORMAT_TIMESPAN()
Zbigniew Jędrzejewski-Szmek
2021-07-09
1
-3
/
+1
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
pid1: various minor watchdog modernizations
Lennart Poettering
2020-10-30
1
-34
/
+28
*
tree-wide: fix spelling errors
Frantisek Sumsal
2020-04-21
1
-1
/
+1
*
watchdog: reduce watchdog pings in timeout interval
Alin Popa
2020-04-16
1
-0
/
+34
*
shared/watchdog: close watchdog device when done with it
Zbigniew Jędrzejewski-Szmek
2019-08-20
1
-1
/
+10
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
1
-3
/
+0
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
coccinelle: make use of DIV_ROUND_UP() wherever appropriate
Lennart Poettering
2018-03-20
1
-1
/
+1
*
watchdog: allow a device path to be specified
Edward A. James
2017-12-08
1
-1
/
+8
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
shared: include what we use
Thomas Hindoe Paaboel Andersen
2015-12-06
1
-0
/
+2
*
tree-wide: sort includes
Thomas Hindoe Paaboel Andersen
2015-11-16
1
-3
/
+3
*
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-25
1
-0
/
+1
*
watchdog: Don't require WDIOC_SETOPTIONS/WDIOS_ENABLECARD
Jean Delvare
2015-06-17
1
-2
/
+7
*
treewide: another round of simplifications
Michal Schmidt
2014-11-28
1
-20
/
+10
*
treewide: use log_*_errno whenever %m is in the format string
Michal Schmidt
2014-11-28
1
-7
/
+7
*
time-util: add and use USEC/NSEC_INFINIY
Kay Sievers
2014-07-29
1
-3
/
+3
*
util: replace close_nointr_nofail() by a more useful safe_close()
Lennart Poettering
2014-03-18
1
-2
/
+1
*
util: make time formatting a bit smarter
Lennart Poettering
2013-04-04
1
-1
/
+1
*
move more common files to shared/ and add them to shared.la
Kay Sievers
2012-04-12
1
-0
/
+169