freebsd-skq/sys/conf
benno ed056cb6c7 Add a new kernel config option, VERBOSE_SYSINIT.
When porting FreeBSD to a new platform, one of the more useful things to do is
get mi_startup() to let you know which SYSINIT it's up to.  Most people tend to
whack a printf in the SYSINIT loop to print the address of the function it's
about to call.  Going one better, jhb made a version that uses DDB to look up
the name of the function and print that instead.  This version is essentially
his with the addition of some ifdeffery to make it optional and to allow it to
work (although using only the function address, not the symbol) if you forgot
to enable DDB.

All the cool bits by:	jhb
Approved by:		scottl, rink, cognet, imp
2006-05-12 02:01:38 +00:00
..
defines
files - change the example of compiling only specific modules to not contain 2006-05-07 18:12:18 +00:00
files.amd64 Add in linsysfs. A linux 2.6 like sys filesystem to pacify the Linux 2006-05-09 22:27:01 +00:00
files.arm
files.i386 Add in linsysfs. A linux 2.6 like sys filesystem to pacify the Linux 2006-05-09 22:27:01 +00:00
files.ia64 o Move ISA specific code from ppc.c to ppc_isa.c -- a bus front- 2006-04-24 23:31:51 +00:00
files.pc98 Add in linsysfs. A linux 2.6 like sys filesystem to pacify the Linux 2006-05-09 22:27:01 +00:00
files.powerpc Revert previous commit. It's not part of the ppc(4) changes. 2006-04-24 23:36:32 +00:00
files.sparc64 add ath_hal glue 2006-03-14 22:40:44 +00:00
kern.mk First pass at removing Alpha kernel support. 2006-05-11 22:25:28 +00:00
kern.post.mk Remove .depend when doing "make cleandir". 2006-02-07 13:37:26 +00:00
kern.pre.mk Hook XFS into kernel build. 2005-12-12 01:14:59 +00:00
kmod_syms.awk
kmod.mk Rewrite of puc(4). Significant changes are: 2006-04-28 21:21:53 +00:00
ldscript.amd64
ldscript.arm
ldscript.i386
ldscript.ia64
ldscript.powerpc
ldscript.sparc64
Makefile.amd64 Version 600004 is better than 700000 given other changes that are in 2005-11-28 17:51:31 +00:00
Makefile.arm Erm don't use -mno-apcs-frame if we're going to do profiling either, it's not 2006-03-27 00:32:46 +00:00
Makefile.i386 Set MACHINE to i386(pc98). This fixes cross-building. 2006-01-29 03:32:19 +00:00
Makefile.ia64 Version 600004 is better than 700000 given other changes that are in 2005-11-28 17:51:31 +00:00
Makefile.pc98 Set MACHINE to i386(pc98). This fixes cross-building. 2006-01-29 03:32:19 +00:00
Makefile.powerpc Version 600004 is better than 700000 given other changes that are in 2005-11-28 17:51:31 +00:00
Makefile.sparc64 Version 600004 is better than 700000 given other changes that are in 2005-11-28 17:51:31 +00:00
makeLINT.mk
makeLINT.sed
newvers.sh
NOTES First pass at removing Alpha kernel support. 2006-05-11 22:25:28 +00:00
options Add a new kernel config option, VERBOSE_SYSINIT. 2006-05-12 02:01:38 +00:00
options.amd64 Fix LINSYSFS in the platform options files that I missed from the platform 2006-05-10 03:25:45 +00:00
options.arm Add a new option, XSCALE_DISABLE_CCNT, to not use the xscale ccnt as a 2006-04-06 17:11:08 +00:00
options.i386 Fix LINSYSFS in the platform options files that I missed from the platform 2006-05-10 03:25:45 +00:00
options.ia64 o Move ISA specific code from ppc.c to ppc_isa.c -- a bus front- 2006-04-24 23:31:51 +00:00
options.pc98 Fix LINSYSFS in the platform options files that I missed from the platform 2006-05-10 03:25:45 +00:00
options.powerpc
options.sparc64
systags.sh Use a simpler way to reach the <machine> include dir, which should 2005-12-03 21:37:54 +00:00