Home | History | Annotate | Download | only in lib
History log of /src/sys/rump/dev/lib/Makefile.inc
RevisionDateAuthorComments
 1.8  26-Jan-2016  pooka Put the kernelside rump kernel headers into <rump-sys> instead of
sprinkling them around the faction directories. Avoids having
to add a CPPFLAGS (or several) to pretty much every component
Makefile.

Leave compat headers around in the old locations.

The commit changes some autogenerated files, but I'll fix the
generators shortly and regen.
 1.7  17-Nov-2015  pooka Fix argument to empty()

Guess none of the fast-running tests exercised the
component being initialized ...
 1.6  16-Nov-2015  pooka Use IOCONF #define to determine component name.

Avoids having to manually retype info already in .ioconf.

Also, COMPONENT_SIMPLE -> RUMP_COMPONENT=simple. That way, we can add
other attributes where necessary. As "future directions", the "ioconf"
attribute for RUMP_COMPONENT can just be removed when a driver is
converted to modular and has a proper modcmd.
 1.5  11-Nov-2015  pooka Make it easier to create rump kernel components, part 1.

Reduce copypasteware for the component constructors. If a constructor
calls only config_init_component(), handle it from a common source file
instead of copying the same(ish) file around to every component.
 1.4  24-Aug-2015  pooka continue consolidating non-modular option files
 1.3  01-Mar-2010  pooka branches: 1.3.20; 1.3.38;
Introduce RUMP_COMPONENT. It behaves mostly like a simplified
module which is linked into the kernel and cannot be unloaded.
The main purpose is to get the proper constructors run and create
any /dev nodes necessary for said component. Once more of the
kernel (e.g. networking stack and device drivers) are converted to
MODULE and devfs pops up from somewhere, rump components can be
retired.
 1.2  04-Sep-2009  pooka branches: 1.2.2;
build & install librumpdev_netsmb and librumpfs_smbfs components
 1.1  09-Jun-2009  pooka branches: 1.1.2;
Checkpoint a bunch of work-in-progress: support for disk devices
and raidframe. Raidframe works well enough to configure a raid in
the rump kernel, but the usage is "interesting" (pending some other
changes/cleanup from other parts in my tree).

These are not built by default yet.
 1.1.2.4  11-Mar-2010  yamt sync with head
 1.1.2.3  16-Sep-2009  yamt sync with head
 1.1.2.2  20-Jun-2009  yamt sync with head
 1.1.2.1  09-Jun-2009  yamt file Makefile.inc was added on branch yamt-nfs-mp on 2009-06-20 07:20:35 +0000
 1.2.2.1  30-Apr-2010  uebayasi Sync with HEAD.
 1.3.38.3  19-Mar-2016  skrll Sync with HEAD
 1.3.38.2  27-Dec-2015  skrll Sync with HEAD (as of 26th Dec)
 1.3.38.1  22-Sep-2015  skrll Sync with HEAD
 1.3.20.1  03-Dec-2017  jdolecek update from HEAD

RSS XML Feed