summaryrefslogtreecommitdiff
path: root/sys/ddb/db_structinfo.c
AgeCommit message (Expand)Author
2016-05-21<sys/localedef.h> isn't needed for ddb structinfoPhilip Guenther
2015-05-05emul_native is only used for kernel threads which can't dump core, soPhilip Guenther
2015-01-27remove #include <sys/workq.h>. it wont exist anymore soon.David Gwynne
2014-12-19Remove an unused sys/hash.h include from db_structinfo.cReyk Floeter
2014-05-29no more gcc2.Daniel Dickman
2014-03-24The kernel isn't involved in times(3); <sys/times.h> should never bePhilip Guenther
2014-03-18Unbreak DDB_STRUCT after removal of agpio.hPhilip Guenther
2013-12-13Remove the 4.3BSD tty(4) compatibility shims. RIP. ok millert@Christian Weisgerber
2013-03-15Delete the sequencer(4) driver, since its not used any longer. DiffAlexandre Ratchov
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2010-11-18Do not #include <sys/dkstat.h> if you don't need anything from it.Miod Vallat
2010-06-28<sys/time.b> is for ftime(), which is just in libcompat and not the kernel,Philip Guenthe
2010-05-26Fallout from the proc.h include cleanup: proc.h must be included beforePhilip Guenthe
2009-08-09Introduce option DDB_STRUCT. Kernels compiled with this option (except onMiod Vallat