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
/
librumpclient
/
rumpclient.c
Age
Commit message (
Expand
)
Author
2014-02-26
Use MAP_ANON|MAP_PRIVATE for anonymous memory mapping,
pooka
2014-02-20
Translate signal numbers between rump kernel and (POSIX) host.
pooka
2013-09-10
use <rump/rumpuser_port.h>
pooka
2013-01-17
Solaris 10 fixes
pooka
2013-01-17
If the host doesn't support RTLD_NEXT, don't play the dynamic linking game.
pooka
2012-09-12
attempt to inform user of what the error means
pooka
2012-08-29
Remove unused variable. Approved by pooka.
msaitoh
2012-08-03
force-terminate commname
pooka
2012-08-03
Make librumpclient compile and work on Linux. This is accomplished by:
pooka
2012-03-21
Use C89 function definition
matt
2011-12-12
Mark rumphijack_dlsym explicitly as weak to prevent optimisations based
joerg
2011-12-12
Don't use K&R syntax
joerg
2011-04-30
Save/restore errno in error path in dupgood. Check that n>0 before
alnsn
2011-03-15
don't spam connection errors to stderr by default
pooka
2011-03-09
* use _exit() instead of exit() in retryconn=die: atexit() handlers
pooka
2011-03-08
and for my next trick, i'm going to spell ARGSUSED correctly
pooka
2011-03-08
lint love
pooka
2011-03-08
Since we ~never have a frame waiting on the initial call to waitresp,
pooka
2011-03-08
Use sendmsg() instead multiple calls to sendto(). It behaves
pooka
2011-02-27
Take reasonable precautions against init in a parent process
pooka
2011-02-25
fix __RCSID
pooka
2011-02-24
Fix static fallback path.
pooka
2011-02-24
Make the rumphijack dlsym trampoline call from rumpclient a "real"
pooka
2011-02-24
Die with a sensible error message if a symbol cannot be found.
pooka
2011-02-18
I think I skipped the class where they taught that multiplication
pooka
2011-02-16
* set default server connection retry to 0 (no reconnection attempts).
pooka
2011-02-16
Support vfork. Add rumpclient wrapper for daemon(3).
pooka
2011-02-16
Push the fiddly tasks for exec and fork from rumphijack to rumpclient.
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-02-09
The following happens when sending mail with mutt via a rump
pooka
2011-02-07
malloc/free aren't async-signal-safe, so avoid calling them when
pooka
2011-02-07
make sure we don't use "fullset" before we init it
pooka
2011-02-06
Add another connection retry model which simply does exit(1) if
pooka
2011-02-06
Make sure to close parent's server communication socket after fork.
pooka
2011-02-05
Fix some snafus to allow rumphijack to work on -current.
pooka
2011-01-28
Pass the value of getprogname() from the client to the server and
pooka
2011-01-27
Allow to set a timeout for how long the client will attempt to
pooka
2011-01-26
plug fd leak in reconnect code
pooka
2011-01-24
Add reconnect code to librumpclient. In case the connection to
pooka
2011-01-21
Forgot to commit this a few days ago: need to make sure we get the
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-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-11-30
lintsquelch
pooka
[next]