summaryrefslogtreecommitdiff
path: root/sys/ddb/db_cpu.c
AgeCommit message (Expand)Author
2014-04-12Make this build.jakllsch
2014-04-12Unbreak db_cpu_*. Allows backtraces on i386 to progress beyond thejakllsch
2013-11-24Remove cpu_queue (and thus eleminate another use of CIRCLEQ) by replacingrmind
2011-02-20When looking for the next element of cpu_queue compare the pointer to thehannken
2009-03-09include <stdbool.h> if not _KERNEL, and don't include kauth.h if _KERNEL.mrg
2009-03-08include ddb headers *after* sys/types.h or sys/param.h.mrg
2009-03-07Make ddb compile and work in userspace. Mostly this is comprised of threead