summaryrefslogtreecommitdiff
path: root/usr.bin/config/defs.h
AgeCommit message (Expand)Author
2020-04-03Avoid depending on common symbols.joerg
2020-03-07Keep track where more objects are declared so that we can print where thingschristos
2018-08-27Bump config(5) version for OPT.foo.c variables.riastradh
2018-04-09Keep previous location of device definitions so we can print them in errorchristos
2017-11-27use a reference count to avoid deleting psrefs still in use.christos
2017-11-18Allow multiple attachments methods to the same child+parent combination:christos
2017-11-16When deleting orphans detect parent<->child loops and break them.christos
2017-06-16Bump for quoting makeoptions with multiple lines.christos
2016-09-09Make attribute deselection work:christos
2016-08-07Bump version for -nochristos
2016-08-07Accept "-no" as a "no" that does not cause errors if the object deletedchristos
2016-03-18match the updated <sys/types.h> definitionchristos
2015-11-12In ioconfname mode, #define IOCONF as the ioconf token.pooka
2015-09-04Sort files in ${ALLFILES} in the order of parsing of `files.*'.uebayasi
2015-09-04Make config(1) output only ${ALLFILES}, selected input files, and pass it touebayasi
2015-09-04*.o files don't need special handling at all now. Makefile.kern.inc knowsuebayasi
2015-09-03Add generated *.c files (devsw.c and ioconf.c) to ${CFILES} by config(1)uebayasi
2015-09-03After thought, revert "Generate *.c files under conf/". Generate *.c filesuebayasi
2015-09-03Move `all' target definition to Makefile.kern.inc.uebayasi
2015-09-03Define kernel dependency in Makefile.kern.inc.uebayasi
2015-09-02Define ${OBJS} in `Makefile.kern.inc'. Relative paths are not truncateduebayasi
2015-09-02Output relative path for ${CFILES} and ${SFILES} in generated `Makefile'.uebayasi
2015-09-02In `-S' mode, generate *.c files under conf/ subdirectory. Register generateduebayasi
2015-09-01Experimental ``suffix rules + subdirectories'' build support (-S).uebayasi
2015-09-01Bump version for "buildprefix".uebayasi
2015-09-01Introduce a new syntax, "buildprefix", to specify prefix of files under kerneluebayasi
2015-09-01Keep track of directory of files internally.uebayasi
2015-09-01Clean up struct files.uebayasi
2015-09-01Use per-suffix lists where appropriate.uebayasi
2015-09-01Abstract struct filetype is no longer needed.uebayasi
2015-09-01Merge struct objects into struct files. Keep per-suffix file lists.uebayasi
2015-09-01Start merging struct files and struct objects.uebayasi
2015-08-31Restore the old behavior of "maxusers" to allow the value to be overriden.uebayasi
2015-08-30Revert "Accept only relative paths ...". This will be redone in much better,uebayasi
2015-08-30Define compile rules in sys/conf/Makefile.kern.inc except those overriden byuebayasi
2015-08-30Define `makeoptions' values as parameters with "makeoptions_" prefix too.uebayasi
2015-08-29Convert MAXUSERS, take 2.uebayasi
2015-08-29Revert MAXUSERS changes. Need fresh air.uebayasi
2015-08-29Define MAXUXERS in opt_param.h. Bump config(1) version.uebayasi
2015-08-29Revert "Retire optional `rule' argument of `file' command". It is still useduebayasi
2015-08-28Retire optional `rule' argument of `file' command.uebayasi
2015-08-20move driver attach declarations to ioconf.hchristos
2014-11-17Pre-calc file path len/suffix. Misc. clean up.uebayasi
2014-11-15config(1): Sort objects by weight in modular builduebayasi
2014-11-06config(1): Rename internal flag to enable modular builduebayasi
2014-11-01config(1): Start calling module as moduleuebayasi
2014-10-31config(1), config(5): Introduce "select"uebayasi
2014-10-29- add RCSID'schristos
2014-10-18Keep track of attribute (module) dependency using hash2.uebayasi
2014-10-12Make hash capable of taking two key strings.uebayasi