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