| Age | Commit message (Expand) | Author |
| 2013-11-01 | go back to using file:line: from uwe. | christos |
| 2013-11-01 | make config errors look more like other programs: <file>,<line>: | christos |
| 2012-08-31 | Don't support sysctl for the tools version of config. It is too complicated | christos |
| 2012-08-30 | make config -x look at the booted kernel first. | christos |
| 2012-03-12 | Give option definitions their own data structure instead of using nvlists. | dholland |
| 2012-03-12 | Introduce type-safe wrappers around the hash tables. Use them for a | dholland |
| 2012-03-11 | Create a struct condexpr type to hold condition expressions, instead | dholland |
| 2012-03-11 | Create a new type struct attrlist to manage lists of attributes, | dholland |
| 2011-07-09 | When making the symlink for machine -> arch/foo/include | matt |
| 2010-03-22 | Some drivers want to include ioconf.h, so generate it if doing | pooka |
| 2010-03-08 | Add a highly experimental pseudo-root feature to be used in conjuction | pooka |
| 2010-03-03 | reflect previous change in comment | pooka |
| 2010-03-03 | Remove fs_foo.h support from deffs now that nothing uses it. | pooka |
| 2010-02-13 | Fix off-by-one (config -x works again) and improve editing artifacts | pooka |
| 2010-02-03 | Introduce experimental support for ioconf-only configuration files. | pooka |
| 2009-03-13 | Now that condmkopttab isn't a hash table anymore, don't initialise it with | cube |
| 2009-03-13 | Actually allow a full expression for the condition for "makeoptions" in | cube |
| 2009-02-14 | Error out if one f the mkxxx() prints an error. | cube |
| 2008-12-28 | rename nv_int -> nv_num and make it long long, so that dev_t will fit when | christos |
| 2008-10-20 | Don't complain about a missing 'file-system' directive. File system code | ad |
| 2008-10-16 | Adjust previous; apb@ points out that _PATH_TMP is provided by compat_defs.h; | dholland |
| 2008-10-16 | Fix ridiculously small filename buffer for temporary file and resulting | dholland |
| 2008-08-30 | In find_declared_option, use the correct hash for file-systems. That way, | cube |
| 2008-07-21 | Remove the \n and tabs from the __COPYRIGHT() strings. | lukem |
| 2008-06-10 | Disable use of pseudo-devices defined "defpseudo" with interface | drochner |
| 2008-06-10 | Seperate pseudo-devs which don't use device_t et al. (the classical | drochner |
| 2007-12-15 | convert __attribute__s to applicable cdefs.h macros | perry |
| 2007-11-09 | Don't pollute fsopttab with duplicate options for the sake of a test that | cube |
| 2007-01-13 | - rename {x,}error -> cfg{x,}error and {x,}warn -> cfg{x,}warn so that we | christos |
| 2007-01-09 | Add new syntaxic sugar to provide a value in lint (i.e., config -L) | cube |
| 2007-01-08 | One %s is enough to print one string. | cube |
| 2007-01-08 | Introduce a new option to config(1): -L. What it does is takes a regular | cube |
| 2007-01-06 | Make deffilesystem check all defined options, not just defopttab (which | cube |
| 2006-10-29 | Include <sys/cdefs.h> and use __used on config[] instead of the ifdef dance. | uwe |
| 2006-10-04 | Instead of trying to check the return value of every fprintf() and fputs() | dsl |
| 2006-08-30 | Remove unused local variable. | he |
| 2006-08-30 | Allow deffs to take dependencies like defflag and defopt | matt |
| 2006-08-26 | Now that this is part of tools, we don't need the extra build glue. | christos |
| 2006-05-25 | Introduce two new statements: | cube |
| 2006-05-25 | s/vax/__vax__/ | christos |
| 2006-05-24 | deal with the vax gcc that does not understand __attribute__ used. | christos |
| 2006-05-14 | gcc-4.0 needs attribute used. Variables with attribute unused get removed. | christos |
| 2006-03-19 | Close file on error. CID 176. | cube |
| 2005-12-10 | The loop detection code could not detect the negation of an instance that | cube |
| 2005-11-13 | Invert the meaning of a comment to match reality. Pointed out by uwe@. | cube |
| 2005-10-04 | Stop walking the tree when two conditions are met: we've seen the device | cube |
| 2005-10-04 | - Make sure to try aliases of removed device instances when walking | cube |
| 2005-10-02 | Don't return immediately when detecting that a devbase has already been | cube |
| 2005-10-01 | o Keep track of negated devices in deaddevitab | cube |
| 2005-09-30 | Rework the way orphan device instances are handled. To achieve that, keep | cube |