This set of patches makes various minor improvements to the hardware
watchdog code of procd.

The first patch adds a new feature to allow the watchdog to be manually
tickled via ubus.

The other patches are minor optimizations and improvements.

Michael Jones (5):
  initd: Add ubus argument to trigger watchdog tickle.
  initd: Re-use the watchdog_set_cloexec() function from watchdog_open()
  initd: Ensure that watchdog frequency changes apply right away
  initd: Don't search the environment list if the watchdog fd is initialized
  initd: Convert the watchdog_fd return value from char* to int

 initd/preinit.c | 11 ++++++++---
 system.c        |  7 ++++++-
 sysupgrade.c    |  8 +++++---
 watchdog.c      | 19 ++++++-------------
 watchdog.h      |  6 +++---
 5 files changed, 28 insertions(+), 23 deletions(-)

-- 
2.26.2


_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to