Home | History | Annotate | only in /src/sys/rump/dev/lib/libsysmon
History log of /src/sys/rump/dev/lib/libsysmon
RevisionDateAuthorComments
 1.9 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.8 19-Oct-2015  pooka Add a COMMENT describing what each component roughly does.

"make describe" prints the comment.

Requested/inspired by Vincent Schwarzer on rumpkernel-users
 1.7 24-Aug-2015  pooka continue consolidating non-modular option files
 1.6 13-Mar-2014  pooka branches: 1.6.6;
rename component.c -> sysmon_component.c
 1.5 05-Dec-2010  pooka branches: 1.5.8; 1.5.18; 1.5.22;
whitespace polish
 1.4 19-Oct-2010  pgoyette Build the new swsensor(4) device and add to set lists
 1.3 22-Jul-2010  pgoyette Convert swwdog(4) from a simple defpseudo device to a defpseudodev so
that we can attach a power management handler. The handler prevents
a suspend if the watchdog is active, to be consistent with other
watchdog drivers.

As discussed on tech-kern.
 1.2 16-Feb-2010  pooka branches: 1.2.2; 1.2.4;
Globally define -Wno-pointer-sign, as it has become a pointless
exercise of "add it to every Makefile individually".

XXX: should autosynchronize with the rest of the kernel buildflags
in sys/conf/Makefile.kern.inc.
 1.1 31-Jan-2010  pooka branches: 1.1.2;
Add sysmon rump component.
 1.1.2.3 22-Oct-2010  uebayasi Sync with HEAD (-D20101022).
 1.1.2.2 17-Aug-2010  uebayasi Sync with HEAD.
 1.1.2.1 30-Apr-2010  uebayasi Sync with HEAD.
 1.2.4.1 05-Mar-2011  rmind sync with head
 1.2.2.3 11-Aug-2010  yamt sync with head.
 1.2.2.2 11-Mar-2010  yamt sync with head
 1.2.2.1 16-Feb-2010  yamt file Makefile was added on branch yamt-nfs-mp on 2010-03-11 15:04:33 +0000
 1.5.22.1 18-May-2014  rmind sync with head
 1.5.18.2 03-Dec-2017  jdolecek update from HEAD
 1.5.18.1 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.5.8.1 22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.6.6.3 19-Mar-2016  skrll Sync with HEAD
 1.6.6.2 27-Dec-2015  skrll Sync with HEAD (as of 26th Dec)
 1.6.6.1 22-Sep-2015  skrll Sync with HEAD
 1.1 22-Jul-2010  pgoyette branches: 1.1.2; 1.1.4; 1.1.10;
Convert swwdog(4) from a simple defpseudo device to a defpseudodev so
that we can attach a power management handler. The handler prevents
a suspend if the watchdog is active, to be consistent with other
watchdog drivers.

As discussed on tech-kern.
 1.1.10.2 05-Mar-2011  rmind sync with head
 1.1.10.1 22-Jul-2010  rmind file SYSMON.ioconf was added on branch rmind-uvmplock on 2011-03-05 20:56:09 +0000
 1.1.4.2 17-Aug-2010  uebayasi Sync with HEAD.
 1.1.4.1 22-Jul-2010  uebayasi file SYSMON.ioconf was added on branch uebayasi-xip on 2010-08-17 06:47:55 +0000
 1.1.2.2 11-Aug-2010  yamt sync with head.
 1.1.2.1 22-Jul-2010  yamt file SYSMON.ioconf was added on branch yamt-nfs-mp on 2010-08-11 22:55:01 +0000
 1.7 13-Mar-2014  pooka rename component.c -> sysmon_component.c
 1.6 20-Oct-2010  pooka branches: 1.6.8; 1.6.18; 1.6.22;
Attach swsensor only once (it attaches automatically via MODULE
like everything else that is linked in as a module).
 1.5 19-Oct-2010  pgoyette Build the new swsensor(4) device and add to set lists
 1.4 04-Oct-2010  pgoyette Update error message - no funcitonal change.
 1.3 03-Aug-2010  pooka Attach component to make it work after defpseudodev conversion
(yea, i need to fix the infrastructure for this).
 1.2 01-Mar-2010  pooka branches: 1.2.2; 1.2.4;
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.1 31-Jan-2010  pooka branches: 1.1.2;
Add sysmon rump component.
 1.1.2.3 22-Oct-2010  uebayasi Sync with HEAD (-D20101022).
 1.1.2.2 17-Aug-2010  uebayasi Sync with HEAD.
 1.1.2.1 30-Apr-2010  uebayasi Sync with HEAD.
 1.2.4.1 05-Mar-2011  rmind sync with head
 1.2.2.4 09-Oct-2010  yamt sync with head
 1.2.2.3 11-Aug-2010  yamt sync with head.
 1.2.2.2 11-Mar-2010  yamt sync with head
 1.2.2.1 01-Mar-2010  yamt file component.c was added on branch yamt-nfs-mp on 2010-03-11 15:04:33 +0000
 1.6.22.1 18-May-2014  rmind sync with head
 1.6.18.1 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.6.8.1 22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.2 02-Dec-2014  pooka Remove shlib_version files and just use Makefile SHLIB_MAJOR/MINOR,
with the default provided by Makefile.rump (they're all 0.0 anyway)
 1.1 31-Jan-2010  pooka branches: 1.1.4; 1.1.24; 1.1.42;
Add sysmon rump component.
 1.1.42.1 06-Apr-2015  skrll Sync with HEAD
 1.1.24.1 03-Dec-2017  jdolecek update from HEAD
 1.1.4.2 11-Mar-2010  yamt sync with head
 1.1.4.1 31-Jan-2010  yamt file shlib_version was added on branch yamt-nfs-mp on 2010-03-11 15:04:33 +0000
 1.3 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.2 23-Apr-2015  pgoyette Update initialization of sysmon rump library sub-components. These are now handled as part of module initialization, and do not require manual invocation.
 1.1 13-Mar-2014  pooka branches: 1.1.4; 1.1.6; 1.1.10; 1.1.12;
rename component.c -> sysmon_component.c
 1.1.12.2 19-Mar-2016  skrll Sync with HEAD
 1.1.12.1 06-Jun-2015  skrll Sync with HEAD
 1.1.10.3 03-Dec-2017  jdolecek update from HEAD
 1.1.10.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.10.1 13-Mar-2014  tls file sysmon_component.c was added on branch tls-maxphys on 2014-08-20 00:04:38 +0000
 1.1.6.2 22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.1.6.1 13-Mar-2014  yamt file sysmon_component.c was added on branch yamt-pagecache on 2014-05-22 11:41:13 +0000
 1.1.4.2 18-May-2014  rmind sync with head
 1.1.4.1 13-Mar-2014  rmind file sysmon_component.c was added on branch rmind-smpnet on 2014-05-18 17:46:16 +0000

RSS XML Feed