Home | History | Annotate | only in /src/sys/rump/net/lib/libnetmpls
History log of /src/sys/rump/net/lib/libnetmpls
RevisionDateAuthorComments
 1.6 03-Sep-2022  thorpej Machete-waving to fix mpls rump build after pktqueue changes.
 1.5 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.4 24-Aug-2015  pooka purge rump/net of component-specific opt directories
 1.3 20-Aug-2015  christos add ioconf files for pseudo device attach prototypes
 1.2 13-Mar-2014  pooka branches: 1.2.4; 1.2.8; 1.2.10;
rename component.c -> netmpls_component.c
 1.1 18-Jul-2013  kefren branches: 1.1.2; 1.1.4;
Add librumpnet_netmpls that provides MPLS features into rump kernels
ok'ed pooka@
 1.1.4.3 18-May-2014  rmind sync with head
 1.1.4.2 28-Aug-2013  rmind sync with head
 1.1.4.1 18-Jul-2013  rmind file Makefile was added on branch rmind-smpnet on 2013-08-28 23:59:37 +0000
 1.1.2.2 23-Jul-2013  riastradh sync with HEAD
 1.1.2.1 18-Jul-2013  riastradh file Makefile was added on branch riastradh-drm2 on 2013-07-23 21:07:37 +0000
 1.2.10.2 27-Dec-2015  skrll Sync with HEAD (as of 26th Dec)
 1.2.10.1 22-Sep-2015  skrll Sync with HEAD
 1.2.8.3 03-Dec-2017  jdolecek update from HEAD
 1.2.8.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.2.8.1 13-Mar-2014  tls file Makefile was added on branch tls-maxphys on 2014-08-20 00:04:43 +0000
 1.2.4.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.2.4.1 13-Mar-2014  yamt file Makefile was added on branch yamt-pagecache on 2014-05-22 11:41:17 +0000
 1.3 03-Sep-2022  thorpej Machete-waving to fix mpls rump build after pktqueue changes.
 1.2 18-Mar-2014  riastradh branches: 1.2.4; 1.2.8;
Merge riastradh-drm2 to HEAD.
 1.1 18-Jul-2013  kefren branches: 1.1.2; 1.1.4;
Add librumpnet_netmpls that provides MPLS features into rump kernels
ok'ed pooka@
 1.1.4.2 28-Aug-2013  rmind sync with head
 1.1.4.1 18-Jul-2013  rmind file Makefile.inc was added on branch rmind-smpnet on 2013-08-28 23:59:37 +0000
 1.1.2.2 23-Jul-2013  riastradh sync with HEAD
 1.1.2.1 18-Jul-2013  riastradh file Makefile.inc was added on branch riastradh-drm2 on 2013-07-23 21:07:37 +0000
 1.2.8.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.2.8.1 18-Mar-2014  tls file Makefile.inc was added on branch tls-maxphys on 2014-08-20 00:04:43 +0000
 1.2.4.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.2.4.1 18-Mar-2014  yamt file Makefile.inc was added on branch yamt-pagecache on 2014-05-22 11:41:17 +0000
 1.2 07-Aug-2016  christos branches: 1.2.14;
finish ifmpls->mpls renaming.
 1.1 20-Aug-2015  christos branches: 1.1.2;
add ioconf files for pseudo device attach prototypes
 1.1.2.3 05-Oct-2016  skrll Sync with HEAD
 1.1.2.2 22-Sep-2015  skrll Sync with HEAD
 1.1.2.1 20-Aug-2015  skrll file NETMPLS.ioconf was added on branch nick-nhusb on 2015-09-22 12:06:16 +0000
 1.2.14.2 03-Dec-2017  jdolecek update from HEAD
 1.2.14.1 07-Aug-2016  jdolecek file NETMPLS.ioconf was added on branch tls-maxphys on 2017-12-03 11:39:19 +0000
 1.3 13-Mar-2014  pooka rename component.c -> netmpls_component.c
 1.2 14-Feb-2014  pooka Register netisr's from component constructors instead of via a hardcoded
global list.
 1.1 18-Jul-2013  kefren branches: 1.1.2; 1.1.4;
Add librumpnet_netmpls that provides MPLS features into rump kernels
ok'ed pooka@
 1.1.4.3 18-May-2014  rmind sync with head
 1.1.4.2 28-Aug-2013  rmind sync with head
 1.1.4.1 18-Jul-2013  rmind file component.c was added on branch rmind-smpnet on 2013-08-28 23:59:37 +0000
 1.1.2.2 23-Jul-2013  riastradh sync with HEAD
 1.1.2.1 18-Jul-2013  riastradh file component.c was added on branch riastradh-drm2 on 2013-07-23 21:07:37 +0000
 1.7 03-Sep-2022  thorpej Garbage-collect the remaining vestiges of netisr.
 1.6 03-Sep-2022  thorpej Convert MPLS from a legacy netisr to pktqueue.
 1.5 07-Aug-2016  christos finish ifmpls->mpls renaming.
 1.4 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.3 20-Aug-2015  christos add ioconf files for pseudo device attach prototypes
 1.2 22-Aug-2014  pooka branches: 1.2.2;
Nuke the DOMAINADD() macro and just call domain_attach(), now that things
work correctly that way.
 1.1 13-Mar-2014  pooka branches: 1.1.4; 1.1.6; 1.1.10;
rename component.c -> netmpls_component.c
 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 netmpls_component.c was added on branch tls-maxphys on 2014-08-20 00:04:43 +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 netmpls_component.c was added on branch yamt-pagecache on 2014-05-22 11:41:17 +0000
 1.1.4.2 18-May-2014  rmind sync with head
 1.1.4.1 13-Mar-2014  rmind file netmpls_component.c was added on branch rmind-smpnet on 2014-05-18 17:46:20 +0000
 1.2.2.3 05-Oct-2016  skrll Sync with HEAD
 1.2.2.2 19-Mar-2016  skrll Sync with HEAD
 1.2.2.1 22-Sep-2015  skrll Sync with HEAD
 1.3 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.2 18-Mar-2014  riastradh branches: 1.2.4; 1.2.8; 1.2.10;
Merge riastradh-drm2 to HEAD.
 1.1 18-Jul-2013  kefren branches: 1.1.2; 1.1.4;
Add librumpnet_netmpls that provides MPLS features into rump kernels
ok'ed pooka@
 1.1.4.2 28-Aug-2013  rmind sync with head
 1.1.4.1 18-Jul-2013  rmind file shlib_version was added on branch rmind-smpnet on 2013-08-28 23:59:37 +0000
 1.1.2.2 23-Jul-2013  riastradh sync with HEAD
 1.1.2.1 18-Jul-2013  riastradh file shlib_version was added on branch riastradh-drm2 on 2013-07-23 21:07:37 +0000
 1.2.10.1 06-Apr-2015  skrll Sync with HEAD
 1.2.8.3 03-Dec-2017  jdolecek update from HEAD
 1.2.8.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.2.8.1 18-Mar-2014  tls file shlib_version was added on branch tls-maxphys on 2014-08-20 00:04:43 +0000
 1.2.4.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.2.4.1 18-Mar-2014  yamt file shlib_version was added on branch yamt-pagecache on 2014-05-22 11:41:17 +0000

RSS XML Feed