Module Name: src Committed By: pooka Date: Sat Sep 7 17:58:00 UTC 2013
Modified Files: src/sys/rump/librump/rumpkern: Makefile.rumpkern rump.c rump_private.h Added Files: src/sys/rump/librump/rumpkern: cons.c Log Message: Add an initial console device and open fd's 0/1/2 for initproc. This is again useful in standalone-type environments such as Xen, where all printf/etc calls go through the rump kernel. To generate a diff of this commit: cvs rdiff -u -r1.131 -r1.132 src/sys/rump/librump/rumpkern/Makefile.rumpkern cvs rdiff -u -r0 -r1.1 src/sys/rump/librump/rumpkern/cons.c cvs rdiff -u -r1.273 -r1.274 src/sys/rump/librump/rumpkern/rump.c cvs rdiff -u -r1.75 -r1.76 src/sys/rump/librump/rumpkern/rump_private.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.