summaryrefslogtreecommitdiff
path: root/sys/ddb/db_proc.c
AgeCommit message (Expand)Author
2011-10-23Like ddb(4) "ps/l", use '>' sign to indicate running LWPs for the /wjym
2011-04-12Fix GENERIC_SUN4U build.nakayama
2011-04-10Add:christos
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