| Age | Commit message (Expand) | Author |
| 2018-08-27 | Tag each .c file with the options that might have brought it in. | riastradh |
| 2017-06-16 | un-c99 | christos |
| 2017-06-15 | Allow multiline makeoptions to work by quoting the newline.. | christos |
| 2015-09-04 | Sort files in ${ALLFILES} in the order of parsing of `files.*'. | uebayasi |
| 2015-09-04 | Make config(1) output only ${ALLFILES}, selected input files, and pass it to | uebayasi |
| 2015-09-04 | Output ${ALLFILES}, the list of selected *.[csSo] files, sorted in the exact | uebayasi |
| 2015-09-04 | Now Makefile.kern.inc handles swap<kernel>.c compiling/linking nicely, | uebayasi |
| 2015-09-04 | Share more code by making *.o handling less special. | uebayasi |
| 2015-09-03 | Pretty-print `Makefile' output. | uebayasi |
| 2015-09-03 | Move `all' target definition to Makefile.kern.inc. | uebayasi |
| 2015-09-03 | Define kernel dependency in Makefile.kern.inc. | uebayasi |
| 2015-09-02 | Fix build. | uebayasi |
| 2015-09-02 | Define ${OBJS} in `Makefile.kern.inc'. Relative paths are not truncated | uebayasi |
| 2015-09-02 | Output relative path for ${CFILES} and ${SFILES} in generated `Makefile'. | uebayasi |
| 2015-09-02 | Simplify generated `Makefile' by calculating ${OBJS} from merging ${CFILES}, | uebayasi |
| 2015-09-01 | Fix build. | uebayasi |
| 2015-09-01 | Experimental ``suffix rules + subdirectories'' build support (-S). | uebayasi |
| 2015-09-01 | Use per-suffix lists where appropriate. | uebayasi |
| 2015-09-01 | Abstract struct filetype is no longer needed. | uebayasi |
| 2015-09-01 | Merge struct objects into struct files. Keep per-suffix file lists. | uebayasi |
| 2015-09-01 | Properly handle absolute prefix. | uebayasi |
| 2015-09-01 | Refactor emit file functions. No functional changes. | uebayasi |
| 2015-08-30 | Revert "Accept only relative paths ...". This will be redone in much better, | uebayasi |
| 2015-08-30 | Define compile rules in sys/conf/Makefile.kern.inc except those overriden by | uebayasi |
| 2015-08-29 | No need to define swap<kernel>.o build rule. | uebayasi |
| 2015-08-29 | Define ``normal'' .c/.S rules as .for loops. Still explicit and ugly, but | uebayasi |
| 2015-08-29 | Convert MAXUSERS, take 2. | uebayasi |
| 2015-08-29 | Revert MAXUSERS changes. Need fresh air. | uebayasi |
| 2015-08-29 | Define MAXUXERS in opt_param.h. Bump config(1) version. | uebayasi |
| 2015-08-29 | Revert "Retire optional `rule' argument of `file' command". It is still used | uebayasi |
| 2015-08-28 | Simplify. | uebayasi |
| 2015-08-28 | Retire optional `rule' argument of `file' command. | uebayasi |
| 2015-08-28 | Accept only relative paths (from $S) for `file' and `object'. Simplify code. | uebayasi |
| 2015-08-28 | Global paths looked up at output stage (mk*()) are relative to `srcdir'. | uebayasi |
| 2014-12-15 | Revert debug code. Simplify. | uebayasi |
| 2014-12-15 | config(1): Fix build of old trees (bin/49389) (take 2) | uebayasi |
| 2014-12-15 | config(1): Fix build of old tree (bin/49389) | uebayasi |
| 2014-11-21 | Use proper index types, delete casts, use correct sizeof() in allocations. | christos |
| 2014-11-17 | Pre-calc file path len/suffix. Misc. clean up. | uebayasi |
| 2014-11-16 | Fix oops in r1.30. | uebayasi |
| 2014-11-16 | Simpfily code by assuming suffix is a single character. | uebayasi |
| 2014-11-16 | Refactor. | uebayasi |
| 2014-11-16 | Consistently wrap long lines in ioconf.c. | uebayasi |
| 2014-11-15 | config(1): Avoid buffer overrun (modular build) | uebayasi |
| 2014-11-15 | config(1): Sort objects by weight in modular build | uebayasi |
| 2014-11-06 | config(1): Rename internal flag to enable modular build | uebayasi |
| 2014-10-29 | - add RCSID's | christos |
| 2014-10-09 | Style. | uebayasi |
| 2014-10-09 | FIT_NOPROLOGUE is never set anywhere. | uebayasi |
| 2014-10-09 | Kill more unused indent code in emitfiles(). | uebayasi |