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:           Sat Jan 22 13:41:22 UTC 2011

Modified Files:
        src/lib/librumpuser: rumpuser_sp.c sp_common.c
        src/sys/rump/include/rump: rumpuser.h
        src/sys/rump/librump/rumpkern: rump.c

Log Message:
In case sys_reboot() was called by a remote client, put the response
in the socket before we shut down.  This way the response to the
syscall travels to the caller and they know things worked correctly
instead of having to just assume.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/lib/librumpuser/rumpuser_sp.c
cvs rdiff -u -r1.24 -r1.25 src/lib/librumpuser/sp_common.c
cvs rdiff -u -r1.63 -r1.64 src/sys/rump/include/rump/rumpuser.h
cvs rdiff -u -r1.219 -r1.220 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