summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Remove stray DEBUG_FLAGS=-g that snuck in with r137868imp2015-05-211-1/+0
* ath3kfw, bcmfw, bthidcontrol, bthidd all require usb(4); build themngie2015-04-271-4/+9
* To ensure j formatting string valid, cast uint64_t values to uintmax_t.takawata2015-04-181-2/+3
* Change printf formatting to unbroke i386 arch.takawata2015-04-181-2/+2
* Fix Typo.takawata2015-04-181-1/+1
* Fix misspelling.araujo2015-04-181-1/+1
* Improve code style(9), no functional changes.araujo2015-04-182-92/+95
* Add LE related HCI control command to hccontrol(1).takawata2015-04-185-1/+443
* Accept LE event on hccontrol socket.takawata2015-04-121-0/+1
* Add HCI/LMP revision information.takawata2015-04-121-2/+12
* Check l2cap socket initialisation and define L2CAP_SOCKET_CHECKEDtakawata2015-04-0758-7/+70
* bthidd: Remove unused macros from hid.c.rakuco2015-04-061-6/+0
* bthidd: Consider usage ranges when dealing with array inputs.rakuco2015-04-051-1/+13
* Make hccontrol(8) and sdpcontrol(8) appear in "man -k bluetooth" output.trasz2015-02-072-4/+4
* mdoc: sort SEE ALSO.joel2014-12-261-2/+2
* handle "Kana" and "Eisu" keys on Apple Wireless Keyboard (JIS)emax2014-12-111-2/+2
* Convert usr.sbin to LIBADDbapt2014-11-2512-24/+12
* use .Mt to mark up email addresses consistently (part2)bapt2014-06-2014-14/+14
* mdoc: minor paragraph fixes.joel2014-02-081-1/+0
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thiseadler2013-11-301-1/+1
* Work around build breakages with GCC 4.2.jkim2013-05-231-0/+2
* Fxi a bunch of typos.eadler2013-05-101-1/+1
* Add the Clang specific -Wmissing-variable-declarations to WARNS=6.ed2013-04-191-0/+2
* Remove contractions.joel2013-04-111-1/+1
* Extend ath3kfw to include overridable device / vendor IDs.adrian2013-04-051-4/+14
* A number of places in the source tree still reference cuad.* aftereadler2012-12-082-2/+2
* make sure that socket's send and receive buffers are properly sizedemax2012-10-182-1/+45
* mdoc: add missing width argument to Bl -tag.joel2012-06-035-8/+8
* Fix world after byacc import:bapt2012-05-222-1/+2
* Remove trailing whitespace per mdoc lint warningeadler2012-03-291-1/+1
* Fix date.joel2012-03-261-1/+1
* Touch up some more small typos missed in the previous round.uqs2012-01-051-1/+1
* Fix typos in command descriptions.stefanf2011-12-311-2/+2
* Spelling fixes for usr.sbin/uqs2011-12-302-2/+2
* Reencode files to UTF-8. Drop CP1252 em-dash.uqs2011-12-301-4/+4
* In usr.sbin/bluetooth/sdpd/server.c, don't use the size of a pointer asdim2011-12-171-1/+1
* Plug fd leakskevlo2011-11-231-0/+1
* Remove redundant assignments to WARNS.ed2011-06-061-1/+0
* Encode horizontal scroll events (AC Pan) as button presses (bit 5 and 6)emax2011-05-041-0/+11
* Improve the man page and l2control's usage() a bit.emax2011-04-192-13/+22
* Do not use word 'flood' as it not entirely correct. Use better 'no delay'emax2011-03-282-18/+19
* Don't generate input() since it's not used.brucec2010-11-222-2/+2
* Add firmware downloader for Atheros AR3011 based USB Bluetooth devices.emax2010-11-124-0/+375
* Make sure to only pickup hid_input items when parsing input reports.emax2010-09-081-1/+2
* Do not request SDP attributes using ranges.emax2010-09-071-2/+4
* mdoc: move remaining sections into consistent orderuqs2010-05-132-9/+9
* mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to theuqs2010-05-132-25/+25
* Catch up with libusbhid merge (rev 205728).kaiw2010-05-091-11/+5
* Remove redundant WARNS?=6 overrides and inherit the WARNS setting fromuqs2010-03-021-1/+0
* Teach btpand(8) to recognized Bluetooth device node names.emax2009-05-181-1/+1
OpenPOWER on IntegriCloud