Revision tags: release/14.0.0 |
|
#
42b38843 |
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line .h pattern
Remove /^\s*\*+\s*\$FreeBSD\$.*$\n/
|
#
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 ...
|
Revision tags: release/13.2.0, release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0 |
|
#
c2c227a5 |
| 03-Feb-2019 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r343571 through r343711.
|
#
21be80ae |
| 30-Jan-2019 |
Hans Petter Selasky <hselasky@FreeBSD.org> |
Add support for Audio Sink and Audio Source profiles to sdpd(8).
This allows user-space programs like virtual_oss(8) to act as a Bluetooth speaker device.
MFC after: 1 week Sponsored by: Mellanox
Add support for Audio Sink and Audio Source profiles to sdpd(8).
This allows user-space programs like virtual_oss(8) to act as a Bluetooth speaker device.
MFC after: 1 week Sponsored by: Mellanox Technologies
show more ...
|
Revision tags: release/12.0.0, release/11.2.0 |
|
#
515bb54c |
| 30-Apr-2018 |
Vladimir Kondratyev <wulf@FreeBSD.org> |
libsdp: Add method that returns actual source BD_ADDR of SDP session.
Reviewed by: emax, wblock (docs) Differential Revision: https://reviews.freebsd.org/D13456
|
#
5e53a4f9 |
| 26-Nov-2017 |
Pedro F. Giffuni <pfg@FreeBSD.org> |
lib: further adoption of SPDX licensing ID tags.
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 pr
lib: further adoption of SPDX licensing ID tags.
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.
show more ...
|
Revision tags: release/10.4.0, release/11.1.0, release/11.0.1, release/11.0.0 |
|
#
75f46cf6 |
| 01-May-2016 |
Pedro F. Giffuni <pfg@FreeBSD.org> |
lib: minor spelling fixes in comments.
No functional change.
|
Revision tags: release/10.3.0, release/10.2.0, release/10.1.0, release/9.3.0, release/10.0.0, release/9.2.0, release/8.4.0, release/9.1.0, release/8.3.0_cvs, release/8.3.0 |
|
#
8fa0b743 |
| 23-Jan-2012 |
Xin LI <delphij@FreeBSD.org> |
IFC @230489 (pending review).
|
Revision tags: release/9.0.0 |
|
#
70d8f36a |
| 27-Oct-2011 |
Peter Grehan <grehan@FreeBSD.org> |
IFC @ r226824
|
#
1e47e0ca |
| 16-Oct-2011 |
Ed Schouten <ed@FreeBSD.org> |
Change the SDP_GET* macros to cast to a const buffer.
This fixes a compiler warning when passing a const buffer to them.
|
Revision tags: release/7.4.0_cvs, release/8.2.0_cvs, release/7.4.0, release/8.2.0, release/8.1.0_cvs, release/8.1.0, release/7.3.0_cvs, release/7.3.0, release/8.0.0_cvs, release/8.0.0, release/7.2.0_cvs, release/7.2.0, release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0 |
|
#
07f8cd18 |
| 19-Mar-2008 |
Maksim Yevmenkin <emax@FreeBSD.org> |
Add mandatory "security description" SDP parameter to the PANU profile
Pointed-out by: Iain Hibbert < plunky at rya-online dot net > MFC after: 3 days
|
#
13040bc9 |
| 18-Mar-2008 |
Maksim Yevmenkin <emax@FreeBSD.org> |
Add PSM and Load Factor SDP parameters to the BNEP based profiles (NAP, GN and PANU). No reason to not to support them.
Separate SDP parameters data structures for the BNEP based profiles.
Generali
Add PSM and Load Factor SDP parameters to the BNEP based profiles (NAP, GN and PANU). No reason to not to support them.
Separate SDP parameters data structures for the BNEP based profiles.
Generalize Service Availability SDP parameter creation.
Requested by: Iain Hibbert < plunky at rya-online dot net > MFC after: 3 days
show more ...
|
#
e096d1e4 |
| 11-Mar-2008 |
Maksim Yevmenkin <emax@FreeBSD.org> |
Add structures to hold SDP parameters for the NAP, GN and PANU profiles. It should be mentioned that a somewhat similar patch was submitted by Rako < rako29 at gmail dot com >
MFC after: 1 week
|
Revision tags: release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0, release/6.2.0_cvs, release/6.2.0 |
|
#
5b22d1e6 |
| 27-Aug-2006 |
Markus Brueffer <markus@FreeBSD.org> |
- Add new service class definitions and a new attribute identifier definition - Update URL of the Assigned Numbers document for SDP
Approved by: emax (mentor) MFC after: 3 days
|
#
84ab9306 |
| 06-Jun-2006 |
Maksim Yevmenkin <emax@FreeBSD.org> |
Fix an unwanted gcc4 warning.
Submitted by: delphij MFC after: 3 days
|
Revision tags: release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0, release/6.0.0_cvs, release/6.0.0 |
|
#
43d33de9 |
| 27-May-2005 |
Maksim Yevmenkin <emax@FreeBSD.org> |
Do not tread 128-bit UUID as int128. Provide separate macros to get/put 128-bit UUID libsdp(3). Fix 128-bit UUID printing in sdpcontrol(8).
MFC after: 3 days
|
Revision tags: release/5.4.0_cvs, release/5.4.0, release/4.11.0_cvs, release/4.11.0, release/5.3.0_cvs, release/5.3.0, release/4.10.0_cvs, release/4.10.0, release/5.2.1_cvs, release/5.2.1 |
|
#
07be7a6c |
| 20-Jan-2004 |
Maksim Yevmenkin <emax@FreeBSD.org> |
Import sdpd(8) sources. This is Bluetooth Service Discovery Protocol daemon. Extend libsdp(3) API to allow service registration and removal. Fix uninitialized variable bug in sdpcontrol(8).
Reviewed
Import sdpd(8) sources. This is Bluetooth Service Discovery Protocol daemon. Extend libsdp(3) API to allow service registration and removal. Fix uninitialized variable bug in sdpcontrol(8).
Reviewed by: imp (mentor) No objection: ru
show more ...
|
Revision tags: release/5.2.0_cvs, release/5.2.0 |
|
#
a4b187fa |
| 09-Jan-2004 |
Maksim Yevmenkin <emax@FreeBSD.org> |
Change sdp_open_local(3) API. It now takes a path to a control socket Teach sdpcontrol(8) how to talk to the local SDP server Update man pages s/u_int/uint
Reviewed by: imp (mentor), ru
|
#
6aae6f7e |
| 09-Jan-2004 |
Maksim Yevmenkin <emax@FreeBSD.org> |
Prepare libsdp(3) for the upcoming sdpd import Also while i'm here s/u_int/uint
Reviewed by: imp (mentor), ru
|
Revision tags: release/4.9.0_cvs, release/4.9.0 |
|
#
0986ab12 |
| 13-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)
|
Revision tags: release/7.4.0_cvs, release/8.2.0_cvs, release/7.4.0, release/8.2.0, release/8.1.0_cvs, release/8.1.0, release/7.3.0_cvs, release/7.3.0, release/8.0.0_cvs, release/8.0.0, release/7.2.0_cvs, release/7.2.0, release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0 |
|
#
07f8cd18 |
| 19-Mar-2008 |
Maksim Yevmenkin <emax@FreeBSD.org> |
Add mandatory "security description" SDP parameter to the PANU profile
Pointed-out by: Iain Hibbert < plunky at rya-online dot net > MFC after: 3 days
|
#
13040bc9 |
| 18-Mar-2008 |
Maksim Yevmenkin <emax@FreeBSD.org> |
Add PSM and Load Factor SDP parameters to the BNEP based profiles (NAP, GN and PANU). No reason to not to support them.
Separate SDP parameters data structures for the BNEP based profiles.
Generali
Add PSM and Load Factor SDP parameters to the BNEP based profiles (NAP, GN and PANU). No reason to not to support them.
Separate SDP parameters data structures for the BNEP based profiles.
Generalize Service Availability SDP parameter creation.
Requested by: Iain Hibbert < plunky at rya-online dot net > MFC after: 3 days
show more ...
|
#
e096d1e4 |
| 11-Mar-2008 |
Maksim Yevmenkin <emax@FreeBSD.org> |
Add structures to hold SDP parameters for the NAP, GN and PANU profiles. It should be mentioned that a somewhat similar patch was submitted by Rako < rako29 at gmail dot com >
MFC after: 1 week
|
Revision tags: release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0, release/6.2.0_cvs, release/6.2.0 |
|
#
5b22d1e6 |
| 27-Aug-2006 |
Markus Brueffer <markus@FreeBSD.org> |
- Add new service class definitions and a new attribute identifier definition - Update URL of the Assigned Numbers document for SDP
Approved by: emax (mentor) MFC after: 3 days
|
#
84ab9306 |
| 06-Jun-2006 |
Maksim Yevmenkin <emax@FreeBSD.org> |
Fix an unwanted gcc4 warning.
Submitted by: delphij MFC after: 3 days
|