| History log of /src/usr.bin/btkey | 
    | Revision | Date | Author | Comments | 
| 1.1 | 09-Nov-2007 | plunky | branches:  1.1.4; 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.1.4.2 | 09-Jan-2008 | matt | sync with HEAD 
 | 
| 1.1.4.1 | 09-Nov-2007 | matt | file Makefile was added on branch matt-armv6 on 2008-01-09 02:00:31 +0000 
 | 
| 1.5 | 19-Sep-2014 | wiz | Sort sections. From Henning Petersen in PR 49222. 
 | 
| 1.4 | 18-May-2009 | wiz | Sort options. Sort sections. Remove superfluous .Pp. 
 | 
| 1.3 | 10-Mar-2009 | joerg | Use item list instead of tag list 
 | 
| 1.2 | 05-Mar-2009 | joerg | Fix markup as hinted by mdoclint. OK wiz. 
 | 
| 1.1 | 09-Nov-2007 | plunky | branches:  1.1.4;  1.1.16; 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.1.16.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.1.4.2 | 09-Jan-2008 | matt | sync with HEAD 
 | 
| 1.1.4.1 | 09-Nov-2007 | matt | file btkey.1 was added on branch matt-armv6 on 2008-01-09 02:00:32 +0000 
 | 
| 1.5 | 25-Aug-2021 | rillig | btkey: fix lint warning about wrong call to tolower 
 | 
| 1.4 | 29-Aug-2011 | joerg | Use __dead 
 | 
| 1.3 | 10-Dec-2009 | plunky | accept uppercase hex digits when parsing a provided key 
 | 
| 1.2 | 21-Jul-2008 | lukem | branches:  1.2.4;  1.2.10; Remove the \n and tabs from the __COPYRIGHT() strings.
 Tweak to use a consistent format.
 
 | 
| 1.1 | 09-Nov-2007 | plunky | branches:  1.1.4;  1.1.10; 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.1.10.1 | 18-Sep-2008 | wrstuden | Sync with wrstuden-revivesa-base-2. 
 | 
| 1.1.4.2 | 09-Jan-2008 | matt | sync with HEAD 
 | 
| 1.1.4.1 | 09-Nov-2007 | matt | file btkey.c was added on branch matt-armv6 on 2008-01-09 02:00:32 +0000 
 | 
| 1.2.10.1 | 21-Apr-2010 | matt | sync to netbsd-5 
 | 
| 1.2.4.1 | 18-Dec-2009 | snj | Pull up following revision(s) (requested by plunky in ticket #1192): usr.bin/btkey/btkey.c: revision 1.3
 accept uppercase hex digits when parsing a provided key
 
 | 
| 1.1 | 09-Nov-2007 | plunky | branches:  1.1.4; 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.1.4.2 | 09-Jan-2008 | matt | sync with HEAD 
 | 
| 1.1.4.1 | 09-Nov-2007 | matt | file btkey.h was added on branch matt-armv6 on 2008-01-09 02:00:32 +0000 
 | 
| 1.3 | 09-Feb-2009 | plunky | if HCI commands fail (CommandComplete status != 0) then indicate ENODEV "Operation Not Supported by Device" rather than random errno.
 
 | 
| 1.2 | 15-Dec-2007 | perry | branches:  1.2.2;  1.2.12;  1.2.14;  1.2.18; replace instances of __attribute__((__packed__)) with __packed
 
 | 
| 1.1 | 09-Nov-2007 | plunky | 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.2.18.1 | 21-Apr-2010 | matt | sync to netbsd-5 
 | 
| 1.2.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.2.12.1 | 18-Dec-2009 | snj | Pull up following revision(s) (requested by plunky in ticket #1192): usr.bin/btkey/device.c: revision 1.3
 if HCI commands fail (CommandComplete status != 0) then indicate
 ENODEV "Operation Not Supported by Device" rather than random errno.
 
 | 
| 1.2.2.2 | 09-Jan-2008 | matt | sync with HEAD 
 | 
| 1.2.2.1 | 15-Dec-2007 | matt | file device.c was added on branch matt-armv6 on 2008-01-09 02:00:33 +0000 
 | 
| 1.3 | 07-Jun-2020 | thorpej | Update for proplib(3) API changes. 
 | 
| 1.2 | 23-Feb-2014 | mlelstv | skip unparseable addresses. 
 | 
| 1.1 | 09-Nov-2007 | plunky | branches:  1.1.4;  1.1.30;  1.1.36; 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.1.36.1 | 20-Aug-2014 | tls | Rebase to HEAD as of a few days ago. 
 | 
| 1.1.30.1 | 22-May-2014 | yamt | sync with head. 
 for a reference, the tree before this commit was tagged
 as yamt-pagecache-tag8.
 
 this commit was splitted into small chunks to avoid
 a limitation of cvs.  ("Protocol error: too many arguments")
 
 | 
| 1.1.4.2 | 09-Jan-2008 | matt | sync with HEAD 
 | 
| 1.1.4.1 | 09-Nov-2007 | matt | file file.c was added on branch matt-armv6 on 2008-01-09 02:00:33 +0000 
 |