aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespace per mdoc lint warningEitan Adler2012-03-291-1/+1
* Fix date.Joel Dahl2012-03-261-1/+1
* Touch up some more small typos missed in the previous round.Ulrich Spörlein2012-01-051-1/+1
* Fix typos in command descriptions.Stefan Farfeleder2011-12-311-2/+2
* Spelling fixes for usr.sbin/Ulrich Spörlein2011-12-302-2/+2
* Reencode files to UTF-8. Drop CP1252 em-dash.Ulrich Spörlein2011-12-301-4/+4
* In usr.sbin/bluetooth/sdpd/server.c, don't use the size of a pointer asDimitry Andric2011-12-171-1/+1
* Plug fd leaksKevin Lo2011-11-231-0/+1
* Remove redundant assignments to WARNS.Ed Schouten2011-06-061-1/+0
* Encode horizontal scroll events (AC Pan) as button presses (bit 5 and 6)Maksim Yevmenkin2011-05-041-0/+11
* Improve the man page and l2control's usage() a bit.Maksim Yevmenkin2011-04-192-13/+22
* Do not use word 'flood' as it not entirely correct. Use better 'no delay'Maksim Yevmenkin2011-03-282-18/+19
* Don't generate input() since it's not used.Rebecca Cran2010-11-222-2/+2
* Add firmware downloader for Atheros AR3011 based USB Bluetooth devices.Maksim Yevmenkin2010-11-124-0/+375
* Make sure to only pickup hid_input items when parsing input reports.Maksim Yevmenkin2010-09-081-1/+2
* Do not request SDP attributes using ranges.Maksim Yevmenkin2010-09-071-2/+4
* mdoc: move remaining sections into consistent orderUlrich Spörlein2010-05-132-9/+9
* mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to theUlrich Spörlein2010-05-132-25/+25
* Catch up with libusbhid merge (rev 205728).Kai Wang2010-05-091-11/+5
* Remove redundant WARNS?=6 overrides and inherit the WARNS setting fromUlrich Spörlein2010-03-021-1/+0
* Teach btpand(8) to recognized Bluetooth device node names.Maksim Yevmenkin2009-05-181-1/+1
* Fix bug in event timeout handlingMaksim Yevmenkin2009-04-171-5/+5
* Build fixups for the new USB stack.Andrew Thompson2009-02-231-0/+1
* Clenup code a bit and do not call fork(2) before dameon(3) where not needed.Maksim Yevmenkin2009-02-043-36/+10
* Hook up btpand(8) to the buildMaksim Yevmenkin2009-02-021-0/+1
* Fix client mode. Pick up service availability changes.Maksim Yevmenkin2009-02-023-21/+19
* Add btpand(8) daemon from NetBSD. This daemon provides support forMaksim Yevmenkin2009-01-3015-0/+3372
* Straighten out those pesky SDP records for the BluetoothMaksim Yevmenkin2008-11-251-10/+26
* Add mandatory "security description" SDP parameter to the PANU profileMaksim Yevmenkin2008-03-191-0/+15
* Add PSM and Load Factor SDP parameters to the BNEP based profilesMaksim Yevmenkin2008-03-186-15/+110
* Update usage() - add new -D option. While I'm here, update copyrightMaksim Yevmenkin2008-03-141-2/+5
* Add support for the NAP, GN and PANU profiles to the sdpd(8).Maksim Yevmenkin2008-03-116-6/+562
* Add an option to register DUN (Dial-Up Networking) service on the sameMaksim Yevmenkin2008-03-062-3/+43
* Allow search for any UUID entered by user.Maksim Yevmenkin2007-11-041-3/+0
* Fixed "make checkdpadd" (missing library dependencies).Ruslan Ermilov2007-10-011-1/+1
* Add `accept dns' to rfcomm-server examplePav Lucistnik2007-05-131-0/+1
* Check that the length of the received message is at least as big as a PDUMaksim Yevmenkin2007-02-231-1/+2
* Do not mark Bluetooth HID device as a "potential keyboard" if its descriptorMaksim Yevmenkin2006-11-271-1/+1
* - Grammar fixesMarkus Brueffer2006-11-131-56/+74
* Properly htole16() PSM in sockaddr_l2capMaksim Yevmenkin2006-11-021-3/+3
* - Add a 'verbose' switch -vMarkus Brueffer2006-10-313-2/+17
* - Grammar and typo fixesMarkus Brueffer2006-10-101-12/+11
* Fix a typo introduced in the last commit: WWW Refresh is 0x227, not 0227Markus Brueffer2006-10-091-1/+1
* Pacify new GCC4 warnings.Maksim Yevmenkin2006-09-213-4/+4
* Get rid of extra const to pacify new GCC4 warnings.Maksim Yevmenkin2006-09-212-30/+30
* Use socklen_t instead of int32_t where appropriate to pacify new GCC4Maksim Yevmenkin2006-09-215-7/+12
* Temporarily put ugly workaround in place to make sparc64 build happy.Maksim Yevmenkin2006-09-081-12/+12
* Update bthidd(8) code and hook it up to the build.Maksim Yevmenkin2006-09-0714-462/+642
* - Only print a clarifying message about which HCI node has been used if thereMarkus Brueffer2006-06-021-4/+6
* - Document the new Read_Node_List command, autodetection of HCI nodes andMarkus Brueffer2006-05-221-8/+9