Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-18 | Do not #include <sys/dkstat.h> if you don't need anything from it. | Miod Vallat | |
ok krw@ deraadt@ | |||
2010-06-28 | <sys/time.b> is for ftime(), which is just in libcompat and not the kernel, | Philip Guenthe | |
so stop including it in kernel .c files. "sure" deraadt@ | |||
2010-05-26 | Fallout from the proc.h include cleanup: proc.h must be included before | Philip Guenthe | |
user.h ok deraadt@ | |||
2009-08-09 | Introduce option DDB_STRUCT. Kernels compiled with this option (except on | Miod Vallat | |
a few arches where toolchain limitations apply) will embed some symbolic information about the various structs used within the kernel, and have new ddb commands allowing struct display and some useful information gathering. Kernel rodata increase varies accross platforms from ~150KB to ~300KB. This option is not enabled by default. |