summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bluetooth
Commit message (Collapse)AuthorAgeFilesLines
...
* l2ping(8) should not loose echo data if target does not responds to the pingemax2004-02-172-24/+36
| | | | Reviewed by: imp (mentor), ru
* Cleanup CFLAGS in libsdp(3) Makefileemax2004-01-252-1/+15
| | | | | | Connect sdpd(8) to the build Reviewed by: ru, imp (mentor)
* Import sdpd(8) sources. This is Bluetooth Service Discovery Protocol daemon.emax2004-01-2026-0/+4284
| | | | | | | | Extend libsdp(3) API to allow service registration and removal. Fix uninitialized variable bug in sdpcontrol(8). Reviewed by: imp (mentor) No objection: ru
* Change sdp_open_local(3) API. It now takes a path to a control socketemax2004-01-093-55/+89
| | | | | | | | Teach sdpcontrol(8) how to talk to the local SDP server Update man pages s/u_int/uint Reviewed by: imp (mentor), ru
* Fix uncontrolled access to the buffer in rfcomm_sppd(1).emax2003-12-191-2/+2
| | | | | | | | Fix typo in hcsecd(8) man page. Submitted by: Guido Falsi <mad@madpilot.net> Reviewed by: imp (mentor) Approved by: imp (mentor)
* Replace all uses of the old netgraph constants NG_*LEN by the newharti2003-11-152-2/+2
| | | | | | constants NG_*SIZ that include the trailing NUL byte. This change is mostly mechanical except for the replacement of a couple of snprintf() and sprintf() calls with strlcpy.
* Fix few typosemax2003-11-113-7/+7
| | | | | Reviewed by: imp, julian, ru Approved by: imp (mentor)
* Update Bluetooth code.emax2003-10-1243-463/+1991
| | | | | Reviewed by: M. Warner Losh <imp@bsdimp.com>; John Hay <jhay@freebsd.org> Approved by: M. Warner Losh <imp@bsdimp.com> (mentor)
* Account for the fact that "buildworld" builds in the 'obj' treejulian2003-06-241-1/+1
| | | | Pointed out by: Andrew Gallatin <gallatin@cs.duke.edu>
* Reapply mdoc(7) fixes that got accidentally lost in the lastru2003-05-208-380/+424
| | | | | | | Bluetooth update, and fix a few more issues. Submitted by: Maksim Yevmenkin <m_evmenkin@yahoo.com>, ru Approved by: re (blanket)
* Make the README reflect reality.julian2003-05-111-3/+2
| | | | Approved by: re@ (blanket for bluetooth upgrade)
* Re-enable the broadcom firmware utility now that the Makefile in that subdirjulian2003-05-111-3/+1
| | | | | | | | has been fixed to not need the missing files. The firmware files themselves still now need to be fetched from the internet. The README there gives the location. Approved by: re@ (part of bluetooth upgrade)
* Fix (presently unused) Makefile to not need files not yet checked in.julian2003-05-111-11/+11
| | | | | | Submitted by: Maksim Yevmenkin <m_evmenkin@yahoo.com> Approved by: re@ (part of Bluetooth upgrade)
* Don't compile the broadcom firmware module yet.julian2003-05-101-2/+3
|
* Broadcom firmware loading module.. The actual firmware files will follow whenjulian2003-05-105-0/+455
| | | | | the legal status has been confirmed, in the meanwhile they can be downloaded from the location in the README file.
* Part 2 of the commit if new bluetooth code.julian2003-05-1037-394/+2194
| | | | | Submitted by: Maksim Yevmenkin <m_evmenkin@yahoo.com> Approved by: re@
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-1/+1
| | | | especially in troff files.
* mdoc(7) police: markup fixes.ru2002-12-125-198/+219
| | | | Approved by: re
* The second try a committing the bluetooth codejulian2002-11-2027-0/+6743
Has been seen to work on several cards and communicating with several mobile phones to use them as modems etc. We are still talking with 3com to try get them to allow us to include the firmware for their pccard in the driver but the driver is here.. In the mean time it can be downloaded from the 3com website and loaded using the utility bt3cfw(8) (supplied) (instructions in the man page) Not yet linked to the build Submitted by: Maksim Yevmenkin <myevmenk@exodus.net> Approved by: re
OpenPOWER on IntegriCloud