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
/
swsensor.c
Age
Commit message (
Expand
)
Author
2021-12-31
sysmon: Delete trailing whitespace. No functional change intended.
riastradh
2020-06-11
Update for proplib(3) API changes.
thorpej
2020-06-08
Update for proplib(3) API changes.
thorpej
2020-03-16
Use the module subsystem's ability to process SYSCTL_SETUP() entries to
pgoyette
2015-04-25
Remove another debug printf() that snuck in.
pgoyette
2015-04-23
Update module dependencies for all the existing modules that depend on sysmon...
pgoyette
2012-08-27
Add hw.swsensor.state variable for additional control capability.
pgoyette
2011-06-19
Use {...} to prevent premature exit from initialization function - this
pgoyette
2011-06-19
Use correct routine to retrieve string value from prop-dictionary
pgoyette
2011-06-19
Rather than requiring the user to know the internal encoding of sensor
pgoyette
2011-06-04
Remove ability to the value_avg since it no longer exists
pgoyette
2011-06-04
Enable creation of value_{max,min,avg} entries via the proplist, as well
pgoyette
2010-12-17
use aprint
pooka
2010-12-16
Also allow specification of sensor's initial value when it is loaded,
pgoyette
2010-12-11
Enhance the swsensor(4) pseudo-device's capabilities to emulate more
pgoyette
2010-10-23
Revert 1.2 apart from incorrect comment. the devattach() routine
pooka
2010-10-20
Set sensor state to valid upon refresh to make things generally work.
pooka
2010-10-20
remove unused routine (per comment)
pooka
2010-10-19
Add a new software-only sensor device. This is intended for use as a
pgoyette