summaryrefslogtreecommitdiff
path: root/usr.sbin/config
AgeCommit message (Expand)Author
2001-12-23Newlines in string literals are not supported by ANSI C, and somethorpej
2001-12-21Properly use $TMPDIR or /tmp for the temporary config file stuff,atatat
2001-12-17Teach config how to store the config in a .h file such that it can beatatat
2001-12-14Comment out now-empty .Rs/.Re.wiz
2001-12-13Sprinkle around the term "machine description file", since this isgmcgarry
2001-12-09Make the kernel depend on `vers.o' instead of `newvers'. Thisatatat
2001-12-06Add a ',' between two Xrefs.wiz
2001-12-05Since defopt has been totally eradicated from the tree and isatatat
2001-12-05Xr config.9jhawk
2001-12-04Stuff the target names (the kernel names) into a make variable so thatatatat
2001-11-28revert previous revert previous. now back to rev 1.27 behaviour:lukem
2001-11-28ensure that enabled defflag options get a default value of "1" toolukem
2001-11-28revert previous (instead i'll work out why defflag isn't DTRT with Nxxx)lukem
2001-11-28- Don't bother emitting "#define NFOO 0" for defflag foo (whether orlukem
2001-11-27Stuff the "swapxxx.o" object name into a make variable that can beatatat
2001-10-23Don't set TARGET_MACHINE, set MACHINE, instead. MACHINE is consistentthorpej
2001-10-02Make this a little more portable to other NetBSD versions withouttv
2001-10-01ANSIfy the output of config(8).simonb
2001-09-25Don't override the definition of LEX.tv
2001-09-11Fix off-by-one error; root on sd0i shoule be rejected if maxpartition is 8.enami
2001-08-14Add hooks to allow toolchain bits to be reachover-built at the top level.tv
2001-07-03sync .Fl with realityitojun
2001-07-01Don't pack locators. Introduce a new commandline option togmcgarry
2001-06-08Added support for listing multiple additional names onfredette
2001-05-18Correct a typo.minoura
2001-02-20use getprogname()cgd
2001-01-31Put both .S and .s files in SFILES. Fixes bin/12051. Patch from Richardbjh21
2001-01-18Make this work again for the case where there are devicesthorpej
2001-01-16labels (even default:) _must_ be followed by statements! usr.bin/fgen/fgen.lcgd
2000-12-14revert 1.51 and 1.52 (_KERNEL_foo stuff), due to loud objections fromlukem
2000-12-12change KERNEL_foo -> _KERNEL_foo, as suggested by matt greenlukem
2000-12-12Add option `KERNEL_foo', where `foo' is the basename of the build directory.lukem
2000-12-03Don't emit MACHINE/MACHINE_ARCH. Instead emit a TARGET_MACHINE=machinematt
2000-12-02If a port-specific Makefile.<port> doesn't exist, try a arch-specificmatt
2000-11-18if there are no locators or parent, don't output those arrays. (Sometimescgd
2000-10-11More format string cleanups by sommerfeld.is
2000-10-08Don't try to use yydebug when we're building on a foreign system. Not allbjh21
2000-10-02clean up dev_t-related portability defines (and actually #define dev_t now).cgd
2000-10-02include copyright notice in binary even if bootstrapping.cgd
2000-10-02bump ALIGNBYTES up to 7 -- that way this'll have more of a hopecgd
2000-10-02nuke __P, and convert all functions to use ANSI-style declarations.cgd
2000-10-02remove vestiges of checks for __STDC__cgd
2000-06-09do that previous differently. only allow redefinitions if: in differentcgd
2000-06-08Allow MD files files to override settings in MI files files. (From Chris Tor...eeh
2000-05-09If maxusers is out of bounds, show the allowed bounts in the error msg.hubertf
2000-04-14Don't declare 'extern opt*' getopt variables.simonb
2000-02-01Emit `.MAIN: all' to force the target `all' as default target.enami
2000-01-25Please pay an attention to the existing code and not to introduceenami
2000-01-23Keeping my kernel config files under RCS control, I always wished tohubertf
2000-01-20Allow abolute pathnames as prefixes.thorpej