summaryrefslogtreecommitdiff
path: root/usr.bin/bluetooth/rfcomm_sppd/rfcomm_sppd.c
Commit message (Expand)AuthorAgeFilesLines
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Check l2cap socket initialisation and define L2CAP_SOCKET_CHECKEDTakanori Watanabe2015-04-071-0/+1
* Change the code to use the openpty(3) API which uses the pts(4) driverMaksim Yevmenkin2014-10-231-73/+28
* Clenup code a bit and do not call fork(2) before dameon(3) where not needed.Maksim Yevmenkin2009-02-041-16/+2
* Make -t <tty> optional in server mode. If not specified use stdin/stdout.Maksim Yevmenkin2008-05-141-16/+21
* Check return value of listen().Kevin Lo2007-09-111-1/+2
* Add "server mode" to rfcomm_sppd(1).Maksim Yevmenkin2007-01-251-32/+100
* Teach rfcomm_sppd(8) to recognize "lan" (for LAN Access Using PPP) serviceMaksim Yevmenkin2005-12-071-0/+4
* Teach rfcomm_sppd(1) about service names, so it is possible to specifyMaksim Yevmenkin2005-11-231-5/+29
* Make -t <tty> optional. If not specified use stdin/stdout.Maksim Yevmenkin2004-09-301-11/+25
* - One can use both BD_ADDR or name to specify address of the Bluetooth device.Maksim Yevmenkin2004-08-051-1/+1
* Fix a couple of stylistic issuesMaksim Yevmenkin2003-12-221-2/+2
* Fix uncontrolled access to the buffer in rfcomm_sppd(1).Maksim Yevmenkin2003-12-191-4/+21
* Update Bluetooth code.Maksim Yevmenkin2003-10-121-25/+27
* Part one of undating the bluetooth code to the newest versionJulian Elischer2003-05-101-0/+383