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
/
librumphijack
Age
Commit message (
Expand
)
Author
2019-02-17
Linux doesn't have paccept().
bad
2019-02-17
compile hijack.c with -D_INCOMPLETE_XOPEN_C063 so that AT_FDCWD is alwasy
bad
2018-12-16
Add an option "modctl" to capture modctl().
hannken
2018-06-28
rumphijack: don't modify a cmsg on just validating it
ozaki-r
2017-10-23
Provide better debug messages for ioctl
ozaki-r
2017-06-06
since ln(1) now uses linkat(2) provide a dumb wrapper.
christos
2017-05-11
With the removal of HAVE_REGISTER_T from rumpuser_port.h, _KERNTYPES does not
sevan
2017-05-10
Revert previous change so builds can resume.
sevan
2017-05-10
Do not define _KERNTYPES as this breaks build with buildrump.sh due to
sevan
2017-02-16
Support paccept for nc
ozaki-r
2016-12-02
fix test lib/librumphijack/t_sh/runscript
christos
2016-08-11
Object to dup2() if target fd is in the range of fd's that
kre
2016-01-23
Define _KERNTYPES for things that need it.
christos
2015-08-25
Remember that dlsym() tends to fail on PowerPC during init (or at least
pooka
2015-08-25
allow mmap() to be called before init runs
pooka
2015-04-11
Define the expansion of the VFORK macro, not the symbol `VFORK'.
riastradh
2015-03-05
Wrap utimensat() only if present on host
pooka
2015-03-04
Make ATCALL() behave for absolute paths too.
pooka
2015-03-04
Define a generic ATCALL() and use it to implement utimensat()
pooka
2015-03-03
Also hijack futimens(2) so that t_sh test passes.
enami
2015-03-03
Hijack utimensat(2) so that t_vfs test passes after cp(1)/mv(1) are
enami
2014-11-04
Use autoconf for rump kernel posix hypercall layer.
pooka
2014-08-12
In case of no dup2'd fd's, make sure that F_CLOSEM for the
pooka
2014-07-21
Ignore the contents of revents when poll() returns failure.
gson
2014-07-19
Do not assert that the two threads do not simultanously notify each
gson
2014-04-02
Add Android support for rump kernel.
justin
2014-01-18
Make sure that "_FORTIFY_SOURCE" really gets undefined even if "USE_SSP"
tron
2014-01-10
don't need to include anything before bsd.lib.mk since we don't use any
christos
2014-01-10
ACTIVE_CC can only be used after include of bsd.own.mk
martin
2013-09-10
use <rump/rumpuser_port.h>
pooka
2013-07-31
remove unnecessary <sys/poll.h> -- musl whines when it's included
pooka
2013-07-29
Override ssp also in case where it doesn't come intrinsically
pooka
2013-07-27
Extend #undef _FORTIFY_SOURCE to both files to avoid compiler
pooka
2013-07-22
Support Linuxen where libc ioctl has cmd as int unstead of unsigned long.
pooka
2013-07-20
Fixes when compiling against musl libc.
pooka
2013-07-18
sys/cdefs.h should come from rumpuser_port.h
pooka
2012-10-16
* avoid problems if the platform calls readlink() from dlsym()
pooka
2012-09-12
When emulating poll/select better tell the events of the host kernel
martin
2012-09-03
one more patch for supporting linux-based networking clients
pooka
2012-09-03
More fixes for Linux (or glibc, really).
pooka
2012-08-25
Make librumphijack compile and work on Linux. Do not try to hijack
pooka
2012-08-04
Implement link(2) in rumphijack. Add a couple trivial test cases.
riastradh
2012-06-29
implement descriptor passing.
yamt
2012-06-25
Update old-style definitions to ANSI, remove a couple of register
abs
2012-04-18
poll(), pollts() and select() all return int values, but in the hijack
martin
2012-03-21
These directories default to WARNS?=5
matt
2012-02-01
Change the syscall API for quotas over to the new non-proplib one.
dholland
2011-04-21
Disable Fortification for pthread and rump stubs.
joerg
2011-04-21
Backout previous, it breaks lots of tests (tests/lib/librumphijack for
martin
2011-04-13
Move the forward declaration of _sys_readlink() outside of the #if,
he
[next]