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
2022-04-16
fix various typos in comments and log messages.
andvar
2021-11-01
Force at most partial RELRO for rump_server and related libraries
nia
2021-09-11
remove fake closefrom()
christos
2021-09-11
librumphijack: fix typo for NetBSD < 5.99.7
rillig
2021-09-10
Ignore closefrom(3) for now; too complicated to descern between regular
christos
2021-09-10
- implement pselect so that the ssh test has a chance to work
christos
2020-05-27
Add pathconf and lpathconf (fixes lib/librumphijack/nfs test which uses ls
christos
2020-02-10
Change types of DUP2ALIAS and DUP2FDMASK bit masks to unsigned
kamil
2020-02-10
Avoid unportable bit shift semantics
kamil
2019-09-25
teach hijack about the new vfs syscalls
christos
2019-09-16
Stop passing -D_INCOMPLETE_XOPEN_C063 (obsolete define)
kamil
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
[next]