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
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
-I../librumpuser is still required for sp_common.c
pooka
2013-09-10
use <rump/rumpuser_port.h>
pooka
2013-05-15
Make it possible for external parties to specify additional dplibs.
pooka
2013-03-08
Standardize Lb argument.
wiz
2013-01-20
Provide register_t compat on solarisa.
pooka
2013-01-17
fix the extern "C" stuff
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-16
Request always_inline for rumpclient__dofork, it won't work correctly
joerg
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
need -I${.OBJDIR} now
pooka
2011-03-08
create srcsys symlink
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-22
Remove "NOLINT" setting that was apparently committed by accident and
tron
2011-02-22
Disable string aliasing for rump_syscalls.c. I can't figure out
pooka
2011-02-18
I think I skipped the class where they taught that multiplication
pooka
2011-02-17
Use more appropriate markup. Fix a typo.
wiz
2011-02-16
add some excuse of a manpage for librumpclient
pooka
2011-02-16
Include "sys/null.h" to get the definition of NULL.
tron
2011-02-16
fix signature of rumpclient_fork()
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-07
types.h for time_t
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
[next]