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
/
kern
/
subr_workqueue.c
Age
Commit message (
Expand
)
Author
2009-11-11
workqueue_finiqueue: remove unused variable.
rmind
2009-10-21
Remove uarea swap-out functionality:
rmind
2009-08-16
struct lwp -> lwp_t for consistency
yamt
2009-04-03
workqueue_finiqueue: our stack could be swapped out while enqueued to
ad
2008-09-15
Replace intptr_t in few places to uintptr_t.
rmind
2008-07-02
Switch from KASSERT to CTASSERT for those asserts testing sizes of types.
matt
2008-03-27
Replace use of CACHE_LINE_SIZE in some obvious places.
ad
2008-03-10
Use cpu index instead of the machine dependend, not very expressive
martin
2007-12-05
Match the docs: MUTEX_DRIVER/SPIN are now only for porting code written
ad
2007-08-07
don't bother to set thread's priority by ourselves,
yamt
2007-08-07
- don't assume the order of cpus in a CPU_INFO_FOREACH loop.
yamt
2007-08-05
Current convention is to name/number objects after ci->ci_cpuid, so do
ad
2007-08-05
Improve per-CPU support for the workqueue(9):
rmind
2007-07-20
hide internals of struct work.
yamt
2007-07-18
workqueue_destroy: fix a use-after-free.
ad
2007-07-13
Make MP parts friendly with various ports (especially UP):
rmind
2007-07-12
Implementation of per-CPU work-queues support for workqueue(9) interface.
rmind
2007-07-09
Merge some of the less invasive changes from the vmlocking branch:
ad
2007-02-27
typedef pri_t and use it instead of int and u_char.
yamt
2007-02-11
workqueue_exit: update a comment.
yamt
2007-02-11
use cv_signal rather than cv_broadcast where appropriate.
yamt
2007-02-09
Merge newlock2 to head.
ad
2006-12-21
merge yamt-splraiseipl branch.
yamt
2006-11-01
remove some __unused from function parameters.
yamt
2006-10-12
- sprinkle __unused on function decls.
christos
2006-09-16
add workqueue_destroy().
yamt
2006-09-16
workqueue_create: use kmem_alloc rather than malloc.
yamt
2006-05-02
Use for in a forever loop as per KNF.
rpaulo
2005-12-11
merge ktrace-lwp.
christos
2005-10-29
add a simple "do it in thread context" framework.
yamt