| Age | Commit message (Expand) | Author |
| 2022-05-03 | Make option VNODE_LOCKDEBUG more functional. | hannken |
| 2021-07-07 | Allow to set sanitizer flags for the rump build from the | martin |
| 2021-04-25 | use MACHINE_MIPS64 | christos |
| 2021-04-13 | Pass -isystem and -imacro ccp flags to lint | christos |
| 2021-03-14 | Build rump for PPC_OEA64 on evbppc64. | rin |
| 2020-06-12 | Remove in-kernel handling of Router Advertisements | roy |
| 2020-05-29 | Set -fno-delete-null-pointer-checks for RUMP/MKSANITIZER with Clang | kamil |
| 2020-03-09 | Revert previous | kamil |
| 2020-03-09 | Build RUMP with -fno-delete-null-pointer-checks on all compilers | kamil |
| 2020-02-20 | The global offset table is spelled .TOC. on PPC64, so preserve that symbol. | joerg |
| 2018-03-03 | Disable NULL pointer check deletion like we do for the kernel in | christos |
| 2018-01-18 | implement 32-bit compat support for raidframe. | mrg |
| 2017-10-08 | Honor REPROFLAGS for rump components. | joerg |
| 2016-07-09 | Pass down ${CPUFLAGS} | matt |
| 2015-11-15 | describe => rumpdescribe | pooka |
| 2015-10-19 | Add a COMMENT describing what each component roughly does. | pooka |
| 2015-08-24 | Remove individual opt_foo.h files, continue consolidating to opt_rumpkernel.h | pooka |
| 2015-08-24 | remove librump/rumpnet/opt, consolidate in rump/include/opt | pooka |
| 2015-08-24 | Remove unnecessary DPSRCS+= | pooka |
| 2015-08-24 | Use BUILDRUMP_IMACROS if specified. | pooka |
| 2015-08-21 | Move constant cpp macros from Makefile.rump into opt_rumpkernel.h | pooka |
| 2015-06-03 | Add a "default" alias for RUMP_NBCOMPAT, in case "default" and "all" | pooka |
| 2015-06-03 | Add "all" and "none" as acceptable RUMP_NBCOMPAT value aliases to | pooka |
| 2015-04-24 | There are tests which rely on compat code continuing to be present, | pooka |
| 2015-04-23 | Rename RUMP_COMPAT to RUMP_NBCOMBAT to better signify what the | pooka |
| 2015-04-23 | For RUMP_COMPAT, accept "all" as an alias. | pooka |
| 2015-04-23 | Default compat to 60 70, now that it hopefully generates no fallout. | pooka |
| 2015-04-22 | Put 50 back to compat list for a while (some fallout) | pooka |
| 2015-04-22 | Define rump_nativeabi_p() under arch, where one would logically expect | pooka |
| 2015-04-22 | default compat to 60 & 70 | pooka |
| 2015-04-22 | Generate -DCOMPAT_nn from a list of nn provided in RUMP_COMPAT | pooka |
| 2014-12-02 | Remove shlib_version files and just use Makefile SHLIB_MAJOR/MINOR, | pooka |
| 2014-12-01 | need -Wno-unused-parameter with -Wextra | pooka |
| 2014-12-01 | define the warnings used for hypercall components once | pooka |
| 2014-12-01 | RUMPCOMP_USER has been deprecated for long enough, remove it. | pooka |
| 2014-07-22 | Implement rumpcomp_sync_icache() hyprecall for mips and add | alnsn |
| 2014-06-20 | Some rump kernel components for interfacing with the environment need | pooka |
| 2014-04-25 | Remove old HAVE_SUN_LD compat handling, it was there long enough. | pooka |
| 2014-04-23 | Add a RUMP_USE_CTOR compile-time switch. If defined, use | pooka |
| 2014-04-15 | add multi-inclusion protection | pooka |
| 2014-03-16 | Introduce RUMP_CURLWP compile option to select curlwp scheme. | pooka |
| 2014-03-16 | Allow RUMP_LDSCRIPT itself to be used to specify which ldscript to use. | pooka |
| 2014-03-15 | Allow compile-time optimizations to curlwp. This can have a pretty | pooka |
| 2014-03-13 | Allow multiple "rumpcomp_user" source modules to be specified by | pooka |
| 2014-03-10 | Move the "is arch capable of loading native kernel modules into | pooka |
| 2013-12-09 | Make ktrace a compile-time option | pooka |
| 2013-12-09 | Support ktrace for rump kernels. | pooka |
| 2013-09-03 | RUMPCOMP_USEROBJ -> RUMPOBJ_NORENAME | pooka |
| 2013-08-30 | Rename RUMPTEST_BUILDSH to RUMPKERN_ONLY. Turns out not building any | pooka |
| 2013-08-05 | The linker script is the argument of -T, so keep them together. | joerg |