<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libbluetooth, branch release/8.2.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>Copy releng/8.2 to release/8.2.0 for 8.2-RELEASE.</title>
<updated>2011-02-16T16:18:46+00:00</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2011-02-16T16:18:46+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=dec99dafe5763ba1db6950342aa80a634169c083'/>
<id>dec99dafe5763ba1db6950342aa80a634169c083</id>
<content type='text'>
Approved by:	re (implicit)

This commit was manufactured to restore the state of the 8.2-RELEASE image.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Approved by:	re (implicit)

This commit was manufactured to restore the state of the 8.2-RELEASE image.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC Revision: 213042</title>
<updated>2010-09-29T18:41:47+00:00</updated>
<author>
<name>Maksim Yevmenkin</name>
<email>emax@FreeBSD.org</email>
</author>
<published>2010-09-29T18:41:47+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=466aed0e461e27cf00867b88df874d67db677fe3'/>
<id>466aed0e461e27cf00867b88df874d67db677fe3</id>
<content type='text'>
Add the following Linux BlueZ compatibility macros: htobs(), htobl(),
btohs() and btohl()

PR:		kern/136386
Submitted by:	Monty Hall &lt; kungfu_disciple at sbcglobal dot net &gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add the following Linux BlueZ compatibility macros: htobs(), htobl(),
btohs() and btohl()

PR:		kern/136386
Submitted by:	Monty Hall &lt; kungfu_disciple at sbcglobal dot net &gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC SVN rev 198492</title>
<updated>2010-01-26T00:38:56+00:00</updated>
<author>
<name>Maksim Yevmenkin</name>
<email>emax@FreeBSD.org</email>
</author>
<published>2010-01-26T00:38:56+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=38cd0240f4c21812842f8dc4fdea3ca24f5ad14f'/>
<id>38cd0240f4c21812842f8dc4fdea3ca24f5ad14f</id>
<content type='text'>
Fix typo in bluetooth.3
Do not use reserved C++ keyword "new"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix typo in bluetooth.3
Do not use reserved C++ keyword "new"
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump the version of all non-symbol-versioned shared libraries in</title>
<updated>2009-07-19T17:25:24+00:00</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2009-07-19T17:25:24+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3ca3047aee082043d90aff2611a349c86c98e97c'/>
<id>3ca3047aee082043d90aff2611a349c86c98e97c</id>
<content type='text'>
preparation for 8.0-RELEASE.  Add the previous version of those
libraries to ObsoleteFiles.inc and bump __FreeBSD_Version.

Reviewed by:    kib
Approved by:    re (rwatson)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
preparation for 8.0-RELEASE.  Add the previous version of those
libraries to ObsoleteFiles.inc and bump __FreeBSD_Version.

Reviewed by:    kib
Approved by:    re (rwatson)
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid floating point arithmetic while calculating iquiry length.</title>
<updated>2009-05-14T17:10:19+00:00</updated>
<author>
<name>Maksim Yevmenkin</name>
<email>emax@FreeBSD.org</email>
</author>
<published>2009-05-14T17:10:19+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b7ced94c8cd5fe9e1a73a2c0dec3e1e469a71259'/>
<id>b7ced94c8cd5fe9e1a73a2c0dec3e1e469a71259</id>
<content type='text'>
Submitted by:	Iain Hibbert &lt; plunky -at- rya-online -dot- net &gt;
MFC after:	1 week
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Submitted by:	Iain Hibbert &lt; plunky -at- rya-online -dot- net &gt;
MFC after:	1 week
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement low-level Bluetooth HCI API.</title>
<updated>2009-04-22T15:50:03+00:00</updated>
<author>
<name>Maksim Yevmenkin</name>
<email>emax@FreeBSD.org</email>
</author>
<published>2009-04-22T15:50:03+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=78b96635e61294b38de101edbdd88e48b7790e63'/>
<id>78b96635e61294b38de101edbdd88e48b7790e63</id>
<content type='text'>
This should make it easier to make Linux BlueZ libhci port.

Reviewed by:	Iain Hibbert &lt; plunky -at- rya-online -dot- net &gt; of NetBSD
MFC after:	1 week
Inspired by:	Linux BlueZ
Inspired by:	NetBSD
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This should make it easier to make Linux BlueZ libhci port.

Reviewed by:	Iain Hibbert &lt; plunky -at- rya-online -dot- net &gt; of NetBSD
MFC after:	1 week
Inspired by:	Linux BlueZ
Inspired by:	NetBSD
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Bluetooth compatibility shims. Inspired by Linux BlueZ and NetBSD.</title>
<updated>2009-03-06T23:30:07+00:00</updated>
<author>
<name>Maksim Yevmenkin</name>
<email>emax@FreeBSD.org</email>
</author>
<published>2009-03-06T23:30:07+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=baeef614490fd9cb1bf325b312e66552b65a2705'/>
<id>baeef614490fd9cb1bf325b312e66552b65a2705</id>
<content type='text'>
Discussed with:	Iain Hibbert plunky -at- rya-online -dot- net of NetBSD
MFC after:	1 month
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Discussed with:	Iain Hibbert plunky -at- rya-online -dot- net of NetBSD
MFC after:	1 month
</pre>
</div>
</content>
</entry>
<entry>
<title>Import handy shorthand Bluetooth address (BD_ADDR) utility functions</title>
<updated>2008-08-13T19:35:31+00:00</updated>
<author>
<name>Maksim Yevmenkin</name>
<email>emax@FreeBSD.org</email>
</author>
<published>2008-08-13T19:35:31+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=55034c7d1d465a5f79c2f80cbced395be852e2ee'/>
<id>55034c7d1d465a5f79c2f80cbced395be852e2ee</id>
<content type='text'>
from NetBSD and document them.

Obtained from:	NetBSD
MFC after:	1 week
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
from NetBSD and document them.

Obtained from:	NetBSD
MFC after:	1 week
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump library versions in preparation for 7.0.</title>
<updated>2007-05-21T02:49:08+00:00</updated>
<author>
<name>Daniel Eischen</name>
<email>deischen@FreeBSD.org</email>
</author>
<published>2007-05-21T02:49:08+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=419ecd5dee28e23b759fc90ff551d2fd188cb86f'/>
<id>419ecd5dee28e23b759fc90ff551d2fd188cb86f</id>
<content type='text'>
Ok'd by:	kan
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ok'd by:	kan
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump the shared library version number of all libraries that have not</title>
<updated>2005-07-22T17:19:05+00:00</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2005-07-22T17:19:05+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a84020c2b91368d6236647bb2933859e6d16d4a8'/>
<id>a84020c2b91368d6236647bb2933859e6d16d4a8</id>
<content type='text'>
been bumped since RELENG_5.

Reviewed by:	ru
Approved by:	re (not needed for commit check but in principle...)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
been bumped since RELENG_5.

Reviewed by:	ru
Approved by:	re (not needed for commit check but in principle...)
</pre>
</div>
</content>
</entry>
</feed>
