History log of /freebsd-current/lib/libbluetooth/bluetooth.3
Revision Date Author Comments
# b2c76c41 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line nroff pattern

Remove /^\.\\"\s*\$FreeBSD\$$\n/


# fa338505 01-May-2018 Vladimir Kondratyev <wulf@FreeBSD.org>

Fix bthidd build with GCC 4.2 after r333110

Rename inlined function parameter to avoid shadowing of devname libc
function declared in stdlib.h header

Reported by: lwhsu
Tested by: lwhsu


# 3ee5c554 30-Apr-2018 Vladimir Kondratyev <wulf@FreeBSD.org>

bluetooth(3): Add helper functions that performs Bluetooth Remote Name Request
procedure to obtain the user-friendly name of another Bluetooth unit.

Reviewed by: emax, wblock (docs)
Differential Revision: https://reviews.freebsd.org/D13456


# 2b7af31c 23-Jun-2014 Baptiste Daroussin <bapt@FreeBSD.org>

use .Mt to mark up email addresses consistently (part3)

PR: 191174
Submitted by: Franco Fichtner <franco at lastsummer.de>


# a3fb6da9 11-May-2012 Glen Barber <gjb@FreeBSD.org>

General mdoc(7) and typo fixes.

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


# 50d675f7 28-Mar-2012 Eitan Adler <eadler@FreeBSD.org>

Remove trailing whitespace per mdoc lint warning

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


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# c2025a76 16-Aug-2010 Joel Dahl <joel@FreeBSD.org>

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>


# 799162a6 03-Aug-2010 Joel Dahl <joel@FreeBSD.org>

Spelling fixes.


# fe0506d7 09-Mar-2010 Marcel Moolenaar <marcel@FreeBSD.org>

Create the altix project branch. The altix project will add support
for the SGI Altix 350 to FreeBSD/ia64. The hardware used for porting
is a two-module system, consisting of a base compute module and a
CPU expansion module. SGI's NUMAFlex architecture can be an excellent
platform to test CPU affinity and NUMA-aware features in FreeBSD.


# 38cd0240 25-Jan-2010 Maksim Yevmenkin <emax@FreeBSD.org>

MFC SVN rev 198492

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


# 808de0ae 26-Oct-2009 Maksim Yevmenkin <emax@FreeBSD.org>

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

MFC after: 1 month


# 78b96635 22-Apr-2009 Maksim Yevmenkin <emax@FreeBSD.org>

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


# baeef614 06-Mar-2009 Maksim Yevmenkin <emax@FreeBSD.org>

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


# d7f03759 19-Oct-2008 Ulf Lilleengen <lulf@FreeBSD.org>

- Import the HEAD csup code which is the basis for the cvsmode work.


# 55034c7d 13-Aug-2008 Maksim Yevmenkin <emax@FreeBSD.org>

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

Obtained from: NetBSD
MFC after: 1 week


# 3ac17feb 21-Jan-2005 Ruslan Ermilov <ru@FreeBSD.org>

Fixed xref.


# 24a0682c 20-Jan-2005 Ruslan Ermilov <ru@FreeBSD.org>

Sort sections.


# 9448d36c 13-Jan-2005 Ruslan Ermilov <ru@FreeBSD.org>

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


# 9833f747 04-Jan-2005 Maksim Yevmenkin <emax@FreeBSD.org>

Fix typo: NUL -> NULL

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


# 37266c4b 05-Jul-2004 Ruslan Ermilov <ru@FreeBSD.org>

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


# 1a0a9345 02-Jul-2004 Ruslan Ermilov <ru@FreeBSD.org>

Mechanically kill hard sentence breaks.


# 0986ab12 12-Oct-2003 Maksim Yevmenkin <emax@FreeBSD.org>

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)