index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
librumpuser
/
sp_common.c
Age
Commit message (
Expand
)
Author
2014-01-08
OpenBSD support
pooka
2013-12-31
Do not export symbols which don't need to be exported.
pooka
2013-01-14
Support Cygwin as a hypervisor.
pooka
2012-11-26
Since SA_SETLEN() is used only for sockaddr_in, convert it to SIN_SETLEN()
pooka
2012-11-18
Fixes for Solarisa.
pooka
2012-09-21
For the rumpsp protocol, don't assume that the bit representation of
pooka
2012-07-27
Once again, make the rump kernel hypercall layer work on Linux.
pooka
2011-03-08
Use sendmsg() instead multiple calls to sendto(). It behaves
pooka
2011-03-08
Nuke all threads belonging to a process calling exec before allowing
pooka
2011-03-08
return correct value when reading a short frame
pooka
2011-02-15
support HANDSHAKE_EXEC
pooka
2011-02-14
A bunch of changes which essentially make sshd work with a hijacked
pooka
2011-01-24
Add reconnect code to librumpclient. In case the connection to
pooka
2011-01-22
In case sys_reboot() was called by a remote client, put the response
pooka
2011-01-14
Add RUMPSP_RAISE: the kernel sends a signal to the client.
pooka
2011-01-10
A bunch of improvements:
pooka
2011-01-10
g/c code which is unused in the server
pooka
2011-01-09
Separate rw_data and rw_done. Otherwise we don't get wakeups for
pooka
2011-01-07
Make rumpclient impervious to LD_PRELOAD syscall hijacking by using
pooka
2011-01-06
Make rumpclient syscalls safe to call from signal handlers.
pooka
2011-01-05
Support fork() for rumpclient users.
pooka
2010-12-16
Have the client and server perform some sort of handshake first.
pooka
2010-12-16
Print a banner a connecting client. The banner contains rump sp
pooka
2010-12-12
Unlink unix socket as part of server exit.
pooka
2010-11-30
Hands off of stuff we need to keep hands off of.
pooka
2010-11-29
Remove remaining panic()s from server-side code. Also, allow to
pooka
2010-11-26
Fix a few locking problems with multithreaded clients.
pooka
2010-11-26
Improve reliability in cases where client disconnects mid-operation.
pooka
2010-11-25
*facepalm*, adjust remote copyinstr to work in cases where the end
pooka
2010-11-24
unsnafu previous
pooka
2010-11-24
Unschedule from CPU for out-of-kernel blocking ops. Otherwise we
pooka
2010-11-24
missed part of earlier commit
pooka
2010-11-19
Support multithreaded clients and fix a few bugs.
pooka
2010-11-19
delint
pooka
2010-11-19
Start working on making the syscall proxy code threadsafe. The
pooka
2010-11-10
Don't puff sigpipe if the connection has been severed. May happen
pooka
2010-11-05
Implement support for unix domain sockets (important especially
pooka
2010-11-04
Refactor the sysproxy code so that rumpuser contains only the server side.
pooka