aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Avoid undefined behavior when calling va_start() in bnep_send_control(),Dimitry Andric2016-08-292-3/+3
* [ath3k] add a replacement ath3k firmware loading tool.Adrian Chadd2016-06-079-307/+1052
* For pointers use NULL instead of 0.Marcelo Araujo2016-06-061-1/+1
* Improve performance and functionality of the bitstring(3) apiAlan Somers2016-05-041-1/+1
* bluetooth: minor spelling fixes.Pedro F. Giffuni2016-05-012-2/+2
* fix incorrect usage of hid_set_data() which causes crashMaksim Yevmenkin2016-03-231-17/+13
* DIRDEPS_BUILD: Regenerate without local dependencies.Bryan Drewery2016-02-243-18/+0
* Fix scancodes for Kana and Eisu keys.Hans Petter Selasky2015-11-211-2/+2
* check boundaries while parsing SDP responsesMaksim Yevmenkin2015-10-201-9/+43
* fix compare argument for address type.Takanori Watanabe2015-09-091-1/+1
* Add META_MODE support.Simon J. Gerraty2015-06-1314-0/+298
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-0814-28/+0
| * Merge sync of headSimon J. Gerraty2015-05-2779-54/+575
| |\ | |/ |/|
| * Merge head from 7/28Simon J. Gerraty2014-08-1914-14/+14
| |\
| * | Updated dependenciesSimon J. Gerraty2014-05-1614-14/+0
| * | Updated dependenciesSimon J. Gerraty2014-05-1014-0/+28
| * | Merge headSimon J. Gerraty2014-04-282-2/+1
| |\ \
| * | | Updated dependenciesSimon J. Gerraty2013-10-131-0/+1
| * | | Merge from headSimon J. Gerraty2013-09-053-1/+5
| |\ \ \
| * \ \ \ sync from headSimon J. Gerraty2013-04-122-5/+15
| |\ \ \ \
| * | | | | Updated dependenciesSimon J. Gerraty2013-03-1114-0/+14
| * | | | | Updated dependenciesSimon J. Gerraty2013-02-1614-28/+0
| * | | | | Sync with HEAD.David E. O'Brien2013-02-082-2/+2
| |\ \ \ \ \
| * \ \ \ \ \ Sync from headSimon J. Gerraty2012-11-047-9/+53
| |\ \ \ \ \ \
| * | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-2214-0/+308
* | | | | | | | Remove stray DEBUG_FLAGS=-g that snuck in with r137868Warner Losh2015-05-211-1/+0
* | | | | | | | ath3kfw, bcmfw, bthidcontrol, bthidd all require usb(4); build themEnji Cooper2015-04-271-4/+9
* | | | | | | | To ensure j formatting string valid, cast uint64_t values to uintmax_t.Takanori Watanabe2015-04-181-2/+3
* | | | | | | | Change printf formatting to unbroke i386 arch.Takanori Watanabe2015-04-181-2/+2
* | | | | | | | Fix Typo.Takanori Watanabe2015-04-181-1/+1
* | | | | | | | Fix misspelling.Marcelo Araujo2015-04-181-1/+1
* | | | | | | | Improve code style(9), no functional changes.Marcelo Araujo2015-04-182-92/+95
* | | | | | | | Add LE related HCI control command to hccontrol(1).Takanori Watanabe2015-04-185-1/+443
* | | | | | | | Accept LE event on hccontrol socket.Takanori Watanabe2015-04-121-0/+1
* | | | | | | | Add HCI/LMP revision information.Takanori Watanabe2015-04-121-2/+12
* | | | | | | | Check l2cap socket initialisation and define L2CAP_SOCKET_CHECKEDTakanori Watanabe2015-04-0758-7/+70
* | | | | | | | bthidd: Remove unused macros from hid.c.Raphael Kubo da Costa2015-04-061-6/+0
* | | | | | | | bthidd: Consider usage ranges when dealing with array inputs.Raphael Kubo da Costa2015-04-051-1/+13
* | | | | | | | Make hccontrol(8) and sdpcontrol(8) appear in "man -k bluetooth" output.Edward Tomasz Napierala2015-02-072-4/+4
* | | | | | | | mdoc: sort SEE ALSO.Joel Dahl2014-12-261-2/+2
* | | | | | | | handle "Kana" and "Eisu" keys on Apple Wireless Keyboard (JIS)Maksim Yevmenkin2014-12-111-2/+2
* | | | | | | | Convert usr.sbin to LIBADDBaptiste Daroussin2014-11-2512-24/+12
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | use .Mt to mark up email addresses consistently (part2)Baptiste Daroussin2014-06-2014-14/+14
| |_|_|_|_|/ |/| | | | |
* | | | | | mdoc: minor paragraph fixes.Joel Dahl2014-02-081-1/+0
* | | | | | Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler2013-11-301-1/+1
| |_|_|_|/ |/| | | |
* | | | | Work around build breakages with GCC 4.2.Jung-uk Kim2013-05-231-0/+2
* | | | | Fxi a bunch of typos.Eitan Adler2013-05-101-1/+1
* | | | | Add the Clang specific -Wmissing-variable-declarations to WARNS=6.Ed Schouten2013-04-191-0/+2
| |_|_|/ |/| | |
* | | | Remove contractions.Joel Dahl2013-04-111-1/+1
* | | | Extend ath3kfw to include overridable device / vendor IDs.Adrian Chadd2013-04-051-4/+14
| |_|/ |/| |