opnsense-src/usr.sbin/config
Nathan Whitehorn 9b047d4a9a Enhance config to handle MACHINEs with multiple architectures:
- Passing -m to config will now print the MACHINE and MACHINE_ARCH
  given in the passed kernel configuration file and then exit.
- If an option is defined in options.MACHINE with the same name as the
  architecture of the kernel being configured, that option will be
  considered set. This allows conditional compilation based on CPU
  architecture.

Config version is now 600010.

Reviewed by:	imp
2010-07-13 04:08:08 +00:00
..
SMM.doc
config.5 Allow multiple makeoption lines to be used with the += operator, this permits 2008-11-22 21:12:47 +00:00
config.8 Enhance config to handle MACHINEs with multiple architectures: 2010-07-13 04:08:08 +00:00
config.h Move checking the version up from Makefile generation to just after 2010-04-27 05:04:32 +00:00
config.y - Handle calloc() allocation failures. 2010-03-30 13:46:40 +00:00
configvers.h Enhance config to handle MACHINEs with multiple architectures: 2010-07-13 04:08:08 +00:00
kernconf.tmpl Handle !INCLUDE_CONFIG_FILE entirely in the kernel. This should make some 2007-05-16 16:08:04 +00:00
lang.l - Handle calloc() allocation failures. 2010-03-30 13:46:40 +00:00
main.c Enhance config to handle MACHINEs with multiple architectures: 2010-07-13 04:08:08 +00:00
Makefile The last big commit: let usr.sbin/ use WARNS=6 by default. 2010-01-02 11:07:44 +00:00
mkheaders.c Clean some code that became obfuscated over the years: 2005-11-25 22:25:34 +00:00
mkmakefile.c style(9) fixes: 2010-06-13 16:54:11 +00:00
mkoptions.c Enhance config to handle MACHINEs with multiple architectures: 2010-07-13 04:08:08 +00:00