| Age | Commit message (Expand) | Author |
| 2015-11-22 | A few more. | uebayasi |
| 2015-11-12 | In ioconfname mode, #define IOCONF as the ioconf token. | pooka |
| 2015-09-12 | Negating an integer and comparing it to 1 is a fancy way of checking for | joerg |
| 2015-09-11 | Libraries should be built in sub-make. libkern is polluting .PATH too much. | uebayasi |
| 2015-09-08 | About ${CTFCONVERT}. | uebayasi |
| 2015-09-08 | ${MD_OBJS} and friends. | uebayasi |
| 2015-09-08 | ${LD} input files and library (*.a) support. | uebayasi |
| 2015-09-04 | Fix previous. | uebayasi |
| 2015-09-04 | Fix segmentation fault. | uebayasi |
| 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 | *.o files don't need special handling at all now. Makefile.kern.inc knows | 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 | Add generated *.c files (devsw.c and ioconf.c) to ${CFILES} by config(1) | uebayasi |
| 2015-09-03 | After thought, revert "Generate *.c files under conf/". Generate *.c files | 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-03 | Fix build. | uebayasi |
| 2015-09-03 | remove these items: | mrg |
| 2015-09-03 | In `-S' mode, create symlinks from outside of $S to build directory, for | 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-02 | In `-S' mode, generate *.c files under conf/ subdirectory. Register generated | uebayasi |
| 2015-09-01 | Fix build. | uebayasi |
| 2015-09-01 | Experimental ``suffix rules + subdirectories'' build support (-S). | uebayasi |
| 2015-09-01 | Prepare to build subdirectories. Not enabled yet. | uebayasi |
| 2015-09-01 | Bump version for "buildprefix". | uebayasi |
| 2015-09-01 | Introduce a new syntax, "buildprefix", to specify prefix of files under kernel | uebayasi |
| 2015-09-01 | Keep track of directory of files internally. | uebayasi |
| 2015-09-01 | Clean up struct files. | 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 | Start merging struct files and struct objects. | uebayasi |
| 2015-09-01 | Allow redefinition of options (with only a warning message). Removal | pgoyette |
| 2015-09-01 | Properly handle absolute prefix. | uebayasi |
| 2015-09-01 | Refactor emit file functions. No functional changes. | uebayasi |
| 2015-08-31 | Need to read closer - there was another occurrence of the same tyepo | pgoyette |
| 2015-08-31 | Tyepo | pgoyette |
| 2015-08-31 | Restore the old behavior of "maxusers" to allow the value to be overriden. | uebayasi |
| 2015-08-30 | Revert "Accept only relative paths ...". This will be redone in much better, | uebayasi |
| 2015-08-30 | Fix a macro usage. Add more markup. | wiz |
| 2015-08-30 | Define compile rules in sys/conf/Makefile.kern.inc except those overriden by | uebayasi |
| 2015-08-30 | Define `makeoptions' values as parameters with "makeoptions_" prefix too. | uebayasi |
| 2015-08-29 | No need to define swap<kernel>.o build rule. | uebayasi |