Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/usr.bin/config



Module Name:    src
Committed By:   dholland
Date:           Sun Mar 11 07:32:41 UTC 2012

Modified Files:
        src/usr.bin/config: defs.h gram.y lint.c main.c mkioconf.c sem.c sem.h
            util.c

Log Message:
Create a new type struct attrlist to manage lists of attributes,
instead of using struct nvlist.

(struct nvlist holds lists (or trees!) of semi-arbitrary stuff with no
structure and almost no type safety; it should go away.)


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/usr.bin/config/defs.h
cvs rdiff -u -r1.31 -r1.32 src/usr.bin/config/gram.y
cvs rdiff -u -r1.8 -r1.9 src/usr.bin/config/lint.c
cvs rdiff -u -r1.43 -r1.44 src/usr.bin/config/main.c
cvs rdiff -u -r1.19 -r1.20 src/usr.bin/config/mkioconf.c
cvs rdiff -u -r1.38 -r1.39 src/usr.bin/config/sem.c
cvs rdiff -u -r1.7 -r1.8 src/usr.bin/config/sem.h
cvs rdiff -u -r1.9 -r1.10 src/usr.bin/config/util.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index