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_taskq.c
Age
Commit message (
Expand
)
Author
2021-12-31
sysmon(9): Fix mistake in sysmon_task_queue_barrier.
riastradh
2021-12-31
sysmon(9): New sysmon_task_queue_barrier(pri) function.
riastradh
2021-12-31
sysmon: Delete trailing whitespace. No functional change intended.
riastradh
2018-02-08
Typos.
dholland
2015-04-28
sysmon_task_queue_sched needs to RUN_ONCE(tq_preinit) as well, it can
martin
2015-04-27
Replace a home-grown run-once implementation with the real RUN_ONCE()
pgoyette
2015-04-24
This really does need to return an error code, so change the
pgoyette
2015-04-24
It's a function returning void; don't return an error code.
agc
2015-04-23
Modularize sysmon and its components
pgoyette
2008-09-05
Rearrange code in the sysmon queue execution thread to simplify locking logic.
gmcgarry
2008-04-06
Pass KTHREAD_MPSAFE to kthread_create(). I've been testing this for
xtraeme
2008-01-04
Start detangling lock.h from intr.h. This is likely to cause short term
ad
2007-12-05
Match the docs: MUTEX_DRIVER/SPIN are now only for porting code written
ad
2007-07-21
Convert sysmon_taskqueue to use mutex(9) and condvar(9) and initialize
xtraeme
2007-07-09
Merge some of the less invasive changes from the vmlocking branch:
ad
2007-06-27
Use aprint_debug rather than printf for the annoying message
xtraeme
2006-11-16
__unused removal on arguments; approved by core.
christos
2006-10-12
- sprinkle __unused on function decls.
christos
2005-12-11
merge ktrace-lwp.
christos
2005-05-29
- add const
christos
2003-09-06
Rename the thread command name so that it fits on top's display.
christos
2003-07-14
add missing __KERNEL_RCSID()
lukem
2003-04-20
Generic "task queue" for sysmon back-ends. This provides a thread
thorpej