aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - Add HCI node autodetection. As a consequence of this, make the '-n'Markus Brueffer2006-05-223-7/+89
* Fix formatting. Add missing break;Maksim Yevmenkin2006-05-141-2/+3
* Properly map mouse buttonsMaksim Yevmenkin2006-03-211-1/+4
* Properly convert L2CAP PSM values in sockaddr_l2cap to LE16 byte order.Maksim Yevmenkin2006-03-163-4/+4
* Style: NO_MAN doesn't need any value.Ruslan Ermilov2006-03-151-1/+1
* Teach bthidd(8) to reload its config when SIGHUP is received.Maksim Yevmenkin2006-03-141-3/+27
* Fix typoMaksim Yevmenkin2006-03-131-1/+1
* - Use official version strings for LMP and HCI version reporting and addMarkus Brueffer2006-02-234-7/+42
* Fix scancode translation tableMarkus Brueffer2006-02-201-2/+3
* - Grammar fixesMarkus Brueffer2006-02-111-21/+21
* - Fix attribute id of HIDBatteryPowerMarkus Brueffer2006-02-101-5/+5
* Fix typo in rfcomm_pppd(8) man page.Maksim Yevmenkin2005-12-121-1/+1
* Teach sdpd(8) to check peer's credentials before accepting request toMaksim Yevmenkin2005-12-066-9/+55
* Fix typo in usage.Maksim Yevmenkin2005-09-011-1/+1
* Fix all the spelling mistakes I could find in the man pages for wordsGiorgos Keramidas2005-07-312-5/+5
* - Grammar fixesMarkus Brueffer2005-07-091-12/+12
* Do not tread 128-bit UUID as int128. Provide separate macros to get/putMaksim Yevmenkin2005-05-271-27/+36
* Fix problem with session termination. bthidd(8) maintains two L2CAPMaksim Yevmenkin2005-05-182-3/+4
* Let bsd.prog.mk set SRCS and MAN to their default values.Ruslan Ermilov2005-01-284-4/+0
* Sort sections.Ruslan Ermilov2005-01-188-26/+26
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-178-8/+8
* Fix typo %d -> %xMaksim Yevmenkin2005-01-121-1/+1
* Scheduled mdoc(7) sweep.Ruslan Ermilov2005-01-112-10/+11
* Teach sdpd(8) about 32-bit and 128-bit uuid's.Maksim Yevmenkin2005-01-055-13/+162
* Rename 'class' field to 'uclass' in the ng_hci_inquiry_response structure.Maksim Yevmenkin2005-01-041-1/+1
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-211-1/+1
* Check in updated bthidd(8). This is still work in progress.Maksim Yevmenkin2004-11-189-48/+874
* Serial devices now called /dev/cuadXX not /dev/cuaaXXMaksim Yevmenkin2004-11-022-2/+2
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
* Add missing #includeMaksim Yevmenkin2004-09-142-1/+2
* Update links to the bluez-firmware packageMaksim Yevmenkin2004-08-111-4/+4
* Introduce ng_hci_inquiry_response structure and use it in the hccontrol(8)Maksim Yevmenkin2004-08-101-8/+1
* - One can use both BD_ADDR or name to specify address of the Bluetooth device.Maksim Yevmenkin2004-08-0510-30/+47
* - Update l2ping(8) man page and mention that it is possible to use namesMaksim Yevmenkin2004-08-042-42/+70
* Avoid casts as lvalues.Alexander Kabaev2004-07-281-3/+6
* Add workaround for brain damaged cell phonesMaksim Yevmenkin2004-07-272-3/+62
* Fix cut-n-paste bugs in hccontrol(8). Its very strange that no one noticedMaksim Yevmenkin2004-06-282-17/+17
* Remove dependency on dev/usb/usbdevs.h, in preparation for itsWarner Losh2004-06-251-2/+4
* Assorted markup, grammar, and spelling fixes.Ruslan Ermilov2004-06-133-19/+22
* Markup nits.Ruslan Ermilov2004-06-041-3/+5
* Reapply some lost fixes, fix some more.Ruslan Ermilov2004-06-041-13/+15