summaryrefslogtreecommitdiff
path: root/usr.bin/config/sem.c
AgeCommit message (Expand)Author
2006-08-26Now that this is part of tools, we don't need the extra build glue.christos
2006-08-07Check that the device is not a pseudo-device in deldev(), too (as incube
2006-03-29Fix a broken conditional that confused coverity. It cannot happen, anyway.cube
2006-03-19Panic on an unlikely error condition. CID 177.cube
2006-03-19Free a nvlist used temporarily.cube
2006-02-25Fix some typos.wiz
2006-02-11Add 'no config <name>'.cube
2005-12-18Having explicit locators is not a sufficient condition to be able to havecube
2005-11-07The swap*.o files actually do need to be specified on the individual kernelerh
2005-11-07Remove special hack for swapnetbsd.c when generating the makefile.erh
2005-10-12Introduce versioning to config(1). This will allow us to provide a way tocube
2005-10-04- Make sure to try aliases of removed device instances when walkingcube
2005-10-04Remove extra new line.cube
2005-10-04Add a flag to mark broken instances. That might happen when there is acube
2005-10-04- Keep track of the file in which we find the device instancecube
2005-10-02Allow 'maxusers' redefinition. 'maxusers 0' will cancel the existingcube
2005-10-01o Keep track of negated devices in deaddevitabcube
2005-09-30Introduce two new statements:cube
2005-09-30Rework the way orphan device instances are handled. To achieve that, keepcube
2005-08-07- Make sure devitab is correctly handled, in case we're removing the entrycube
2005-07-25The devi lists in struct devbase and struct deva really should use thecube
2005-07-25Correct an if test.cube
2005-07-24Implement the long overdue syntax "no <dev> at <attachment>". We can'tcube
2005-06-05config and genassym are not sysadmin tools, they are development tools.thorpej