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
/
rumpuser_sp.c
Age
Commit message (
Expand
)
Author
2020-05-06
Allocate one more byte so that we are always NUL-terminated, and remove
christos
2020-05-06
Avoid buffer overflow
kamil
2020-03-24
If we're going to loop, pausing and then retrying malloc() after it
kre
2020-03-24
Revert previous
kamil
2020-03-24
Avoid buffer overflow
kamil
2016-09-06
Redo previous by avoiding the casts and using PRIxREGISTER instead
martin
2016-09-06
Can not print register_t with %d, cast to long and use %ld instead.
martin
2015-08-16
Hurd support, part 1
pooka
2015-02-04
If binding fails, print URL with which it failed.
pooka
2014-12-08
Avoid uninitialised variable warning when gcc is feeling lazy
justin
2014-08-25
No longer create a special process context to fork remote clients off
pooka
2014-06-14
Remove one more symbol reference to librump (missed in previous commit
pooka
2014-05-23
do previous the right way to avoid rumpuser linkage dependency on librump
pooka
2014-05-23
Create remote clients with standard file descriptors open. Fixes at
pooka
2014-02-28
Fix locking SNAFU.
pooka
2014-01-08
OpenBSD support
pooka
2013-11-01
Workaround a gcc -Wuninitilized whine
pooka
2013-10-27
librumpuser: add some #ifdef __APPLE__ and missing bits to build it on OS X.
rmind
2013-07-18
Fix build where compiler can throw an array-bounds error and
pooka
2013-04-30
Translate error codes between the hypervisor and rump kernel.
pooka
2013-04-30
Make hypercall calling conventions consistent: iff a hypercall can fail,
pooka
2013-04-29
Make the rump kernel upcalls which were previous available only to
pooka
2013-04-27
nuke unused var
pooka
2013-04-27
make the random hypercall more generic
pooka
2013-04-27
wrap unportable register_t with a long. should do it in the front
pooka
2013-04-27
* integrate rumpuser_getversion() with the hypervisor initialization
pooka
2013-01-14
Support Cygwin as a hypervisor.
pooka
2012-11-26
Support DragonFly BSD.
pooka
2012-11-26
FreeBSD fixes.
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
2012-03-09
Disable reduced stack for now. It creates fallout I'm not willing to
joerg
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-07
use nwork-adjusted amount of idle workers to decide is they are truly idle.
pooka
2011-02-15
Cleanup server socket before sending back "ok" for halt. Fixes
pooka
2011-02-15
support HANDSHAKE_EXEC
pooka
2011-02-08
Turn the "idle workers available" from a flag into a counter so
pooka
2011-02-06
Fix a race condition in the worker thread caching logic: if we got
pooka
2011-01-28
Pass the value of getprogname() from the client to the server and
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-12
call procexit when a connection closes
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-06
Make rumpclient syscalls safe to call from signal handlers.
pooka
2011-01-05
Release sender lock before zeroing out "wanted" status during
pooka
2011-01-05
Support fork() for rumpclient users.
pooka
2011-01-02
rump_lwproc_newproc -> rump_lwproc_rfork
pooka
[next]