.\" $NetBSD: prep,v 1.6 2000/10/10 12:55:23 lukem Exp $ . VAX machines usually need little or no preparation before installing NetBSD, other than the usual, well advised precaution of BACKING UP ALL DATA on any attached storage devices. .Pp If you are on a Q-bus or Unibus system the disk controller(s) need be at the standard CSR addresses for DUA (772150) or DUB (760334) to be recognized by the kernel and boot programs. .Pp If you are installing on a VAXstation you .Em may require a serial console. /td>
NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
path: root/sys/kern/subr_workqueue.c
AgeCommit message (Expand)Author
2012-10-07If the workqueue is using a prio less than PRI_KERNEL, make sure KTHREAD_TSmatt
2011-10-23Turn a workqueue(9) name into an array in the struct workqueue, ratherjym
2011-07-27These don't need uvm/uvm_extern.h.uebayasi
2009-11-11workqueue_finiqueue: remove unused variable.rmind
2009-10-21Remove uarea swap-out functionality:rmind
2009-08-16struct lwp -> lwp_t for consistencyyamt
2009-04-03workqueue_finiqueue: our stack could be swapped out while enqueued toad
2008-09-15Replace intptr_t in few places to uintptr_t.rmind
2008-07-02Switch from KASSERT to CTASSERT for those asserts testing sizes of types.matt
2008-03-27Replace use of CACHE_LINE_SIZE in some obvious places.ad
2008-03-10Use cpu index instead of the machine dependend, not very expressivemartin
2007-12-05Match the docs: MUTEX_DRIVER/SPIN are now only for porting code writtenad
2007-08-07don'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-05Current convention is to name/number objects after ci->ci_cpuid, so doad
2007-08-05Improve per-CPU support for the workqueue(9):rmind
2007-07-20hide internals of struct work.yamt
2007-07-18workqueue_destroy: fix a use-after-free.ad
2007-07-13Make MP parts friendly with various ports (especially UP):rmind
2007-07-12Implementation of per-CPU work-queues support for workqueue(9) interface.rmind
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-02-27typedef pri_t and use it instead of int and u_char.yamt
2007-02-11workqueue_exit: update a comment.yamt
2007-02-11use cv_signal rather than cv_broadcast where appropriate.yamt
2007-02-09Merge newlock2 to head.ad
2006-12-21merge yamt-splraiseipl branch.yamt
2006-11-01remove some __unused from function parameters.yamt
2006-10-12- sprinkle __unused on function decls.christos
2006-09-16add workqueue_destroy().yamt
2006-09-16workqueue_create: use kmem_alloc rather than malloc.yamt
2006-05-02Use for in a forever loop as per KNF.rpaulo
2005-12-11merge ktrace-lwp.christos
2005-10-29add a simple "do it in thread context" framework.yamt