aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/bluetooth
Commit message (Collapse)AuthorAgeFilesLines
* Check return value of listen().Kevin Lo2007-09-111-1/+2
| | | | | | | | Reviewed by: emax Approved by: re (kensmith) Notes: svn path=/head/; revision=172142
* Add "server mode" to rfcomm_sppd(1).Maksim Yevmenkin2007-01-252-40/+153
| | | | | | | | Submitted by: Dave Eckhardt, bms Tested by: Dave Eckhardt, Eric Anderson, bms Notes: svn path=/head/; revision=166233
* Teach rfcomm_sppd(8) to recognize "lan" (for LAN Access Using PPP) serviceMaksim Yevmenkin2005-12-072-1/+7
| | | | | | | | | name in '-c' (RFCOMM channel) option. MFC after: 3 days Notes: svn path=/head/; revision=153209
* Teach rfcomm_sppd(1) about service names, so it is possible to specifyMaksim Yevmenkin2005-11-232-8/+39
| | | | | | | | | | service name instead of channel number with -c command option. Supported service names are: DUN (Dial-Up Networking), FAX (Fax) and SP (Serial Port). MFC after: 1 week Notes: svn path=/head/; revision=152704
* Let bsd.prog.mk set SRCS and MAN to their default values.Ruslan Ermilov2005-01-283-5/+0
| | | | Notes: svn path=/head/; revision=140941
* Sort sections.Ruslan Ermilov2005-01-182-14/+14
| | | | Notes: svn path=/head/; revision=140420
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-173-3/+3
| | | | Notes: svn path=/head/; revision=140368
* Make -t <tty> optional. If not specified use stdin/stdout.Maksim Yevmenkin2004-09-302-14/+35
| | | | | | | | | | | | | | Document this. These changes make it possible to write something like set device "!/usr/bin/rfcomm_sppd -a BD_ADDR" inside the /etc/ppp/ppp.conf file. Very convenient for the users :) Submitted by: Konstantin Stepanenkov <kstepanenkov AT oilspace DOT com> MFC after: 3 days Notes: svn path=/head/; revision=135993
* - One can use both BD_ADDR or name to specify address of the Bluetooth device.Maksim Yevmenkin2004-08-052-7/+13
| | | | | | | | | | | Update man pages to document this fact. - Update usage messages - Change u_intXXX to uintXXX Notes: svn path=/head/; revision=133178
* Clean up language and markup.Ruslan Ermilov2004-05-191-37/+41
| | | | Notes: svn path=/head/; revision=129437
* Bumped document date.Ruslan Ermilov2004-05-191-2/+3
| | | | | | | Removed hard sentence break. Notes: svn path=/head/; revision=129425
* Use uint instead of u_intMaksim Yevmenkin2004-04-091-10/+10
| | | | Notes: svn path=/head/; revision=128077
* Make sure Bluetooth stuff can be compiled on amd64Maksim Yevmenkin2004-04-091-16/+16
| | | | | | | Submitted by: ps Notes: svn path=/head/; revision=128076
* Fix a couple of stylistic issuesMaksim Yevmenkin2003-12-221-2/+2
| | | | | | | | Reviewed by: imp (mentor), ru Approved by: imp (mentor) Notes: svn path=/head/; revision=123734
* Fix uncontrolled access to the buffer in rfcomm_sppd(1).Maksim Yevmenkin2003-12-191-4/+21
| | | | | | | | | | | Fix typo in hcsecd(8) man page. Submitted by: Guido Falsi <mad@madpilot.net> Reviewed by: imp (mentor) Approved by: imp (mentor) Notes: svn path=/head/; revision=123676
* Include <nlist.h> for nlist-related declarations instead of depending onBruce Evans2003-10-131-0/+1
| | | | | | | namespace pollution in <kvm.h>. Notes: svn path=/head/; revision=121064
* Update Bluetooth code.Maksim Yevmenkin2003-10-1212-128/+650
| | | | | | | | Reviewed by: M. Warner Losh <imp@bsdimp.com>; John Hay <jhay@freebsd.org> Approved by: M. Warner Losh <imp@bsdimp.com> (mentor) Notes: svn path=/head/; revision=121054
* Reapply mdoc(7) fixes that got accidentally lost in the lastRuslan Ermilov2003-05-202-55/+62
| | | | | | | | | | Bluetooth update, and fix a few more issues. Submitted by: Maksim Yevmenkin <m_evmenkin@yahoo.com>, ru Approved by: re (blanket) Notes: svn path=/head/; revision=115185
* Part one of undating the bluetooth code to the newest versionJulian Elischer2003-05-107-31/+716
| | | | | | | | Submitted by: Maksim Yevmenkin <m_evmenkin@yahoo.com> Approved by: re@ Notes: svn path=/head/; revision=114878
* mdoc(7) police: markup fixes.Ruslan Ermilov2002-12-121-16/+18
| | | | | | | Approved by: re Notes: svn path=/head/; revision=107775
* The second try a committing the bluetooth codeJulian Elischer2002-11-204-0/+579
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 Notes: svn path=/head/; revision=107120