History log of /src/usr.sbin/bluetooth/hccontrol/util.c (Results 1 – 25 of 78)
Revision Date Author Comments
# 42b38843 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line .h pattern

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


# 66ebda7a 01-Jun-2023 Elyes Haouas <ehaouas@noos.fr>

bluetooth: Fix typos

Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/653


# 4d846d26 10-May-2023 Warner Losh <imp@FreeBSD.org>

spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD

The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch
up to that fact and revert to their recommended match of

spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD

The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch
up to that fact and revert to their recommended match of BSD-2-Clause.

Discussed with: pfg
MFC After: 3 days
Sponsored by: Netflix

show more ...


# 2b2c6d69 10-Jun-2020 Takanori Watanabe <takawata@FreeBSD.org>

Add le_read_channel_map and le_read_remote_features command

PR: 247051
Submitted by: Marc Veldman marc at bumblingdork.com


# 3ac41cce 26-May-2020 Takanori Watanabe <takawata@FreeBSD.org>

Add le_connect command to connect to an LE device.

PR:246664
Submitted by:MarcVeldman


# 9287f06d 11-May-2020 Takanori Watanabe <takawata@FreeBSD.org>

Add le_scan subcommand to hccontrol.

PR: 246141
Submitted by: Marc Veldman


# 1719371a 22-Apr-2020 Hans Petter Selasky <hselasky@FreeBSD.org>

Add support for Read_Local_Supported_Commands command to hccontrol(8).

Submitted by: Marc Veldman <marc@bumblingdork.com>
PR: 245811
MFC after: 1 week
Sponsored by: Mellanox Technologies


# 872d83be 21-Apr-2020 Hans Petter Selasky <hselasky@FreeBSD.org>

Update string tables in hccontrol(8).

Submitted by: Marc Veldman <marc@bumblingdork.com>
PR: 245796
MFC after: 1 week
Sponsored by: Mellanox Technologies


# 6cf6c151 19-Apr-2020 Hans Petter Selasky <hselasky@FreeBSD.org>

Fix cut and paste off-by-one error in hccontrol(8).
Make sure strncpy() doesn't write beyond its given buffer.

PR: 245739
MFC after: 1 week
Sponsored by: Mellanox Technologies


# ea011491 19-Apr-2020 Hans Petter Selasky <hselasky@FreeBSD.org>

Improve printing of le features in hccontrol(8).

Submitted by: Marc Veldman <marc@bumblingdork.com>
PR: 245739
MFC after: 1 week
Sponsored by: Mellanox Technologies


# 3bc36313 19-Apr-2020 Hans Petter Selasky <hselasky@FreeBSD.org>

Bring HCI error messages up-to-date.
See Bluetooth v5.6 core specification Vol.1 Part F: Controller error codes.

Submitted by: Marc Veldman <marc@bumblingdork.com>
PR: 245737
MFC after: 1 week
Spon

Bring HCI error messages up-to-date.
See Bluetooth v5.6 core specification Vol.1 Part F: Controller error codes.

Submitted by: Marc Veldman <marc@bumblingdork.com>
PR: 245737
MFC after: 1 week
Sponsored by: Mellanox Technologies

show more ...


# 6f80a2c8 18-Apr-2020 Hans Petter Selasky <hselasky@FreeBSD.org>

Add missing feature descriptions to hci_features2str().

The list of possible features in hccontrol/features2str() is incomplete.
Refer to "Bluetooth Core Specification 5.2 Vol. 2 Part C. 3.3 Feature

Add missing feature descriptions to hci_features2str().

The list of possible features in hccontrol/features2str() is incomplete.
Refer to "Bluetooth Core Specification 5.2 Vol. 2 Part C. 3.3 Feature Mask Definition".

Submitted by: Marc Veldman <marc@bumblingdork.com>
PR: 245354
MFC after: 1 week
Sponsored by: Mellanox Technologies

show more ...


# 42b38843 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line .h pattern

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


# 66ebda7a 01-Jun-2023 Elyes Haouas <ehaouas@noos.fr>

bluetooth: Fix typos

Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/653


# 4d846d26 10-May-2023 Warner Losh <imp@FreeBSD.org>

spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD

The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch
up to that fact and revert to their recommended match of

spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD

The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch
up to that fact and revert to their recommended match of BSD-2-Clause.

Discussed with: pfg
MFC After: 3 days
Sponsored by: Netflix

show more ...


# 2b2c6d69 10-Jun-2020 Takanori Watanabe <takawata@FreeBSD.org>

Add le_read_channel_map and le_read_remote_features command

PR: 247051
Submitted by: Marc Veldman marc at bumblingdork.com


# 3ac41cce 26-May-2020 Takanori Watanabe <takawata@FreeBSD.org>

Add le_connect command to connect to an LE device.

PR:246664
Submitted by:MarcVeldman


# 9287f06d 11-May-2020 Takanori Watanabe <takawata@FreeBSD.org>

Add le_scan subcommand to hccontrol.

PR: 246141
Submitted by: Marc Veldman


# 1719371a 22-Apr-2020 Hans Petter Selasky <hselasky@FreeBSD.org>

Add support for Read_Local_Supported_Commands command to hccontrol(8).

Submitted by: Marc Veldman <marc@bumblingdork.com>
PR: 245811
MFC after: 1 week
Sponsored by: Mellanox Technologies


# 872d83be 21-Apr-2020 Hans Petter Selasky <hselasky@FreeBSD.org>

Update string tables in hccontrol(8).

Submitted by: Marc Veldman <marc@bumblingdork.com>
PR: 245796
MFC after: 1 week
Sponsored by: Mellanox Technologies


# 6cf6c151 19-Apr-2020 Hans Petter Selasky <hselasky@FreeBSD.org>

Fix cut and paste off-by-one error in hccontrol(8).
Make sure strncpy() doesn't write beyond its given buffer.

PR: 245739
MFC after: 1 week
Sponsored by: Mellanox Technologies


# ea011491 19-Apr-2020 Hans Petter Selasky <hselasky@FreeBSD.org>

Improve printing of le features in hccontrol(8).

Submitted by: Marc Veldman <marc@bumblingdork.com>
PR: 245739
MFC after: 1 week
Sponsored by: Mellanox Technologies


# 3bc36313 19-Apr-2020 Hans Petter Selasky <hselasky@FreeBSD.org>

Bring HCI error messages up-to-date.
See Bluetooth v5.6 core specification Vol.1 Part F: Controller error codes.

Submitted by: Marc Veldman <marc@bumblingdork.com>
PR: 245737
MFC after: 1 week
Spon

Bring HCI error messages up-to-date.
See Bluetooth v5.6 core specification Vol.1 Part F: Controller error codes.

Submitted by: Marc Veldman <marc@bumblingdork.com>
PR: 245737
MFC after: 1 week
Sponsored by: Mellanox Technologies

show more ...


# 6f80a2c8 18-Apr-2020 Hans Petter Selasky <hselasky@FreeBSD.org>

Add missing feature descriptions to hci_features2str().

The list of possible features in hccontrol/features2str() is incomplete.
Refer to "Bluetooth Core Specification 5.2 Vol. 2 Part C. 3.3 Feature

Add missing feature descriptions to hci_features2str().

The list of possible features in hccontrol/features2str() is incomplete.
Refer to "Bluetooth Core Specification 5.2 Vol. 2 Part C. 3.3 Feature Mask Definition".

Submitted by: Marc Veldman <marc@bumblingdork.com>
PR: 245354
MFC after: 1 week
Sponsored by: Mellanox Technologies

show more ...


# 1de7b4b8 27-Nov-2017 Pedro F. Giffuni <pfg@FreeBSD.org>

various: general adoption of SPDX licensing ID tags.

Mainly focus on files that use BSD 2-Clause license, however the tool I
was using misidentified many licenses so this was mostly a manual - error

various: general adoption of SPDX licensing ID tags.

Mainly focus on files that use BSD 2-Clause license, however the tool I
was using misidentified 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.

No functional change intended.

show more ...


1234