Home | History | Annotate | only in /src/sys/rump/net/lib/libnetbt
History log of /src/sys/rump/net/lib/libnetbt
RevisionDateAuthorComments
 1.7 22-Feb-2017  maya GC some GCC 4.8 specific sh3 HACKS entries.

These existed to avoid compile errors, and haven't been effect
since gcc.old was removed.
 1.6 19-Oct-2015  pooka branches: 1.6.2; 1.6.4;
Add a COMMENT describing what each component roughly does.

"make describe" prints the comment.

Requested/inspired by Vincent Schwarzer on rumpkernel-users
 1.5 30-Aug-2015  christos Add NOLINT
 1.4 13-Mar-2014  pooka branches: 1.4.6;
rename component.c -> netbt_component.c
 1.3 11-Nov-2013  joerg Fix syntax for undefined HAVE_GCC.
 1.2 07-Nov-2013  christos avoid gcc bug on sh3
 1.1 22-Mar-2010  pooka branches: 1.1.2; 1.1.4; 1.1.6; 1.1.14; 1.1.24; 1.1.28;
bluetooth stack component for rump
 1.1.28.1 18-May-2014  rmind sync with head
 1.1.24.2 03-Dec-2017  jdolecek update from HEAD
 1.1.24.1 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.14.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.1.6.2 11-Aug-2010  yamt sync with head.
 1.1.6.1 22-Mar-2010  yamt file Makefile was added on branch yamt-nfs-mp on 2010-08-11 22:55:09 +0000
 1.1.4.2 30-May-2010  rmind sync with head
 1.1.4.1 22-Mar-2010  rmind file Makefile was added on branch rmind-uvmplock on 2010-05-30 05:18:07 +0000
 1.1.2.2 30-Apr-2010  uebayasi Sync with HEAD.
 1.1.2.1 22-Mar-2010  uebayasi file Makefile was added on branch uebayasi-xip on 2010-04-30 14:44:31 +0000
 1.4.6.3 28-Aug-2017  skrll Sync with HEAD
 1.4.6.2 27-Dec-2015  skrll Sync with HEAD (as of 26th Dec)
 1.4.6.1 22-Sep-2015  skrll Sync with HEAD
 1.6.4.1 21-Apr-2017  bouyer Sync with HEAD
 1.6.2.1 20-Mar-2017  pgoyette Sync with HEAD
 1.2 13-Mar-2014  pooka rename component.c -> netbt_component.c
 1.1 22-Mar-2010  pooka branches: 1.1.2; 1.1.4; 1.1.6; 1.1.14; 1.1.24; 1.1.28;
bluetooth stack component for rump
 1.1.28.1 18-May-2014  rmind sync with head
 1.1.24.1 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.14.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.1.6.2 11-Aug-2010  yamt sync with head.
 1.1.6.1 22-Mar-2010  yamt file component.c was added on branch yamt-nfs-mp on 2010-08-11 22:55:09 +0000
 1.1.4.2 30-May-2010  rmind sync with head
 1.1.4.1 22-Mar-2010  rmind file component.c was added on branch rmind-uvmplock on 2010-05-30 05:18:07 +0000
 1.1.2.2 30-Apr-2010  uebayasi Sync with HEAD.
 1.1.2.1 22-Mar-2010  uebayasi file component.c was added on branch uebayasi-xip on 2010-04-30 14:44:31 +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 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 -> netbt_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 netbt_component.c was added on branch tls-maxphys on 2014-08-20 00:04:42 +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 netbt_component.c was added on branch yamt-pagecache on 2014-05-22 11:41:16 +0000
 1.1.4.2 18-May-2014  rmind sync with head
 1.1.4.1 13-Mar-2014  rmind file netbt_component.c was added on branch rmind-smpnet on 2014-05-18 17:46:19 +0000
 1.2.2.1 19-Mar-2016  skrll Sync with HEAD
 1.2 26-Mar-2010  pooka Remove unused opt_bluetooth.h

plunky: "feel free"
 1.1 22-Mar-2010  pooka bluetooth stack component for rump
 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 22-Mar-2010  pooka branches: 1.1.2; 1.1.4; 1.1.6; 1.1.24; 1.1.42;
bluetooth stack component for rump
 1.1.42.1 06-Apr-2015  skrll Sync with HEAD
 1.1.24.1 03-Dec-2017  jdolecek update from HEAD
 1.1.6.2 11-Aug-2010  yamt sync with head.
 1.1.6.1 22-Mar-2010  yamt file shlib_version was added on branch yamt-nfs-mp on 2010-08-11 22:55:09 +0000
 1.1.4.2 30-May-2010  rmind sync with head
 1.1.4.1 22-Mar-2010  rmind file shlib_version was added on branch rmind-uvmplock on 2010-05-30 05:18:07 +0000
 1.1.2.2 30-Apr-2010  uebayasi Sync with HEAD.
 1.1.2.1 22-Mar-2010  uebayasi file shlib_version was added on branch uebayasi-xip on 2010-04-30 14:44:31 +0000

RSS XML Feed