summaryrefslogtreecommitdiff
path: root/usr.bin/config/lint.c
AgeCommit message (Expand)Author
2012-03-20Use C89 function definitionsmatt
2012-03-12Remove the NV_OBSOLETE flag, which is no longer needed. While here,dholland
2012-03-12Give option definitions their own data structure instead of using nvlists.dholland
2012-03-12Introduce type-safe wrappers around the hash tables. Use them for adholland
2012-03-11Move locator lists to their own data structure. This can use more tidying;dholland
2012-03-11Create a new type struct attrlist to manage lists of attributes,dholland
2009-08-30For {pseudo-,}devices, check if an instance of the pseudo or the consideredcube
2008-12-28rename nv_int -> nv_num and make it long long, so that dev_t will fit whenchristos
2008-04-29Convert to new 2 clause licensemartin
2007-09-10Some more licence clean up.cube
2007-01-10Change the name of the resulting kernel binary, because "lint" confusescube
2007-01-09Add new syntaxic sugar to provide a value in lint (i.e., config -L)cube
2007-01-08Print pseudo-devices in their own section and print all of them (d'oh).cube
2007-01-08Introduce a new option to config(1): -L. What it does is takes a regularcube