<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/netgraph/bluetooth, branch releng/7.3</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F7.3</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F7.3'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2009-03-06T01:27:51Z</updated>
<entry>
<title>MFC r188132</title>
<updated>2009-03-06T01:27:51Z</updated>
<author>
<name>Maksim Yevmenkin</name>
<email>emax@FreeBSD.org</email>
</author>
<published>2009-03-06T01:27:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8390f99f1a12667a0ed00e253a7ec1035d8bc069'/>
<id>urn:sha1:8390f99f1a12667a0ed00e253a7ec1035d8bc069</id>
<content type='text'>
Allow unprivileged users to run l2ping(8).
</content>
</entry>
<entry>
<title>MFC r188452</title>
<updated>2009-02-13T01:14:00Z</updated>
<author>
<name>Maksim Yevmenkin</name>
<email>emax@FreeBSD.org</email>
</author>
<published>2009-02-13T01:14:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5736860ade2079c35bb263f51000a6224248aec3'/>
<id>urn:sha1:5736860ade2079c35bb263f51000a6224248aec3</id>
<content type='text'>
Update comment. soalloc() is no longer performing M_WAITOK memory allocations.

Submitted by:	ru
</content>
</entry>
<entry>
<title>MFC r186466</title>
<updated>2009-02-09T17:53:45Z</updated>
<author>
<name>Maksim Yevmenkin</name>
<email>emax@FreeBSD.org</email>
</author>
<published>2009-02-09T17:53:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4e815678492e8959c5f89f85992545e206ad650d'/>
<id>urn:sha1:4e815678492e8959c5f89f85992545e206ad650d</id>
<content type='text'>
Change message severity level from WARN to INFO. This should reduce
amount of messages sent to syslog
</content>
</entry>
<entry>
<title>MFC r187454</title>
<updated>2009-02-09T17:50:19Z</updated>
<author>
<name>Maksim Yevmenkin</name>
<email>emax@FreeBSD.org</email>
</author>
<published>2009-02-09T17:50:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=76d736af11df54bb2ac1fb19a2620525f30d94b9'/>
<id>urn:sha1:76d736af11df54bb2ac1fb19a2620525f30d94b9</id>
<content type='text'>
Properly return error code to the caller. This should fix the following
panic in ng_l2cap(4).

panic: ng_l2cap_l2ca_con_req: ubt0l2cap - could not find connection!

While i'm here get rid of few goto's.
</content>
</entry>
<entry>
<title>MFC SVN rev 181093</title>
<updated>2008-08-08T23:19:48Z</updated>
<author>
<name>Maksim Yevmenkin</name>
<email>emax@FreeBSD.org</email>
</author>
<published>2008-08-08T23:19:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=eb31d5b06157820e4ae994bcff65d41424aaad57'/>
<id>urn:sha1:eb31d5b06157820e4ae994bcff65d41424aaad57</id>
<content type='text'>
Implement ratelimiting for debug messages. For now, allow at most
one message per second. In the future might add a sysctl knob for
each socket family to fine tune this.
</content>
</entry>
<entry>
<title>MFC: SVN rev 181089</title>
<updated>2008-08-04T22:07:06Z</updated>
<author>
<name>Maksim Yevmenkin</name>
<email>emax@FreeBSD.org</email>
</author>
<published>2008-08-04T22:07:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cd523c67250e48e49a6bc5ca9e623f3587faac2a'/>
<id>urn:sha1:cd523c67250e48e49a6bc5ca9e623f3587faac2a</id>
<content type='text'>
Increase maximum input queue size limit for raw Bluetooth HCI sockets.
</content>
</entry>
<entry>
<title>MFC</title>
<updated>2007-11-07T17:37:18Z</updated>
<author>
<name>Maksim Yevmenkin</name>
<email>emax@FreeBSD.org</email>
</author>
<published>2007-11-07T17:37:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5c20fec1ff43cbc096988fed3961fd1400d29ba9'/>
<id>urn:sha1:5c20fec1ff43cbc096988fed3961fd1400d29ba9</id>
<content type='text'>
Allow RFCOMM servers to bind to a ''wildcard'' RFCOMM channel
zero (0). Actual RFCOMM channel will be assigned after listen(2)
call is done on a RFCOMM socket bound to a ''wildcard'' RFCOMM
channel zero (0).

Address locking issues in ng_btsocket_rfcomm_bind()

Submitted by:	Heiko Wundram (Beenic) &lt; wundram at beenic dot net &gt;
Approved by:	re (kensmith)
</content>
</entry>
<entry>
<title>Fix locking issue in ng_btsocket_l2cap_ctloutput()</title>
<updated>2007-11-05T17:51:14Z</updated>
<author>
<name>Maksim Yevmenkin</name>
<email>emax@FreeBSD.org</email>
</author>
<published>2007-11-05T17:51:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fd2876d496e1104fcf8d5709f860600ddade31c3'/>
<id>urn:sha1:fd2876d496e1104fcf8d5709f860600ddade31c3</id>
<content type='text'>
Submitted by:	Heiko Wundram (Beenic) &lt; wundram at beenic dot net &gt;
Approved by:	re (kensmith)
</content>
</entry>
<entry>
<title>Return EADDRNOTAVAIL instead of EDESTADDRREQ error when</title>
<updated>2007-08-23T16:55:22Z</updated>
<author>
<name>Maksim Yevmenkin</name>
<email>emax@FreeBSD.org</email>
</author>
<published>2007-08-23T16:55:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d46210e60d20a66b63c44e08a83406e99642e52f'/>
<id>urn:sha1:d46210e60d20a66b63c44e08a83406e99642e52f</id>
<content type='text'>
listen(2) is called on improperly bound socket.

Suggested by:	Iain Hibbert
Approved by:	re (kensmith)
MFC after:	3 days
</content>
</entry>
<entry>
<title>Make ng_h4(4) MPSAFE. Use similar to ng_tty(4) locking strategy.</title>
<updated>2007-08-13T17:19:28Z</updated>
<author>
<name>Maksim Yevmenkin</name>
<email>emax@FreeBSD.org</email>
</author>
<published>2007-08-13T17:19:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=51713b2a7b128056bae6793e3b10252c1a261d9a'/>
<id>urn:sha1:51713b2a7b128056bae6793e3b10252c1a261d9a</id>
<content type='text'>
Reconnect ng_h(4) back to the build.

Reviewed by:	kensmith
Approved by:	re (kensmith)
MFC after:	1 month
</content>
</entry>
</feed>
