History log of /freebsd-10-stable/lib/libbluetooth/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
313587 11-Feb-2017 ngie

MFC r312460:

Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones

This implifies pathing in make/displayed output

256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


235286 11-May-2012 gjb

General mdoc(7) and typo fixes.

PR: 167734
Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org)
MFC after: 3 days


233648 29-Mar-2012 eadler

Remove trailing whitespace per mdoc lint warning

Disussed with: gavin
No objection from: doc
Approved by: joel
MFC after: 3 days


213042 22-Sep-2010 emax

Add the following Linux BlueZ compatibility macros: htobs(), htobl(),
btohs() and btohl()

PR: kern/136386
Submitted by: Monty Hall < kungfu_disciple at sbcglobal dot net >
MFC after: 1 week


211397 16-Aug-2010 joel

Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while
translating these manual pages. Minor corrections by me.

Submitted by: Nobuyuki Koganemaru <n-kogane@syd.odn.ne.jp>


210823 03-Aug-2010 joel

Spelling fixes.


198492 26-Oct-2009 emax

Fix typo in bluetooth.3
Do not use reserved C++ keyword "new"

MFC after: 1 month


195767 19-Jul-2009 kensmith

Bump the version of all non-symbol-versioned shared libraries in
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)


192113 14-May-2009 emax

Avoid floating point arithmetic while calculating iquiry length.

Submitted by: Iain Hibbert < plunky -at- rya-online -dot- net >
MFC after: 1 week


191388 22-Apr-2009 emax

Implement low-level Bluetooth HCI API.
This should make it easier to make Linux BlueZ libhci port.

Reviewed by: Iain Hibbert < plunky -at- rya-online -dot- net > of NetBSD
MFC after: 1 week
Inspired by: Linux BlueZ
Inspired by: NetBSD


189462 06-Mar-2009 emax

Add Bluetooth compatibility shims. Inspired by Linux BlueZ and NetBSD.

Discussed with: Iain Hibbert plunky -at- rya-online -dot- net of NetBSD
MFC after: 1 month


181698 13-Aug-2008 emax

Import handy shorthand Bluetooth address (BD_ADDR) utility functions
from NetBSD and document them.

Obtained from: NetBSD
MFC after: 1 week


169807 21-May-2007 deischen

Bump library versions in preparation for 7.0.

Ok'd by: kan


148297 22-Jul-2005 kensmith

Bump the shared library version number of all libraries that have not
been bumped since RELENG_5.

Reviewed by: ru
Approved by: re (not needed for commit check but in principle...)


143767 17-Mar-2005 emax

Fix typo in comments (spell Linux correctly)

Submitted by: Markus Brueffer < markus at brueffer dot de >
MFC after: 3 days


140568 21-Jan-2005 ru

Fixed xref.


140505 20-Jan-2005 ru

Sort sections.


140170 13-Jan-2005 ru

Revert last delta. The ASCII code 0 character is "NUL",
not "NULL", see ascii(7).


139684 04-Jan-2005 emax

Fix typo: NUL -> NULL

Submitted by: Markus Brueffer < markus AT brueffer DOT de >
MFC after: 3 days


131631 05-Jul-2004 ru

Unbreak a whatis(1) entry by fixing the NAME section.
Minor markup and grammar nits.


131504 02-Jul-2004 ru

Mechanically kill hard sentence breaks.


126643 05-Mar-2004 markm

Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror)
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 <nul> ('\0') was needed, and a
few were just "other".

Tested on: i386 sparc64


121054 12-Oct-2003 emax

Update Bluetooth code.

Reviewed by: M. Warner Losh <imp@bsdimp.com>; John Hay <jhay@freebsd.org>
Approved by: M. Warner Losh <imp@bsdimp.com> (mentor)