Subject: CVS commit: src/usr.bin/rfcomm_sppd
To: None <source-changes@NetBSD.org>
From: Iain Hibbert <plunky@netbsd.org>
List: source-changes
Date: 01/31/2007 08:12:22
Module Name:	src
Committed By:	plunky
Date:		Wed Jan 31 08:12:22 UTC 2007

Modified Files:
	src/usr.bin/rfcomm_sppd: rfcomm_sppd.1 rfcomm_sppd.c

Log Message:
This comprises a rewrite, which
	- adds a server mode for incoming bluetooth connections
	- does not cfmakeraw the slave tty as this caused problems
	- does not hold open the slave tty as this prevented multiple opens
	- modifies the termios for stdio so that this can be used directly
	  by a user.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/usr.bin/rfcomm_sppd/rfcomm_sppd.1 \
    src/usr.bin/rfcomm_sppd/rfcomm_sppd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.