summaryrefslogtreecommitdiffstats
path: root/usr.bin/bluetooth/rfcomm_sppd
Commit message (Collapse)AuthorAgeFilesLines
* MFC r273548emax2014-11-063-89/+44
| | | | | | | | Change the code to use the openpty(3) API which uses the pts(4) driver instead of the pty(4) driver. PR: 184597 Submitted by: tobias.rehbein
* Clenup code a bit and do not call fork(2) before dameon(3) where not needed.emax2009-02-041-16/+2
| | | | MFC after: 1 month
* Make -t <tty> optional in server mode. If not specified use stdin/stdout.emax2008-05-142-24/+34
| | | | | | | | | | | Document this. Do not require channel number in server mode. If not specified - bind to ''wildcard'' channel zero. Real channel number will be obtained automatically and registered with local sdpd(8). While I'm here fix serial port service registration. Submitted by: luigi Tested by: Helge Oldach <freebsd-bluetooth at oldach dot net> MFC after: 3 days
* Check return value of listen().kevlo2007-09-111-1/+2
| | | | | Reviewed by: emax Approved by: re (kensmith)
* Add "server mode" to rfcomm_sppd(1).emax2007-01-252-40/+153
| | | | | Submitted by: Dave Eckhardt, bms Tested by: Dave Eckhardt, Eric Anderson, bms
* Teach rfcomm_sppd(8) to recognize "lan" (for LAN Access Using PPP) serviceemax2005-12-072-1/+7
| | | | | | name in '-c' (RFCOMM channel) option. MFC after: 3 days
* Teach rfcomm_sppd(1) about service names, so it is possible to specifyemax2005-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
* Let bsd.prog.mk set SRCS and MAN to their default values.ru2005-01-281-1/+0
|
* Sort sections.ru2005-01-181-11/+11
|
* Added the EXIT STATUS section where appropriate.ru2005-01-171-1/+1
|
* Make -t <tty> optional. If not specified use stdin/stdout.emax2004-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
* - One can use both BD_ADDR or name to specify address of the Bluetooth device.emax2004-08-052-7/+13
| | | | | | | | Update man pages to document this fact. - Update usage messages - Change u_intXXX to uintXXX
* Use uint instead of u_intemax2004-04-091-10/+10
|
* Fix a couple of stylistic issuesemax2003-12-221-2/+2
| | | | | Reviewed by: imp (mentor), ru Approved by: imp (mentor)
* Fix uncontrolled access to the buffer in rfcomm_sppd(1).emax2003-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)
* Update Bluetooth code.emax2003-10-124-39/+306
| | | | | Reviewed by: M. Warner Losh <imp@bsdimp.com>; John Hay <jhay@freebsd.org> Approved by: M. Warner Losh <imp@bsdimp.com> (mentor)
* Reapply mdoc(7) fixes that got accidentally lost in the lastru2003-05-201-36/+41
| | | | | | | Bluetooth update, and fix a few more issues. Submitted by: Maksim Yevmenkin <m_evmenkin@yahoo.com>, ru Approved by: re (blanket)
* Part one of undating the bluetooth code to the newest versionjulian2003-05-103-0/+505
Submitted by: Maksim Yevmenkin <m_evmenkin@yahoo.com> Approved by: re@
OpenPOWER on IntegriCloud