Source-Changes archive

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

CVS commit: src



Module Name:    src
Committed By:   jmmv
Date:           Fri Feb  3 11:04:47 UTC 2006

Modified Files:
        src/distrib/sets/lists/comp: mi
        src/share/man/man9: Makefile
        src/sys/conf: files
        src/sys/sys: Makefile
Added Files:
        src/share/man/man9: optstr.9
        src/sys/kern: subr_optstr.c
        src/sys/sys: optstr.h

Log Message:
Implement options string parsing of the form 'a=b c=d ...'.  This will be
initially used by i386's Multiboot support but will be useful in other
situations too (think refactoring mount(2)'s API).


To generate a diff of this commit:
cvs rdiff -r1.845 -r1.846 src/distrib/sets/lists/comp/mi
cvs rdiff -r1.189 -r1.190 src/share/man/man9/Makefile
cvs rdiff -r0 -r1.1 src/share/man/man9/optstr.9
cvs rdiff -r1.756 -r1.757 src/sys/conf/files
cvs rdiff -r0 -r1.1 src/sys/kern/subr_optstr.c
cvs rdiff -r1.80 -r1.81 src/sys/sys/Makefile
cvs rdiff -r0 -r1.1 src/sys/sys/optstr.h

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