index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
sysmon
/
swwdog.c
Age
Commit message (
Expand
)
Author
2020-03-16
Use the module subsystem's ability to process SYSCTL_SETUP() entries to
pgoyette
2020-01-01
- Introduce a new global kernel variable "shutting_down" to indicate that
thorpej
2019-03-27
Don't create the driver's workqueue twice!
pgoyette
2015-05-12
Finish work started in previous commit. Ensure that initialization
pgoyette
2015-05-12
Don't manipulate the autoconfig databases for built-in module.
pgoyette
2015-04-24
We only need the _cd when we are a module.
christos
2015-04-23
Update module dependencies for all the existing modules that depend on sysmon...
pgoyette
2015-04-18
Remove some debugging printf()s that were erroneously committed.
pgoyette
2015-04-18
Update attach/detach routines and provide MODULE interface.
pgoyette
2014-04-13
If we pmf_register on attach, we should pmf_deregister on detach.
pgoyette
2010-11-11
Apparently swwdog reboot hasn't worked in several years since it
pooka
2010-08-06
* fix logic inversion in swwdog_reboot (and the sysctl).
pooka
2010-07-22
Convert swwdog(4) from a simple defpseudo device to a defpseudodev so
pgoyette
2010-01-31
print newline after timer expiry message
pooka
2010-01-30
Make swwdog use no-needs-count. As the manpage says, there can be only one.
pooka
2007-07-09
Merge some of the less invasive changes from the vmlocking branch:
ad
2007-01-29
Remove more duplicate headers.
hubertf
2006-12-19
Handle new gcc properly
smb
2005-12-11
merge ktrace-lwp.
christos
2005-10-17
Spinkle some KNF.
simonb
2005-02-27
nuke trailing whitespace
perry
2005-01-09
Add a software watchdog timer facility. Because this slightly
smb