<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.bin/bluetooth, branch releng/9.2</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>Build usr.bin/ with WARNS=6 by default.</title>
<updated>2010-01-02T10:27:05+00:00</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2010-01-02T10:27:05+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b7946da96b4498519f66f3f5fe72d1474bf13f7d'/>
<id>b7946da96b4498519f66f3f5fe72d1474bf13f7d</id>
<content type='text'>
Also add some missing $FreeBSD$ to keep svn happy.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also add some missing $FreeBSD$ to keep svn happy.
</pre>
</div>
</content>
</entry>
<entry>
<title>Clenup code a bit and do not call fork(2) before dameon(3) where not needed.</title>
<updated>2009-02-04T22:04:06+00:00</updated>
<author>
<name>Maksim Yevmenkin</name>
<email>emax@FreeBSD.org</email>
</author>
<published>2009-02-04T22:04:06+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d37245a0dea6ab123648a45c52b7abae7bf1302c'/>
<id>d37245a0dea6ab123648a45c52b7abae7bf1302c</id>
<content type='text'>
MFC after:	1 month
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MFC after:	1 month
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix build</title>
<updated>2008-07-29T17:02:00+00:00</updated>
<author>
<name>Maksim Yevmenkin</name>
<email>emax@FreeBSD.org</email>
</author>
<published>2008-07-29T17:02:00+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=9b501d5ab142f46a59a1cfc64d4f7c90f8c102f6'/>
<id>9b501d5ab142f46a59a1cfc64d4f7c90f8c102f6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make -t &lt;tty&gt; optional in server mode. If not specified use stdin/stdout.</title>
<updated>2008-05-14T16:47:30+00:00</updated>
<author>
<name>Maksim Yevmenkin</name>
<email>emax@FreeBSD.org</email>
</author>
<published>2008-05-14T16:47:30+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=aa6985f4f3664d3c3ccc99e40f54de0b0c106ed5'/>
<id>aa6985f4f3664d3c3ccc99e40f54de0b0c106ed5</id>
<content type='text'>
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 &lt;freebsd-bluetooth at oldach dot net&gt;
MFC after:	3 days
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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 &lt;freebsd-bluetooth at oldach dot net&gt;
MFC after:	3 days
</pre>
</div>
</content>
</entry>
<entry>
<title>Check return value of listen().</title>
<updated>2007-09-11T01:59:00+00:00</updated>
<author>
<name>Kevin Lo</name>
<email>kevlo@FreeBSD.org</email>
</author>
<published>2007-09-11T01:59:00+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=817e1ec9015d16ab6520cbb7e076d1e507c8ad67'/>
<id>817e1ec9015d16ab6520cbb7e076d1e507c8ad67</id>
<content type='text'>
Reviewed by: emax
Approved by: re (kensmith)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed by: emax
Approved by: re (kensmith)
</pre>
</div>
</content>
</entry>
<entry>
<title>Add "server mode" to rfcomm_sppd(1).</title>
<updated>2007-01-25T20:54:59+00:00</updated>
<author>
<name>Maksim Yevmenkin</name>
<email>emax@FreeBSD.org</email>
</author>
<published>2007-01-25T20:54:59+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=0a314f7c3909bd3d20ffe624f40efcb80724fac6'/>
<id>0a314f7c3909bd3d20ffe624f40efcb80724fac6</id>
<content type='text'>
Submitted by:	Dave Eckhardt, bms
Tested by:	Dave Eckhardt, Eric Anderson, bms
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Submitted by:	Dave Eckhardt, bms
Tested by:	Dave Eckhardt, Eric Anderson, bms
</pre>
</div>
</content>
</entry>
<entry>
<title>Teach rfcomm_sppd(8) to recognize "lan" (for LAN Access Using PPP) service</title>
<updated>2005-12-07T19:41:58+00:00</updated>
<author>
<name>Maksim Yevmenkin</name>
<email>emax@FreeBSD.org</email>
</author>
<published>2005-12-07T19:41:58+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a9412967a2136257a6893c72b19ff0284ab55495'/>
<id>a9412967a2136257a6893c72b19ff0284ab55495</id>
<content type='text'>
name in '-c' (RFCOMM channel) option.

MFC after:	3 days
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
name in '-c' (RFCOMM channel) option.

MFC after:	3 days
</pre>
</div>
</content>
</entry>
<entry>
<title>Teach rfcomm_sppd(1) about service names, so it is possible to specify</title>
<updated>2005-11-23T00:56:18+00:00</updated>
<author>
<name>Maksim Yevmenkin</name>
<email>emax@FreeBSD.org</email>
</author>
<published>2005-11-23T00:56:18+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d47d4f47b0223032a1c0c41ed5e0b3dc2d98eb32'/>
<id>d47d4f47b0223032a1c0c41ed5e0b3dc2d98eb32</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>Let bsd.prog.mk set SRCS and MAN to their default values.</title>
<updated>2005-01-28T16:08:11+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2005-01-28T16:08:11+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=254dd1666eaa21b0f7ecf37507e4ee0d44284abe'/>
<id>254dd1666eaa21b0f7ecf37507e4ee0d44284abe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Sort sections.</title>
<updated>2005-01-18T13:43:56+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2005-01-18T13:43:56+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=6c7216df785592bb069469113f556dfd1946ed5d'/>
<id>6c7216df785592bb069469113f556dfd1946ed5d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
