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
/
sysmon_envsysvar.h
Age
Commit message (
Expand
)
Author
2012-12-14
The sensor limit values were moved out of the event structure and into the
pgoyette
2012-09-06
opt_envsys.h needs #ifdef _KERNEL_OPT
macallan
2012-09-06
defflag debug #defines
macallan
2012-08-27
1. Enable use of FMONSTCHANGED events for INDICATOR sensors
pgoyette
2012-07-15
When unregistering a sensor device, make sure we unregister and delete
pgoyette
2012-02-18
Don't export sysmon_envsys_list as a common.
matt
2011-06-19
Add routine to lookup description tables by description instead of by
pgoyette
2011-06-08
Factor out some duplicated code to simplify maintenance. Reduces
pgoyette
2010-12-30
When the user updates the sensor device's refresh timer, reset the
pgoyette
2010-12-15
Extract searching of description tables into a single function, rather
pgoyette
2010-04-10
When removing sensor properties with envstat -S, ensure that drivers
pgoyette
2010-04-01
Permit creation of an event-monitor for alarm limits even if the limits
pgoyette
2010-03-19
Modify previous commit. The routine to deliver events is intended to be
pgoyette
2010-03-19
Separate event delivery from polling and limit evaluation in
pgoyette
2010-03-14
Retire the 'monitor' member of the envsys_data_t. It was only used in
pgoyette
2010-02-14
Remove the flags member of the limits structure. Its value was only
pgoyette
2009-06-13
Add capability to send sensor limit values to the driver so they can
pgoyette
2009-06-08
General clean-up and some restructuring of event handling. This is a
pgoyette
2008-08-22
1. provide for warning-min and warning-max alarm levels in addition to
pgoyette
2008-04-01
Introduce per-device locking/synchronization and maintain only a
xtraeme
2007-11-20
After comments from Andrew Doran:
xtraeme
2007-11-16
Remove duplicate sme_events_list.
xtraeme
2007-11-16
Extend the envsys2 API (one more time, sorry) as defined in:
xtraeme
2007-11-03
- Rename ENVSYS_BATTERY_STATE units to ENVSYS_BATTERY_CAPACITY and
xtraeme
2007-10-23
Use a flag for see_flags to know when the sensor has been refreshed
xtraeme
2007-10-20
performance fix: in the workqueue handler only refresh the sensor once,
xtraeme
2007-10-07
New changes to support the new configuration file format for
xtraeme
2007-09-08
Use only one single condvar(9) for devices and events, they are protected
xtraeme
2007-09-08
- Use only one global mutex for all tasks with devices & events.
xtraeme
2007-09-04
- Remove ENVSYS_GSTRING and the genstr member from envsys_data_t.
xtraeme
2007-08-31
- sme_unregister_all: there's no need to use a struct sysmon_envsys as
xtraeme
2007-08-31
Merge sme_event_add() into sme_event_register()... there's no need
xtraeme
2007-08-30
More misc changes for sysmon_envsys(9):
xtraeme
2007-08-30
Some changes to improve locking on sysmon_envsys(9):
xtraeme
2007-07-23
- ENVSYS_SETDICTIONARY: use sysmon_envsys_release() if there's an error.
xtraeme
2007-07-22
Fix the last point reported by yamt in PR kern/36673:
xtraeme
2007-07-21
- Add sme_events_destroy() to stop/destroy the callout and workqueue if
xtraeme
2007-07-21
Some fixes for kern/36673 by yamt@:
xtraeme
2007-07-20
Move the functions to create/update objects in a dictionary into its
xtraeme
2007-07-20
Replace the macros to create/update objects in dictionary with three
xtraeme
2007-07-19
Apply some indent to recent changes.
xtraeme
2007-07-18
- More changes related to locking.
xtraeme
2007-07-18
- Cleanup sme_event_t: just use the struct work without any union and
xtraeme
2007-07-05
SENSOR_UPTYPE: accept values of 0 for any object, so that the value is
xtraeme
2007-07-03
Make the refresh value of the callout function (that monitors the sensors)
xtraeme
2007-07-01
Imported envsys 2, a brief description of the new features:
xtraeme