<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.sbin/dconschat/dconschat.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>spdx: initial adoption of licensing ID tags.</title>
<updated>2017-11-18T14:26:50+00:00</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2017-11-18T14:26:50+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=df57947f083046d50552e99b91074927d2458708'/>
<id>df57947f083046d50552e99b91074927d2458708</id>
<content type='text'>
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.

Special thanks to Wind River for providing access to "The Duke of
Highlander" tool: an older (2014) run over FreeBSD tree was useful as a
starting point.

Initially, only tag files that use BSD 4-Clause "Original" license.

RelNotes:	yes
Differential Revision:	https://reviews.freebsd.org/D13133
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.

Special thanks to Wind River for providing access to "The Duke of
Highlander" tool: an older (2014) run over FreeBSD tree was useful as a
starting point.

Initially, only tag files that use BSD 4-Clause "Original" license.

RelNotes:	yes
Differential Revision:	https://reviews.freebsd.org/D13133
</pre>
</div>
</content>
</entry>
<entry>
<title>dconschat(8): Use NULL instead of 0 for the last argument in execl(3)</title>
<updated>2015-06-28T20:32:03+00:00</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2015-06-28T20:32:03+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=323762899949e3231e6fa302bf0bb5350e352d89'/>
<id>323762899949e3231e6fa302bf0bb5350e352d89</id>
<content type='text'>
Found while experimenting with the gcc sentinel attribute.

MFC after:	3 days
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Found while experimenting with the gcc sentinel attribute.

MFC after:	3 days
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the following warning from clang trunk:</title>
<updated>2012-03-19T19:17:55+00:00</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2012-03-19T19:17:55+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=0aa9d419aac0b9884cf887f8261c003a3b4d23bc'/>
<id>0aa9d419aac0b9884cf887f8261c003a3b4d23bc</id>
<content type='text'>
usr.sbin/dconschat/dconschat.c:163:65: error: format specifies type 'size_t' (aka 'unsigned int') but the argument has type 'off_t' (aka 'long long') [-Werror,-Wformat]
        snprintf(buf, PAGE_SIZE, "\r\n[dconschat reset target(addr=0x%zx)...]\r\n", dc-&gt;reset);
                                                                     ~~^            ~~~~~~~~~
                                                                     %llx

Silence this by casting dc-&gt;reset to intmax_t, and using the appropriate
length modifier.  While here, wrap the line to a 80 character margin.

MFC after:	3 days
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
usr.sbin/dconschat/dconschat.c:163:65: error: format specifies type 'size_t' (aka 'unsigned int') but the argument has type 'off_t' (aka 'long long') [-Werror,-Wformat]
        snprintf(buf, PAGE_SIZE, "\r\n[dconschat reset target(addr=0x%zx)...]\r\n", dc-&gt;reset);
                                                                     ~~^            ~~~~~~~~~
                                                                     %llx

Silence this by casting dc-&gt;reset to intmax_t, and using the appropriate
length modifier.  While here, wrap the line to a 80 character margin.

MFC after:	3 days
</pre>
</div>
</content>
</entry>
<entry>
<title>Include &lt;sys/wait.h&gt; and &lt;signal.h&gt; for wait() and kill().</title>
<updated>2009-06-14T12:44:09+00:00</updated>
<author>
<name>Ed Schouten</name>
<email>ed@FreeBSD.org</email>
</author>
<published>2009-06-14T12:44:09+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=32cf31fa5296db06d6524198e0666a6cf7ced1b3'/>
<id>32cf31fa5296db06d6524198e0666a6cf7ced1b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Set the default escape character as described in the manpage of dconschat(8).</title>
<updated>2007-07-12T13:08:00+00:00</updated>
<author>
<name>Hidetoshi Shimokawa</name>
<email>simokawa@FreeBSD.org</email>
</author>
<published>2007-07-12T13:08:00+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3992d42ce040c54de4061b7c93c6ab04b4717c14'/>
<id>3992d42ce040c54de4061b7c93c6ab04b4717c14</id>
<content type='text'>
Fix a cut-and-paste error.

Spotted by: avatar
Approved by: re (rwatson)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix a cut-and-paste error.

Spotted by: avatar
Approved by: re (rwatson)
</pre>
</div>
</content>
</entry>
<entry>
<title>- Add an option to change escape character.</title>
<updated>2007-06-15T12:09:16+00:00</updated>
<author>
<name>Hidetoshi Shimokawa</name>
<email>simokawa@FreeBSD.org</email>
</author>
<published>2007-06-15T12:09:16+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=8bd6994930a227ceda76fe10eef081edea855337'/>
<id>8bd6994930a227ceda76fe10eef081edea855337</id>
<content type='text'>
- Use CTRL macro.
- Make target reset work on telnet port.
- Add a key bind to invoke kgdb on the terminal. (experimental)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Use CTRL macro.
- Make target reset work on telnet port.
- Add a key bind to invoke kgdb on the terminal. (experimental)
</pre>
</div>
</content>
</entry>
<entry>
<title>Reset dc-&gt;paddr and dc-&gt;reset if we cannot read configuration ROM.</title>
<updated>2007-06-08T12:58:06+00:00</updated>
<author>
<name>Hidetoshi Shimokawa</name>
<email>simokawa@FreeBSD.org</email>
</author>
<published>2007-06-08T12:58:06+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=2ac79858a6735e45d61dd1b15d31e84f41eda782'/>
<id>2ac79858a6735e45d61dd1b15d31e84f41eda782</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up escape sequence handling and add support for</title>
<updated>2007-06-08T05:26:11+00:00</updated>
<author>
<name>Hidetoshi Shimokawa</name>
<email>simokawa@FreeBSD.org</email>
</author>
<published>2007-06-08T05:26:11+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=0311fbe1bbd06837900fa32ae5752510b6712ff4'/>
<id>0311fbe1bbd06837900fa32ae5752510b6712ff4</id>
<content type='text'>
resetting target and suspending dconschat.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
resetting target and suspending dconschat.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add heuristics for smooth reconnection.</title>
<updated>2007-06-07T12:29:33+00:00</updated>
<author>
<name>Hidetoshi Shimokawa</name>
<email>simokawa@FreeBSD.org</email>
</author>
<published>2007-06-07T12:29:33+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f6416cb4842d31f8cc2da5eca210bbef5fe29175'/>
<id>f6416cb4842d31f8cc2da5eca210bbef5fe29175</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Discard backlog on GDB port when connected.</title>
<updated>2007-05-31T04:55:05+00:00</updated>
<author>
<name>Hidetoshi Shimokawa</name>
<email>simokawa@FreeBSD.org</email>
</author>
<published>2007-05-31T04:55:05+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=820f6fa94ce812feab7fe3b0361b53ad8ca442d8'/>
<id>820f6fa94ce812feab7fe3b0361b53ad8ca442d8</id>
<content type='text'>
MFC after: 3 days
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MFC after: 3 days
</pre>
</div>
</content>
</entry>
</feed>
