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