| Age | Commit message (Expand) | Author |
| 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 |
| 2011-04-12 | Fix SSP builds (Vladimir Kirillov) | christos |
| 2011-03-14 | document fdoff | pooka |
| 2011-03-14 | fdoff is descriptive enough | pooka |
| 2011-03-14 | Make fdoffset configurable. Also, enforce that host descriptors | pooka |
| 2011-03-10 | Use rumphijack_dlsym() to figure out where __sysctl() is during | pooka |
| 2011-03-10 | Revert 1.81 and do it in a saner way with an ifdef. Later, when | pooka |
| 2011-03-10 | Add serial commas. | wiz |
| 2011-03-09 | document vfs and sysctl knobs to RUMPHIJACK | pooka |
| 2011-03-09 | Make getfh() a pathcall instead of a fhcall. while it does pertain | pooka |
| 2011-03-09 | Make this compile/work on NetBSD 5 once again. | pooka |
| 2011-03-09 | Add quotactl(2) | bouyer |
| 2011-03-09 | Fix last entries, make it work again. | bouyer |
| 2011-03-09 | Add a bunch of process-wide hijack calls. Among other things, it's | pooka |
| 2011-03-09 | g/c unused global | pooka |
| 2011-03-08 | Remove trailing whitespace. | wiz |
| 2011-03-08 | Enforce that the path=/rump specifier specifies and actual path | pooka |
| 2011-03-08 | clarify blanket operation a bit more | pooka |
| 2011-03-08 | maybe typo | pooka |
| 2011-03-08 | Add ``blanket''. It acts like path, except that the prefix does | pooka |
| 2011-03-01 | another comment | pooka |
| 2011-03-01 | comment | pooka |
| 2011-02-28 | make compiler sign-happy | pooka |
| 2011-02-28 | A simple dup2-enforced affine transformation isn't enough when | pooka |
| 2011-02-27 | make error messages sensible. from uwe | pooka |
| 2011-02-25 | whoops, didn't mean to delete futimes in previous. also from riz | pooka |
| 2011-02-25 | support mknod. from riz | pooka |