| Age | Commit message (Expand) | Author |
| 2023-04-23 | rumpdev: Catch up to buf_syncwait -> vfs_syncwait rename. | riastradh |
| 2021-06-29 | Rework the xxxVERBOSE option to share the common module-hook-based | pgoyette |
| 2020-02-23 | no need to call config_init_mi() in rumpdev any more - rump_init() now calls | jdolecek |
| 2019-05-13 | On the one thousand and ninth day rump's mainbus was moved from | bad |
| 2016-01-26 | Put the kernelside rump kernel headers into <rump-sys> instead of | pooka |
| 2015-10-19 | Add a COMMENT describing what each component roughly does. | pooka |
| 2015-08-25 | some final -Ifoo/opt removal | pooka |
| 2015-08-24 | continue consolidating non-modular option files | pooka |
| 2015-05-20 | build dev_verbose.c | pooka |
| 2014-12-02 | Remove shlib_version files and just use Makefile SHLIB_MAJOR/MINOR, | pooka |
| 2014-06-13 | call config_create_mountrootthreads(), if applicable | pooka |
| 2014-04-04 | provide cpu_bootconf() | christos |
| 2013-09-20 | use ioconf for mainbus | pooka |
| 2013-09-19 | Move the bus_dma implementation that works only with ugenhc into the | pooka |
| 2013-09-17 | Make it possible to run component constructors after mainbus attaches, | pooka |
| 2013-03-15 | Allow Makefile.rump to append to SRCS. | pooka |
| 2013-01-14 | Remove routines which don't make sense (maybe they're some intermediate | pooka |
| 2013-01-14 | Don't use __weak_alias where the component framework is sufficient. | pooka |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 2011-07-15 | Use <sys/bus.h> not <machine/bus.h>. | dyoung |
| 2011-03-28 | __HAVE_DEVICE_REGISTER_POSTCONFIG and __HAVE_DEVICE_REGISTER | dyoung |
| 2010-06-13 | Move FLAWLESSCALL from rump_dev_private.h into rump_private.h | pooka |
| 2010-03-25 | define the incredible FLAWLESSCALL macro in one place | pooka |
| 2010-03-08 | Use config pseudo-root keyword instead of monolithic configurations | pooka |
| 2010-03-07 | tweak previous to actually work | pooka |
| 2010-03-07 | pmf wants buf_syncwait() which is a part of optional vfs | pooka |
| 2010-03-01 | Introduce RUMP_COMPONENT. It behaves mostly like a simplified | pooka |
| 2010-03-01 | Free memory in unmap instead of panicking. | pooka |
| 2010-02-16 | Globally define -Wno-pointer-sign, as it has become a pointless | pooka |
| 2010-02-09 | Now that there is a working bus.h for all architectures, move rump | pooka |
| 2010-02-03 | Convert to match current ioconf fashion. | pooka |
| 2010-01-31 | Add sysmon rump component. | pooka |
| 2010-01-19 | Add bpf rump component (and put in some wscons stuff i forgot to earlier). | pooka |
| 2010-01-10 | Add a new optional function device_register_post_config(), symmetric to | martin |
| 2010-01-09 | pmf_init() | pooka |
| 2010-01-09 | Include kern_pmf.c in rumpdev. | pooka |
| 2009-12-04 | Add initial version of RUMP based device-mapper port. libdm compile whole | haad |
| 2009-10-10 | add some stubs required by raidframe linkage | pooka |
| 2009-10-03 | pass unit number in mainbus attach args | pooka |
| 2009-10-02 | Hold on to your giantlocks while calling device autoconfusion. | pooka |
| 2009-10-01 | add a new init-related calls | pooka |
| 2009-10-01 | children of mainbus, attach (well, one child, iff it happens to be around) | pooka |
| 2009-09-21 | Split config_init() into config_init() and config_init_mi() to help | pooka |
| 2009-09-20 | attach mainbus | pooka |
| 2009-09-08 | initialize rnd if present | pooka |
| 2009-09-06 | Rename rump_dev_makenodes() to rump_vfs_makedevnodes() -- while it | pooka |
| 2009-09-04 | add netsmb rump component | pooka |
| 2009-09-04 | Both amiga and atari needs <sys/lwp.h> explicitly included in order | he |
| 2009-09-02 | add address space specifiers to do_sys_mk{dir,nod} calls | pooka |
| 2009-07-20 | device subroutines and autoconfig support for rump. work in progress. | pooka |