summaryrefslogtreecommitdiff
path: root/sys/dev/sysmon/sysmon_taskq.c
AgeCommit message (Expand)Author
2007-07-21Convert sysmon_taskqueue to use mutex(9) and condvar(9) and initializextraeme
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-06-27Use aprint_debug rather than printf for the annoying messagextraeme
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2005-12-11merge ktrace-lwp.christos
2005-05-29- add constchristos
2003-09-06Rename the thread command name so that it fits on top's display.christos
2003-07-14add missing __KERNEL_RCSID()lukem
2003-04-20Generic "task queue" for sysmon back-ends. This provides a threadthorpej