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:   pooka
Date:           Thu May  2 19:15:02 UTC 2013

Modified Files:
        src/lib/librumpuser: rumpuser.3 rumpuser_pth.c rumpuser_pth_dummy.c
        src/sys/rump/include/machine: cpu.h
        src/sys/rump/include/rump: rumpuser.h
        src/sys/rump/librump/rumpkern: lwproc.c rump.c scheduler.c threads.c
        src/sys/rump/librump/rumpkern/arch/i386: rumpcpu.c

Log Message:
Inform the rump kernel hypervisor of valid thread contexts so
that the implementation can allocate and release storage for them
in an optimal fashion, if necessary.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/lib/librumpuser/rumpuser.3
cvs rdiff -u -r1.22 -r1.23 src/lib/librumpuser/rumpuser_pth.c
cvs rdiff -u -r1.12 -r1.13 src/lib/librumpuser/rumpuser_pth_dummy.c
cvs rdiff -u -r1.15 -r1.16 src/sys/rump/include/machine/cpu.h
cvs rdiff -u -r1.100 -r1.101 src/sys/rump/include/rump/rumpuser.h
cvs rdiff -u -r1.21 -r1.22 src/sys/rump/librump/rumpkern/lwproc.c
cvs rdiff -u -r1.266 -r1.267 src/sys/rump/librump/rumpkern/rump.c
cvs rdiff -u -r1.32 -r1.33 src/sys/rump/librump/rumpkern/scheduler.c
cvs rdiff -u -r1.20 -r1.21 src/sys/rump/librump/rumpkern/threads.c
cvs rdiff -u -r1.10 -r1.11 src/sys/rump/librump/rumpkern/arch/i386/rumpcpu.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