<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sbin/devd/devd.cc, branch releng/12.2</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>MFC r355718: Fix $() handling, broken since the beginning at r108014.</title>
<updated>2019-12-27T18:52:43+00:00</updated>
<author>
<name>Alexander Motin</name>
<email>mav@FreeBSD.org</email>
</author>
<published>2019-12-27T18:52:43+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ba1755d072fc1edc8e5a2b4900f64eea509a5083'/>
<id>ba1755d072fc1edc8e5a2b4900f64eea509a5083</id>
<content type='text'>
Due to off-by-one error in brackets counting it consumed the rest of the
string, preventing later variables expansions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Due to off-by-one error in brackets counting it consumed the rest of the
string, preventing later variables expansions.
</pre>
</div>
</content>
</entry>
<entry>
<title>We don't need shell protection for when we're expanding matches.</title>
<updated>2018-09-22T15:32:53+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2018-09-22T15:32:53+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=6577e8c44b5d5340bbf277265a18ac0a61cedfee'/>
<id>6577e8c44b5d5340bbf277265a18ac0a61cedfee</id>
<content type='text'>
Don't add it. This should fix when we do regepx matches against
variables we've set and fix wifi bring up.

PR: 231441
Approved by: re@ (kib)
Differential Revision: https://reviews.freebsd.org/D17267
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't add it. This should fix when we do regepx matches against
variables we've set and fix wifi bring up.

PR: 231441
Approved by: re@ (kib)
Differential Revision: https://reviews.freebsd.org/D17267
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "devd: use C++ style casts"</title>
<updated>2018-07-29T21:00:18+00:00</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2018-07-29T21:00:18+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=27744ca71c801374da6bb539bbcc18455e5ce643'/>
<id>27744ca71c801374da6bb539bbcc18455e5ce643</id>
<content type='text'>
It seems that nullptr is not yet supported by all compilers used by
FreeBSD. :(
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It seems that nullptr is not yet supported by all compilers used by
FreeBSD. :(
</pre>
</div>
</content>
</entry>
<entry>
<title>devd: use C++ style casts</title>
<updated>2018-07-29T08:43:08+00:00</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2018-07-29T08:43:08+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=fc67c746c0555b7425e5d81c7a5802e1071d75bb'/>
<id>fc67c746c0555b7425e5d81c7a5802e1071d75bb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>devd: use static where possible</title>
<updated>2018-07-29T08:43:05+00:00</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2018-07-29T08:43:05+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=514e2dbfa63240aba0ed7c92521f01b0ca7f721a'/>
<id>514e2dbfa63240aba0ed7c92521f01b0ca7f721a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>We're not, yet, at C++11 capable on all our plaforms.</title>
<updated>2018-06-28T01:45:53+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2018-06-28T01:45:53+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=95cbefb3bfda0e6d10fc5a4d1a5646ad97a0a1b3'/>
<id>95cbefb3bfda0e6d10fc5a4d1a5646ad97a0a1b3</id>
<content type='text'>
Use a possibly slower, but C++98 compatibe way to iterate through the
string.

Noticed by: g++ 4.2.1 and Mark Millard
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use a possibly slower, but C++98 compatibe way to iterate through the
string.

Noticed by: g++ 4.2.1 and Mark Millard
</pre>
</div>
</content>
</entry>
<entry>
<title>Safely quote all variable expansions.</title>
<updated>2018-06-27T23:44:37+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2018-06-27T23:44:37+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=54aa4076257f72b962d71b447bcd028de2b43a66'/>
<id>54aa4076257f72b962d71b447bcd028de2b43a66</id>
<content type='text'>
When expanding a variable set by a message from the kernel, safely
quote all arguments expanded when creating a command line for the
shell.

Reviewd by: Shawn Webb, Oliver Pinter, brd@
Sponsored by: Netflix
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When expanding a variable set by a message from the kernel, safely
quote all arguments expanded when creating a command line for the
shell.

Reviewd by: Shawn Webb, Oliver Pinter, brd@
Sponsored by: Netflix
</pre>
</div>
</content>
</entry>
<entry>
<title>devd: Move variable declaration to header</title>
<updated>2018-05-23T13:48:16+00:00</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2018-05-23T13:48:16+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f405a1bea1568d4947ba9df308d028b6605d6cd2'/>
<id>f405a1bea1568d4947ba9df308d028b6605d6cd2</id>
<content type='text'>
Reminder by:	imp
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reminder by:	imp
</pre>
</div>
</content>
</entry>
<entry>
<title>devd: compile at WARNS=6</title>
<updated>2018-05-23T07:39:05+00:00</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2018-05-23T07:39:05+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=0bc60783dabd6232d8a385bab228c859ae80e22a'/>
<id>0bc60783dabd6232d8a385bab228c859ae80e22a</id>
<content type='text'>
Verified with "make universe TARGETS='amd64 arm arm64 i386 sparc64'"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Verified with "make universe TARGETS='amd64 arm arm64 i386 sparc64'"
</pre>
</div>
</content>
</entry>
<entry>
<title>devd: correct two warnings</title>
<updated>2018-05-23T07:39:02+00:00</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2018-05-23T07:39:02+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=958160f3ecdac980fee1e821fb3ca43888cbe936'/>
<id>958160f3ecdac980fee1e821fb3ca43888cbe936</id>
<content type='text'>
- catching a polymorphic type by value
- "output between 16 and 95 bytes into a destination of size 80"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- catching a polymorphic type by value
- "output between 16 and 95 bytes into a destination of size 80"
</pre>
</div>
</content>
</entry>
</feed>
