<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libbluetooth/bluetooth.c, branch releng/12.2</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>lib: further adoption of SPDX licensing ID tags.</title>
<updated>2017-11-26T02:00:33+00:00</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2017-11-26T02:00:33+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=5e53a4f90f82c4345f277dd87cc9292f26e04a29'/>
<id>5e53a4f90f82c4345f277dd87cc9292f26e04a29</id>
<content type='text'>
Mainly focus on files that use BSD 2-Clause license, however the tool I
was using mis-identified many licenses so this was mostly a manual - error
prone - task.

The Software Package Data Exchange (SPDX) group provides a specification
to make it easier for automated tools to detect and summarize well known
opensource licenses. We are gradually adopting the specification, noting
that the tags are considered only advisory and do not, in any way,
superceed or replace the license texts.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Mainly focus on files that use BSD 2-Clause license, however the tool I
was using mis-identified many licenses so this was mostly a manual - error
prone - task.

The Software Package Data Exchange (SPDX) group provides a specification
to make it easier for automated tools to detect and summarize well known
opensource licenses. We are gradually adopting the specification, noting
that the tags are considered only advisory and do not, in any way,
superceed or replace the license texts.
</pre>
</div>
</content>
</entry>
<entry>
<title>libbluetooth: use NULL instead of zero for pointers.</title>
<updated>2016-04-18T14:41:30+00:00</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2016-04-18T14:41:30+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=5eadfbfcd01e23d3de1958c013ca556dbf0b5458'/>
<id>5eadfbfcd01e23d3de1958c013ca556dbf0b5458</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Check l2cap socket initialisation and define L2CAP_SOCKET_CHECKED</title>
<updated>2015-04-07T16:48:23+00:00</updated>
<author>
<name>Takanori Watanabe</name>
<email>takawata@FreeBSD.org</email>
</author>
<published>2015-04-07T16:48:23+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=8d6f425ddd8021ae2257ba9682f8844254ecdde1'/>
<id>8d6f425ddd8021ae2257ba9682f8844254ecdde1</id>
<content type='text'>
This will fix build.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will fix build.
</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>Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror)</title>
<updated>2004-03-05T08:10:19+00:00</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2004-03-05T08:10:19+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=16fc3635f7aec3852abfc6dd77f89baef91f22fa'/>
<id>16fc3635f7aec3852abfc6dd77f89baef91f22fa</id>
<content type='text'>
that this provokes. "Wherever possible" means "In the kernel OR NOT
C++" (implying C).

There are places where (void *) pointers are not valid, such as for
function pointers, but in the special case of (void *)0, agreement
settles on it being OK.

Most of the fixes were NULL where an integer zero was needed; many
of the fixes were NULL where ascii &lt;nul&gt; ('\0') was needed, and a
few were just "other".

Tested on: i386 sparc64
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
that this provokes. "Wherever possible" means "In the kernel OR NOT
C++" (implying C).

There are places where (void *) pointers are not valid, such as for
function pointers, but in the special case of (void *)0, agreement
settles on it being OK.

Most of the fixes were NULL where an integer zero was needed; many
of the fixes were NULL where ascii &lt;nul&gt; ('\0') was needed, and a
few were just "other".

Tested on: i386 sparc64
</pre>
</div>
</content>
</entry>
<entry>
<title>Update Bluetooth code.</title>
<updated>2003-10-12T22:04:24+00:00</updated>
<author>
<name>Maksim Yevmenkin</name>
<email>emax@FreeBSD.org</email>
</author>
<published>2003-10-12T22:04:24+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=0986ab12e44caea472245845f9a89ced4f137d73'/>
<id>0986ab12e44caea472245845f9a89ced4f137d73</id>
<content type='text'>
Reviewed by: M. Warner Losh &lt;imp@bsdimp.com&gt;; John Hay &lt;jhay@freebsd.org&gt;
Approved by: M. Warner Losh &lt;imp@bsdimp.com&gt; (mentor)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed by: M. Warner Losh &lt;imp@bsdimp.com&gt;; John Hay &lt;jhay@freebsd.org&gt;
Approved by: M. Warner Losh &lt;imp@bsdimp.com&gt; (mentor)
</pre>
</div>
</content>
</entry>
</feed>
