Module Name: src Committed By: pooka Date: Thu Jun 10 21:56:42 UTC 2010
Modified Files: src/sys/rump: Makefile Added Files: src/sys/rump/kern: Makefile src/sys/rump/kern/lib: Makefile Makefile.inc src/sys/rump/kern/lib/libksem: Makefile shlib_version Log Message: Add infrastructure for kern compnents. This is meant for those components which are too bloaty to be included in rumpkern (where bloaty means "can be easily left out without anyone missing"), but generally do not require the support of the dev/fs/net factions to function. As the first one, add ksems. librumpcrypto will migrate here too once I get my timeslice to deal with the setlists, as most likely will tty support. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/rump/Makefile cvs rdiff -u -r0 -r1.1 src/sys/rump/kern/Makefile cvs rdiff -u -r0 -r1.1 src/sys/rump/kern/lib/Makefile \ src/sys/rump/kern/lib/Makefile.inc cvs rdiff -u -r0 -r1.1 src/sys/rump/kern/lib/libksem/Makefile \ src/sys/rump/kern/lib/libksem/shlib_version Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.