Source-Changes archive

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

CVS commit: [netbsd-7] src



Module Name:    src
Committed By:   martin
Date:           Tue Dec  9 19:14:27 UTC 2014

Modified Files:
        src/lib/librumpuser [netbsd-7]: rumpuser_sp.c
        src/sys/rump/librump/rumpkern [netbsd-7]: cons.c rump.c

Log Message:
Pull up following revision(s) (requested by gson in ticket #299):
        sys/rump/librump/rumpkern/cons.c: revision 1.4
        sys/rump/librump/rumpkern/rump.c: revision 1.311
        lib/librumpuser/rumpuser_sp.c: revision 1.67
No longer create a special process context to fork remote clients off
of, simply always rfork off of proc1 closing all descriptors, and have
the rump kernel open 0/1/2 if the parent process is "1".
Fixes tests/rump/rumpkernel/t_sp, which was failing since the
abovementioned special process change due to attempting to deliver a
signal to the special process and the special process was not equipped
to handle one.


To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.66.2.1 src/lib/librumpuser/rumpuser_sp.c
cvs rdiff -u -r1.3 -r1.3.8.1 src/sys/rump/librump/rumpkern/cons.c
cvs rdiff -u -r1.308.2.1 -r1.308.2.2 src/sys/rump/librump/rumpkern/rump.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