summaryrefslogtreecommitdiff
path: root/lib/librumphijack
AgeCommit message (Expand)Author
2014-01-18Make sure that "_FORTIFY_SOURCE" really gets undefined even if "USE_SSP"tron
2014-01-10don't need to include anything before bsd.lib.mk since we don't use anychristos
2014-01-10ACTIVE_CC can only be used after include of bsd.own.mkmartin
2013-09-10use <rump/rumpuser_port.h>pooka
2013-07-31remove unnecessary <sys/poll.h> -- musl whines when it's includedpooka
2013-07-29Override ssp also in case where it doesn't come intrinsicallypooka
2013-07-27Extend #undef _FORTIFY_SOURCE to both files to avoid compilerpooka
2013-07-22Support Linuxen where libc ioctl has cmd as int unstead of unsigned long.pooka
2013-07-20Fixes when compiling against musl libc.pooka
2013-07-18sys/cdefs.h should come from rumpuser_port.hpooka
2012-10-16* avoid problems if the platform calls readlink() from dlsym()pooka
2012-09-12When emulating poll/select better tell the events of the host kernelmartin
2012-09-03one more patch for supporting linux-based networking clientspooka
2012-09-03More fixes for Linux (or glibc, really).pooka
2012-08-25Make librumphijack compile and work on Linux. Do not try to hijackpooka
2012-08-04Implement link(2) in rumphijack. Add a couple trivial test cases.riastradh
2012-06-29implement descriptor passing.yamt
2012-06-25Update old-style definitions to ANSI, remove a couple of registerabs
2012-04-18poll(), pollts() and select() all return int values, but in the hijackmartin
2012-03-21These directories default to WARNS?=5matt
2012-02-01Change the syscall API for quotas over to the new non-proplib one.dholland
2011-04-21Disable Fortification for pthread and rump stubs.joerg
2011-04-21Backout previous, it breaks lots of tests (tests/lib/librumphijack formartin
2011-04-13Move the forward declaration of _sys_readlink() outside of the #if,he
2011-04-12Fix SSP builds (Vladimir Kirillov)christos
2011-03-14document fdoffpooka
2011-03-14fdoff is descriptive enoughpooka
2011-03-14Make fdoffset configurable. Also, enforce that host descriptorspooka
2011-03-10Use rumphijack_dlsym() to figure out where __sysctl() is duringpooka
2011-03-10Revert 1.81 and do it in a saner way with an ifdef. Later, whenpooka
2011-03-10Add serial commas.wiz
2011-03-09document vfs and sysctl knobs to RUMPHIJACKpooka
2011-03-09Make getfh() a pathcall instead of a fhcall. while it does pertainpooka
2011-03-09Make this compile/work on NetBSD 5 once again.pooka
2011-03-09Add quotactl(2)bouyer
2011-03-09Fix last entries, make it work again.bouyer
2011-03-09Add a bunch of process-wide hijack calls. Among other things, it'spooka
2011-03-09g/c unused globalpooka
2011-03-08Remove trailing whitespace.wiz
2011-03-08Enforce that the path=/rump specifier specifies and actual pathpooka
2011-03-08clarify blanket operation a bit morepooka
2011-03-08maybe typopooka
2011-03-08Add ``blanket''. It acts like path, except that the prefix doespooka
2011-03-01another commentpooka
2011-03-01commentpooka
2011-02-28make compiler sign-happypooka
2011-02-28A simple dup2-enforced affine transformation isn't enough whenpooka
2011-02-27make error messages sensible. from uwepooka
2011-02-25whoops, didn't mean to delete futimes in previous. also from rizpooka
2011-02-25support mknod. from rizpooka