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:   christos
Date:           Sat Nov 18 18:44:20 UTC 2017

Modified Files:
        src/usr.bin/config: defs.h mkioconf.c sem.c

Log Message:
Allow multiple attachments methods to the same child+parent combination:

    foo* at bar? with baz
    foo* at bar? with barf

Do this by scanning the list of iba's and allocating a new cfparent for
each. Keep track of the shared parent+child combinations by using the
same id for them.


To generate a diff of this commit:
cvs rdiff -u -r1.100 -r1.101 src/usr.bin/config/defs.h
cvs rdiff -u -r1.33 -r1.34 src/usr.bin/config/mkioconf.c
cvs rdiff -u -r1.78 -r1.79 src/usr.bin/config/sem.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