| Age | Commit message (Expand) | Author |
| 2013-08-11 | ioconf/pseudo-root have been in here unchanged for 3+ years and their use | pooka |
| 2012-03-11 | Move locator lists to their own data structure. This can use more tidying; | 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 |
| 2010-05-02 | Prefer a real device for pseudoroot and only create a fake device | pooka |
| 2010-05-01 | ignore mainbus in previous for now | pooka |
| 2010-05-01 | Support interface attributes as pseudoroots. This makes things like | pooka |
| 2010-04-30 | For the simple cases, augment device-major with information on how | pooka |
| 2010-03-08 | Add a highly experimental pseudo-root feature to be used in conjuction | pooka |
| 2009-04-11 | Fix WARNS=4 issues (-Wcast-qual -Wsign-compare -Wshadow) | lukem |
| 2009-01-20 | Change major()/minor() to return 32-bit types again, called | drochner |
| 2008-12-28 | rename nv_int -> nv_num and make it long long, so that dev_t will fit when | christos |
| 2008-07-07 | It actually makes no sense to warn on a behaviour that was allowed in | cube |
| 2008-06-10 | Disable use of pseudo-devices defined "defpseudo" with interface | drochner |
| 2007-04-06 | Add some sanity checking in order to avoid some segfaults. There might be | cube |
| 2007-01-13 | - rename {x,}error -> cfg{x,}error and {x,}warn -> cfg{x,}warn so that we | christos |
| 2007-01-08 | Introduce a new option to config(1): -L. What it does is takes a regular | cube |
| 2006-11-09 | eliminate the only alloca use and simplify the code. | christos |
| 2006-08-26 | Now that this is part of tools, we don't need the extra build glue. | christos |
| 2006-08-07 | Check that the device is not a pseudo-device in deldev(), too (as in | cube |
| 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-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-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 | - 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 | 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-08-07 | - Make sure devitab is correctly handled, in case we're removing the entry | cube |
| 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 |
| 2005-07-24 | Implement the long overdue syntax "no <dev> at <attachment>". We can't | cube |
| 2005-06-05 | config and genassym are not sysadmin tools, they are development tools. | thorpej |