summaryrefslogtreecommitdiff
path: root/usr.bin/config
AgeCommit message (Expand)Author
2006-08-30Remove unused local variable.he
2006-08-30Bump version after deffs change.cube
2006-08-30Allow deffs to take dependencies like defflag and defoptmatt
2006-08-29protect libutil with HOSTPROGchristos
2006-08-28build complete initializations.christos
2006-08-26Now that this is part of tools, we don't need the extra build glue.christos
2006-08-09Make sure that only specisications for _interface_ attributes aredrochner
2006-08-07Check that the device is not a pseudo-device in deldev(), too (as incube
2006-07-05s/setmachine/machine. Overlook pointed out by Havard Eidnes.cube
2006-06-04Reference config(5). Noted by perry@.cube
2006-06-04Set a more realistic date than the day I started writing it.cube
2006-06-04Install config.5 and config.samples.5.cube
2006-06-04Everything you've always wanted to know about config(1) without daringcube
2006-06-04Bump version after fix to obsolete syntax.cube
2006-06-04D'uh. Forgot the file name argument in the "obsolete" statements.cube
2006-05-25Introduce two new statements:cube
2006-05-25s/vax/__vax__/christos
2006-05-24deal with the vax gcc that does not understand __attribute__ used.christos
2006-05-14gcc-4.0 needs attribute used. Variables with attribute unused get removed.christos
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-03-19Close file on error. CID 176.cube
2006-03-19Fix various resource leaks, all happenning on error situations (IOW,cube
2006-03-19Proper resource handling in mkmakefile().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-12-10The loop detection code could not detect the negation of an instance thatcube
2005-11-13Invert the meaning of a comment to match reality. Pointed out by uwe@.cube
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-04Stop walking the tree when two conditions are met: we've seen the devicecube
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-02Don't return immediately when detecting that a devbase has already beencube
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-09-10Move package/cinclude/include handling from the parser to the scanner,martin
2005-08-25in locators.h, also emit definitions about the number of locators perdrochner
2005-08-25Replace the "locnames", attached to cfdata, which was solely good fordrochner
2005-08-07- Make sure devitab is correctly handled, in case we're removing the entrycube
2005-07-30allow configuration without swap.yamt
2005-07-25The devi lists in struct devbase and struct deva really should use thecube
2005-07-25Correct an if test.cube