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
/
hijack.c
Age
Commit message (
Expand
)
Author
2022-04-16
fix various typos in comments and log messages.
andvar
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-02-17
Linux doesn't have paccept().
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-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
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
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-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-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
2011-04-12
Fix SSP builds (Vladimir Kirillov)
christos
[next]