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
Age
Commit message (
Expand
)
Author
2005-02-27
nuke trailing whitespace
perry
2005-01-12
apply an "& WDOG_MODE_MASK" so that user mode watchdogs started with "-A"
drochner
2005-01-09
Add a software watchdog timer facility. Because this slightly
smb
2004-05-22
According to acpi_acad.c and powerd(8), PRESSED event for AC adapter device
cube
2004-05-03
Add AC adapter event type.
kochi
2003-10-30
Remove some assigned-to but otherwise unused variables.
simonb
2003-09-06
Rename the thread command name so that it fits on top's display.
christos
2003-08-11
do wakeup() only when someone is waiting for us.
yamt
2003-08-11
introduce SME_FLAG_BUSY and set it during operations
yamt
2003-07-14
add missing __KERNEL_RCSID()
lukem
2003-06-29
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
fvdl
2003-06-28
Pass lwp pointers throughtout the kernel, as required, so that the lwpid can
darrenr
2003-05-19
Fix a locking problem, which closes kern/21607.
kochi
2003-05-11
Fix format / number of argument mismatch for a printf.
fvdl
2003-04-20
Add a "reset button" type.
thorpej
2003-04-20
Generic "task queue" for sysmon back-ends. This provides a thread
thorpej
2003-04-18
* Add a generic power management event API, defined in <sys/power.h>.
thorpej
2003-04-17
Start at a power management framework for sysmon. Right now we just
thorpej
2003-04-10
Group things in this file a bit more logically.
thorpej
2002-12-31
Nothing cares about NSYSMON anymore; delete it.
thorpej
2002-12-31
add envsys support to acpi A/C adapter and batteries. This is still a work
explorer
2002-12-30
remove redundant defines
explorer
2002-10-23
merge kqueue branch into -current
jdolecek
2002-10-06
Correct possible return of uninitialized error variable.
kristerw
2002-09-06
Merge the gehenna-devsw branch into the trunk.
gehenna
2002-07-31
Fix WDOGIOC_GTICKLER for userland ticklers.
simonb
2002-04-16
Move sysmon configuration definitions to dev/sysmon/files.sysmon.
thorpej
2002-01-03
The device close routine is called when _last_ descriptor to the
jdolecek
2001-11-13
add RCSIDs
lukem
2001-01-30
Make sure to clear sysmon_armed_wdog once the watchdog timer
thorpej
2000-11-05
Split the envsys and watchdog parts of sysmon into their own
thorpej
2000-11-04
Add a watchog timer framework to the system monitor.
thorpej
2000-06-28
Fix a couple of brain-o's in error cases, and use PCATCH for
thorpej
2000-06-24
Add a clearing-house pseudo-device for system monitoring devices
thorpej