<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.sbin/smbmsg/smbmsg.c, branch releng/12.2</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>various: general adoption of SPDX licensing ID tags.</title>
<updated>2017-11-27T15:37:16+00:00</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2017-11-27T15:37:16+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1de7b4b805ddbf2429da511c053686ac4591ed89'/>
<id>1de7b4b805ddbf2429da511c053686ac4591ed89</id>
<content type='text'>
Mainly focus on files that use BSD 2-Clause license, however the tool I
was using misidentified many licenses so this was mostly a manual - error
prone - task.

The Software Package Data Exchange (SPDX) group provides a specification
to make it easier for automated tools to detect and summarize well known
opensource licenses. We are gradually adopting the specification, noting
that the tags are considered only advisory and do not, in any way,
superceed or replace the license texts.

No functional change intended.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Mainly focus on files that use BSD 2-Clause license, however the tool I
was using misidentified many licenses so this was mostly a manual - error
prone - task.

The Software Package Data Exchange (SPDX) group provides a specification
to make it easier for automated tools to detect and summarize well known
opensource licenses. We are gradually adopting the specification, noting
that the tags are considered only advisory and do not, in any way,
superceed or replace the license texts.

No functional change intended.
</pre>
</div>
</content>
</entry>
<entry>
<title>smbmsg: use a more convenient way of accessing data read from a slave</title>
<updated>2016-11-11T15:00:13+00:00</updated>
<author>
<name>Andriy Gapon</name>
<email>avg@FreeBSD.org</email>
</author>
<published>2016-11-11T15:00:13+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=cf3a35a7556b57fcd6d11a999011b0b1736f9a8d'/>
<id>cf3a35a7556b57fcd6d11a999011b0b1736f9a8d</id>
<content type='text'>
Developers writing code for accessing /dev/smb may use this base utility
as an example.  Now that SMB_READB, SMB_READW, SMB_PCALL behave as
documented, wwe can use them in a more convenient way than before.

MFC after:	4 weeks
X-MFC after:	r308527
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Developers writing code for accessing /dev/smb may use this base utility
as an example.  Now that SMB_READB, SMB_READW, SMB_PCALL behave as
documented, wwe can use them in a more convenient way than before.

MFC after:	4 weeks
X-MFC after:	r308527
</pre>
</div>
</content>
</entry>
<entry>
<title>Expand SMBUS API to add smbus_trans() function.</title>
<updated>2015-04-25T16:15:01+00:00</updated>
<author>
<name>Michael Gmelin</name>
<email>grembo@FreeBSD.org</email>
</author>
<published>2015-04-25T16:15:01+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=202379af847e82a654964f69aaa3435212732eff'/>
<id>202379af847e82a654964f69aaa3435212732eff</id>
<content type='text'>
Differential Revision:	https://reviews.freebsd.org/D1955
Reviewed by:	adrian, jhb, wblock
Approved by:	adrian, jhb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Differential Revision:	https://reviews.freebsd.org/D1955
Reviewed by:	adrian, jhb, wblock
Approved by:	adrian, jhb
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix an off-by-one error in the range check for the maximal -i or -o</title>
<updated>2004-05-27T13:31:16+00:00</updated>
<author>
<name>Joerg Wunsch</name>
<email>joerg@FreeBSD.org</email>
</author>
<published>2004-05-27T13:31:16+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=cc09a897eee7c7eabebd4c087e62ace1c796e6af'/>
<id>cc09a897eee7c7eabebd4c087e62ace1c796e6af</id>
<content type='text'>
block size.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
block size.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix my own style(9) bugs:</title>
<updated>2004-05-17T19:19:08+00:00</updated>
<author>
<name>Joerg Wunsch</name>
<email>joerg@FreeBSD.org</email>
</author>
<published>2004-05-17T19:19:08+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=2c2d85914f9aac7b36e953850b9c7c520a6756b1'/>
<id>2c2d85914f9aac7b36e953850b9c7c520a6756b1</id>
<content type='text'>
. forward declare all static functions
. add a couple of redundant parens in return statements where they've
  been missing
. remove the space after exit since it's a function
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
. forward declare all static functions
. add a couple of redundant parens in return statements where they've
  been missing
. remove the space after exit since it's a function
</pre>
</div>
</content>
</entry>
<entry>
<title>This is smbmsg(8), a small utility to send/receive SMBus messages.</title>
<updated>2004-05-17T10:56:05+00:00</updated>
<author>
<name>Joerg Wunsch</name>
<email>joerg@FreeBSD.org</email>
</author>
<published>2004-05-17T10:56:05+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=325bf22bbd902e3c9dd1f9a071b9afb596406de7'/>
<id>325bf22bbd902e3c9dd1f9a071b9afb596406de7</id>
<content type='text'>
Also included is a `bus-probe' modus of operation to help scanning
an I2C bus.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also included is a `bus-probe' modus of operation to help scanning
an I2C bus.
</pre>
</div>
</content>
</entry>
</feed>
