summaryrefslogtreecommitdiff
path: root/lib/librumpuser/sp_common.c
AgeCommit message (Expand)Author
2014-01-08OpenBSD supportpooka
2013-12-31Do not export symbols which don't need to be exported.pooka
2013-01-14Support Cygwin as a hypervisor.pooka
2012-11-26Since SA_SETLEN() is used only for sockaddr_in, convert it to SIN_SETLEN()pooka
2012-11-18Fixes for Solarisa.pooka
2012-09-21For the rumpsp protocol, don't assume that the bit representation ofpooka
2012-07-27Once again, make the rump kernel hypercall layer work on Linux.pooka
2011-03-08Use sendmsg() instead multiple calls to sendto(). It behavespooka
2011-03-08Nuke all threads belonging to a process calling exec before allowingpooka
2011-03-08return correct value when reading a short framepooka
2011-02-15support HANDSHAKE_EXECpooka
2011-02-14A bunch of changes which essentially make sshd work with a hijackedpooka
2011-01-24Add reconnect code to librumpclient. In case the connection topooka
2011-01-22In case sys_reboot() was called by a remote client, put the responsepooka
2011-01-14Add RUMPSP_RAISE: the kernel sends a signal to the client.pooka
2011-01-10A bunch of improvements:pooka
2011-01-10g/c code which is unused in the serverpooka
2011-01-09Separate rw_data and rw_done. Otherwise we don't get wakeups forpooka
2011-01-07Make rumpclient impervious to LD_PRELOAD syscall hijacking by usingpooka
2011-01-06Make rumpclient syscalls safe to call from signal handlers.pooka
2011-01-05Support fork() for rumpclient users.pooka
2010-12-16Have the client and server perform some sort of handshake first.pooka
2010-12-16Print a banner a connecting client. The banner contains rump sppooka
2010-12-12Unlink unix socket as part of server exit.pooka
2010-11-30Hands off of stuff we need to keep hands off of.pooka
2010-11-29Remove remaining panic()s from server-side code. Also, allow topooka
2010-11-26Fix a few locking problems with multithreaded clients.pooka
2010-11-26Improve reliability in cases where client disconnects mid-operation.pooka
2010-11-25*facepalm*, adjust remote copyinstr to work in cases where the endpooka
2010-11-24unsnafu previouspooka
2010-11-24Unschedule from CPU for out-of-kernel blocking ops. Otherwise wepooka
2010-11-24missed part of earlier commitpooka
2010-11-19Support multithreaded clients and fix a few bugs.pooka
2010-11-19delintpooka
2010-11-19Start working on making the syscall proxy code threadsafe. Thepooka
2010-11-10Don't puff sigpipe if the connection has been severed. May happenpooka
2010-11-05Implement support for unix domain sockets (important especiallypooka
2010-11-04Refactor the sysproxy code so that rumpuser contains only the server side.pooka