aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/watchdog
Commit message (Expand)AuthorAgeFilesLines
* watchdog: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+2
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-201-5/+6
* make SW_WATCHDOG dynamicMike Karels2018-01-031-0/+15
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Some cosmetic polishing for pre-timeouts.Alexander Motin2017-04-201-4/+3
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-221-2/+2
* Add a missing include of an options header.Ryan Stone2015-02-281-0/+3
* Use right buffer to print to.Ed Schouten2014-02-041-1/+1
* Fix watchdog pretimeout.Alfred Perlstein2013-07-271-4/+70
* watchdogd(8) and watchdog(4) enhancements.Alfred Perlstein2013-02-271-18/+224
* - Add the possibility to reuse the already last used timeout when pattingAttilio Rao2011-04-271-13/+51
* Revisit the watchdogs: Resetting the error to EINVAL after failing to set theNick Hibma2007-03-271-0/+2
* Align the interfaces for the various watchdogs and make the interfaceNick Hibma2006-12-151-1/+4
* Return zero when disabling watchdog, unless any of the drivers complain.Poul-Henning Kamp2005-09-291-2/+6
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-2/+2
* Add a generic watchdog facility which through a single device entryPoul-Henning Kamp2004-02-281-0/+89