Source-Changes archive

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

CVS commit: src/sys



Module Name:    src
Committed By:   pooka
Date:           Fri Jan  2 02:54:13 UTC 2009

Modified Files:
        src/sys/conf: files
        src/sys/kern: subr_prf.c
        src/sys/rump/include/rump: rumpuser.h
        src/sys/rump/librump/rumpkern: Makefile.rumpkern emul.c rump.c
            rump_private.h
        src/sys/rump/librump/rumpuser: rumpuser.c
Added Files:
        src/sys/rump/librump/rumpkern/opt: opt_dump.h opt_kgdb.h
Removed Files:
        src/sys/kern: subr_prf2.c

Log Message:
Include kernel printf routines in rump instead of relying on the
magic libc symbol.  This also allows to bid farewell to subr_prf2.c
and merge the contents back to subr_prf.c.  The host kernel bridging
is now done via rumpuser_putchar().


To generate a diff of this commit:
cvs rdiff -r1.932 -r1.933 src/sys/conf/files
cvs rdiff -r1.126 -r1.127 src/sys/kern/subr_prf.c
cvs rdiff -r1.4 -r0 src/sys/kern/subr_prf2.c
cvs rdiff -r1.4 -r1.5 src/sys/rump/include/rump/rumpuser.h
cvs rdiff -r1.28 -r1.29 src/sys/rump/librump/rumpkern/Makefile.rumpkern
cvs rdiff -r1.66 -r1.67 src/sys/rump/librump/rumpkern/emul.c
cvs rdiff -r1.80 -r1.81 src/sys/rump/librump/rumpkern/rump.c
cvs rdiff -r1.20 -r1.21 src/sys/rump/librump/rumpkern/rump_private.h
cvs rdiff -r0 -r1.1 src/sys/rump/librump/rumpkern/opt/opt_dump.h \
    src/sys/rump/librump/rumpkern/opt/opt_kgdb.h
cvs rdiff -r1.23 -r1.24 src/sys/rump/librump/rumpuser/rumpuser.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