index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
ddb
/
db_structinfo.c
Age
Commit message (
Expand
)
Author
2016-05-21
<sys/localedef.h> isn't needed for ddb structinfo
Philip Guenther
2015-05-05
emul_native is only used for kernel threads which can't dump core, so
Philip Guenther
2015-01-27
remove #include <sys/workq.h>. it wont exist anymore soon.
David Gwynne
2014-12-19
Remove an unused sys/hash.h include from db_structinfo.c
Reyk Floeter
2014-05-29
no more gcc2.
Daniel Dickman
2014-03-24
The kernel isn't involved in times(3); <sys/times.h> should never be
Philip Guenther
2014-03-18
Unbreak DDB_STRUCT after removal of agpio.h
Philip Guenther
2013-12-13
Remove the 4.3BSD tty(4) compatibility shims. RIP. ok millert@
Christian Weisgerber
2013-03-15
Delete the sequencer(4) driver, since its not used any longer. Diff
Alexandre Ratchov
2012-12-05
Remove excessive sys/cdefs.h inclusion
Theo de Raadt
2010-11-18
Do 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-26
Fallout from the proc.h include cleanup: proc.h must be included before
Philip Guenthe
2009-08-09
Introduce option DDB_STRUCT. Kernels compiled with this option (except on
Miod Vallat