Home | History | Annotate | only in /src/usr.bin/btpin
History log of /src/usr.bin/btpin
RevisionDateAuthorComments
 1.4 03-Jun-2023  lukem bsd.own.mk: rename GCC_NO_* to CC_WNO_*

Rename compiler-warning-disable variables from
GCC_NO_warning
to
CC_WNO_warning
where warning is the full warning name as used by the compiler.

GCC_NO_IMPLICIT_FALLTHRU is CC_WNO_IMPLICIT_FALLTHROUGH

Using the convention CC_compilerflag, where compilerflag
is based on the full compiler flag name.
 1.3 13-Oct-2019  mrg introduce some common variables for use in GCC warning disables:

GCC_NO_FORMAT_TRUNCATION -Wno-format-truncation (GCC 7/8)
GCC_NO_STRINGOP_TRUNCATION -Wno-stringop-truncation (GCC 8)
GCC_NO_STRINGOP_OVERFLOW -Wno-stringop-overflow (GCC 8)
GCC_NO_CAST_FUNCTION_TYPE -Wno-cast-function-type (GCC 8)

use these to turn off warnings for most GCC-8 complaints. many
of these are false positives, most of the real bugs are already
commited, or are yet to come.


we plan to introduce versions of (some?) of these that use the
"-Wno-error=" form, which still displays the warnings but does
not make it an error, and all of the above will be re-considered
as either being "fix me" (warning still displayed) or "warning
is wrong."
 1.2 26-Sep-2006  plunky branches: 1.2.82;
expose the bthcid API details so that external PIN clients do not
need the NetBSD source in order to compile
 1.1 19-Jun-2006  gdamore Initial import of bluetooth stack on behalf of Iain Hibbert. (plunky@,
NetBSD Foundation Membership still pending.) This stack was written by
Iain under sponsorship from Itronix Inc.

The stack includes support for rfcomm networking (networking via your
bluetooth enabled cell phone), hid devices (keyboards/mice), and headsets.

Drivers for both PCMCIA and USB bluetooth controllers are included.
 1.2.82.1 13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411
 1.11 21-Dec-2017  plunky fix width of .Bl list
 1.10 19-Sep-2014  wiz Sort sections. From Henning Petersen in PR 49222.
 1.9 16-May-2009  plunky add a -P flag to attempt immediate pairing
 1.8 10-Mar-2009  joerg Use item list as no tag is present. Fix markup for item.
 1.7 09-Nov-2007  plunky branches: 1.7.12; 1.7.14; 1.7.18;
Add a new utility 'btkey' for managment of Bluetooth Link Keys stored
in the NetBSD key cache (/var/db/bthcid.keys) and Bluetooth controller
memory.
 1.6 24-Sep-2007  plunky new lines for new sentences
 1.5 14-Apr-2007  plunky branches: 1.5.4;
use { | } for required alternates
 1.4 14-Apr-2007  plunky use \*[Le] for <=
 1.3 28-Jan-2007  wiz Make HTML-ready. Drop trailing whitespace.
 1.2 25-Jan-2007  plunky make it clearer that its a single-use PIN
 1.1 19-Jun-2006  gdamore Initial import of bluetooth stack on behalf of Iain Hibbert. (plunky@,
NetBSD Foundation Membership still pending.) This stack was written by
Iain under sponsorship from Itronix Inc.

The stack includes support for rfcomm networking (networking via your
bluetooth enabled cell phone), hid devices (keyboards/mice), and headsets.

Drivers for both PCMCIA and USB bluetooth controllers are included.
 1.5.4.2 09-Jan-2008  matt sync with HEAD
 1.5.4.1 06-Nov-2007  matt sync with HEAD
 1.7.18.1 21-Apr-2010  matt sync to netbsd-5
 1.7.14.1 13-May-2009  jym Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
 1.7.12.1 26-Sep-2009  snj Pull up following revision(s) (requested by plunky in ticket #1013):
usr.bin/btpin/btpin.c: revision 1.5
usr.bin/btpin/btpin.1: revision 1.9
add a -P flag to attempt immediate pairing
 1.8 12-Oct-2019  christos avoid strcpy.
 1.7 21-Dec-2017  plunky branches: 1.7.4;
consistent style: connect(2), socket(2) and setsockopt(2) return -1
for error so check for this specifically rather than < 0
 1.6 29-Aug-2011  joerg static + __dead
 1.5 16-May-2009  plunky add a -P flag to attempt immediate pairing
 1.4 21-Jul-2008  lukem branches: 1.4.4; 1.4.10;
Remove the \n and tabs from the __COPYRIGHT() strings.
Tweak to use a consistent format.
 1.3 14-Apr-2007  plunky branches: 1.3.12;
use { | } for required alternates
 1.2 26-Sep-2006  plunky expose the bthcid API details so that external PIN clients do not
need the NetBSD source in order to compile
 1.1 19-Jun-2006  gdamore Initial import of bluetooth stack on behalf of Iain Hibbert. (plunky@,
NetBSD Foundation Membership still pending.) This stack was written by
Iain under sponsorship from Itronix Inc.

The stack includes support for rfcomm networking (networking via your
bluetooth enabled cell phone), hid devices (keyboards/mice), and headsets.

Drivers for both PCMCIA and USB bluetooth controllers are included.
 1.3.12.1 18-Sep-2008  wrstuden Sync with wrstuden-revivesa-base-2.
 1.4.10.1 21-Apr-2010  matt sync to netbsd-5
 1.4.4.1 26-Sep-2009  snj Pull up following revision(s) (requested by plunky in ticket #1013):
usr.bin/btpin/btpin.c: revision 1.5
usr.bin/btpin/btpin.1: revision 1.9
add a -P flag to attempt immediate pairing
 1.7.4.1 13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411

RSS XML Feed