| Age | Commit message (Expand) | Author |
| 2006-08-30 | Remove unused local variable. | he |
| 2006-08-30 | Bump version after deffs change. | cube |
| 2006-08-30 | Allow deffs to take dependencies like defflag and defopt | matt |
| 2006-08-29 | protect libutil with HOSTPROG | christos |
| 2006-08-28 | build complete initializations. | christos |
| 2006-08-26 | Now that this is part of tools, we don't need the extra build glue. | christos |
| 2006-08-09 | Make sure that only specisications for _interface_ attributes are | drochner |
| 2006-08-07 | Check that the device is not a pseudo-device in deldev(), too (as in | cube |
| 2006-07-05 | s/setmachine/machine. Overlook pointed out by Havard Eidnes. | cube |
| 2006-06-04 | Reference config(5). Noted by perry@. | cube |
| 2006-06-04 | Set a more realistic date than the day I started writing it. | cube |
| 2006-06-04 | Install config.5 and config.samples.5. | cube |
| 2006-06-04 | Everything you've always wanted to know about config(1) without daring | cube |
| 2006-06-04 | Bump version after fix to obsolete syntax. | cube |
| 2006-06-04 | D'uh. Forgot the file name argument in the "obsolete" statements. | cube |
| 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-29 | Fix a broken conditional that confused coverity. It cannot happen, anyway. | cube |
| 2006-03-19 | Panic on an unlikely error condition. CID 177. | cube |
| 2006-03-19 | Free a nvlist used temporarily. | cube |
| 2006-03-19 | Close file on error. CID 176. | cube |
| 2006-03-19 | Fix various resource leaks, all happenning on error situations (IOW, | cube |
| 2006-03-19 | Proper resource handling in mkmakefile(). | cube |
| 2006-02-25 | Fix some typos. | wiz |
| 2006-02-11 | Add 'no config <name>'. | cube |
| 2005-12-18 | Having explicit locators is not a sufficient condition to be able to have | 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-11-07 | The swap*.o files actually do need to be specified on the individual kernel | erh |
| 2005-11-07 | Remove special hack for swapnetbsd.c when generating the makefile. | erh |
| 2005-10-12 | Introduce versioning to config(1). This will allow us to provide a way to | 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-04 | Remove extra new line. | cube |
| 2005-10-04 | Add a flag to mark broken instances. That might happen when there is a | cube |
| 2005-10-04 | - Keep track of the file in which we find the device instance | cube |
| 2005-10-02 | Don't return immediately when detecting that a devbase has already been | cube |
| 2005-10-02 | Allow 'maxusers' redefinition. 'maxusers 0' will cancel the existing | cube |
| 2005-10-01 | o Keep track of negated devices in deaddevitab | cube |
| 2005-09-30 | Introduce two new statements: | cube |
| 2005-09-30 | Rework the way orphan device instances are handled. To achieve that, keep | cube |
| 2005-09-10 | Move package/cinclude/include handling from the parser to the scanner, | martin |
| 2005-08-25 | in locators.h, also emit definitions about the number of locators per | drochner |
| 2005-08-25 | Replace the "locnames", attached to cfdata, which was solely good for | drochner |
| 2005-08-07 | - Make sure devitab is correctly handled, in case we're removing the entry | cube |
| 2005-07-30 | allow configuration without swap. | yamt |
| 2005-07-25 | The devi lists in struct devbase and struct deva really should use the | cube |
| 2005-07-25 | Correct an if test. | cube |