<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lbmk.git/util/nvmutil, branch 20230423</title>
<subtitle>libreboot build system (LibreBoot MaKe)
</subtitle>
<link rel='alternate' type='text/html' href='https://browse.libreboot.org/lbmk.git/'/>
<entry>
<title>util/nvmutil: sort includes alphabetically</title>
<updated>2023-04-15T20:18:12+00:00</updated>
<author>
<name>Leah Rowe</name>
<email>leah@libreboot.org</email>
</author>
<published>2023-04-15T20:18:12+00:00</published>
<link rel='alternate' type='text/html' href='https://browse.libreboot.org/lbmk.git/commit/?id=8fb54e801f64eb50ab2702930d412f80e0fd8f6b'/>
<id>8fb54e801f64eb50ab2702930d412f80e0fd8f6b</id>
<content type='text'>
small nitpick, but i try to use openbsd style
since i like that style. upon further reading
of their style guidelines today, it was revealed
to me that for includes, they:

* sort sys/ includes alphabetically, at the top
* after sys/ includes, have an empty line
* includes for networking-related headers below that
* empty space below networking headers if there
* after that, have the rest of the includes, sorted
  alphabetically

at least, that is my understanding. i have to admit,
it does look cleaner

not really that critical but why not do it?
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
small nitpick, but i try to use openbsd style
since i like that style. upon further reading
of their style guidelines today, it was revealed
to me that for includes, they:

* sort sys/ includes alphabetically, at the top
* after sys/ includes, have an empty line
* includes for networking-related headers below that
* empty space below networking headers if there
* after that, have the rest of the includes, sorted
  alphabetically

at least, that is my understanding. i have to admit,
it does look cleaner

not really that critical but why not do it?
</pre>
</div>
</content>
</entry>
<entry>
<title>util/nvmutil: don't display errant whitespace</title>
<updated>2023-04-10T23:46:45+00:00</updated>
<author>
<name>Leah Rowe</name>
<email>leah@libreboot.org</email>
</author>
<published>2023-04-10T23:46:45+00:00</published>
<link rel='alternate' type='text/html' href='https://browse.libreboot.org/lbmk.git/commit/?id=903fa5905679c0417015a48be77098d770707e5b'/>
<id>903fa5905679c0417015a48be77098d770707e5b</id>
<content type='text'>
At the end of each line is an errant space.

Fix that.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
At the end of each line is an errant space.

Fix that.
</pre>
</div>
</content>
</entry>
<entry>
<title>util/nvmutil: even crazier code size reduction</title>
<updated>2023-04-07T13:55:04+00:00</updated>
<author>
<name>Leah Rowe</name>
<email>leah@libreboot.org</email>
</author>
<published>2023-04-07T13:50:36+00:00</published>
<link rel='alternate' type='text/html' href='https://browse.libreboot.org/lbmk.git/commit/?id=58e12063c72b7b2a7f4bb2c0c9e71b467d41d2c1'/>
<id>58e12063c72b7b2a7f4bb2c0c9e71b467d41d2c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>util/nvmutil: yet more code size optimisation</title>
<updated>2023-04-07T13:11:19+00:00</updated>
<author>
<name>Leah Rowe</name>
<email>leah@libreboot.org</email>
</author>
<published>2023-04-07T13:11:19+00:00</published>
<link rel='alternate' type='text/html' href='https://browse.libreboot.org/lbmk.git/commit/?id=2ae9ff54467911a1c7e5b65b52a3144aa7a123ed'/>
<id>2ae9ff54467911a1c7e5b65b52a3144aa7a123ed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>util/nvmutil: more code size optimisations</title>
<updated>2023-04-07T12:43:37+00:00</updated>
<author>
<name>Leah Rowe</name>
<email>leah@libreboot.org</email>
</author>
<published>2023-04-07T12:43:37+00:00</published>
<link rel='alternate' type='text/html' href='https://browse.libreboot.org/lbmk.git/commit/?id=bae37e30ea5e7cacb7d6e7a59cdcc1c26caba49b'/>
<id>bae37e30ea5e7cacb7d6e7a59cdcc1c26caba49b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>util/nvmutil: minor code size optimisation</title>
<updated>2023-04-07T02:35:47+00:00</updated>
<author>
<name>Leah Rowe</name>
<email>leah@libreboot.org</email>
</author>
<published>2023-04-07T01:21:37+00:00</published>
<link rel='alternate' type='text/html' href='https://browse.libreboot.org/lbmk.git/commit/?id=7755f0e0c78ab0d8bb5f52efbce5137e1914abaa'/>
<id>7755f0e0c78ab0d8bb5f52efbce5137e1914abaa</id>
<content type='text'>
not just sloccount, but compiled binary size as
tested with tcc on an x86_64 host
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
not just sloccount, but compiled binary size as
tested with tcc on an x86_64 host
</pre>
</div>
</content>
</entry>
<entry>
<title>util/nvmutil: fix possible regression</title>
<updated>2023-04-07T01:08:06+00:00</updated>
<author>
<name>Leah Rowe</name>
<email>leah@libreboot.org</email>
</author>
<published>2023-04-07T01:08:06+00:00</published>
<link rel='alternate' type='text/html' href='https://browse.libreboot.org/lbmk.git/commit/?id=34eeca1f031f1b7ab559f5e6d840b4f4aca9eabe'/>
<id>34eeca1f031f1b7ab559f5e6d840b4f4aca9eabe</id>
<content type='text'>
i went too hard on the sloc reductions

a check inside a for loop could cause
incomplete reading of gbe images

revert that
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
i went too hard on the sloc reductions

a check inside a for loop could cause
incomplete reading of gbe images

revert that
</pre>
</div>
</content>
</entry>
<entry>
<title>util/nvmutil: minor code cleanup</title>
<updated>2023-04-06T21:19:45+00:00</updated>
<author>
<name>Leah Rowe</name>
<email>leah@libreboot.org</email>
</author>
<published>2023-04-06T20:56:36+00:00</published>
<link rel='alternate' type='text/html' href='https://browse.libreboot.org/lbmk.git/commit/?id=01e2ed3034c482e636637171ddd77f8c51f8e2be'/>
<id>01e2ed3034c482e636637171ddd77f8c51f8e2be</id>
<content type='text'>
also removed some unnecessary checks

fixed the check of pwrite's return value
(it should check for -1)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
also removed some unnecessary checks

fixed the check of pwrite's return value
(it should check for -1)
</pre>
</div>
</content>
</entry>
<entry>
<title>util/nvmutil: remove unnecessary else statement</title>
<updated>2023-04-06T19:57:00+00:00</updated>
<author>
<name>Leah Rowe</name>
<email>leah@libreboot.org</email>
</author>
<published>2023-04-06T19:57:00+00:00</published>
<link rel='alternate' type='text/html' href='https://browse.libreboot.org/lbmk.git/commit/?id=2044bf32d395d438f532ba91295b35b3d7cadf9a'/>
<id>2044bf32d395d438f532ba91295b35b3d7cadf9a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>util/nvmutil: less annoying comments</title>
<updated>2023-04-06T19:48:28+00:00</updated>
<author>
<name>Leah Rowe</name>
<email>leah@libreboot.org</email>
</author>
<published>2023-04-06T19:48:28+00:00</published>
<link rel='alternate' type='text/html' href='https://browse.libreboot.org/lbmk.git/commit/?id=2356f89f27bd8429dbf7aa6a221415189035fc5b'/>
<id>2356f89f27bd8429dbf7aa6a221415189035fc5b</id>
<content type='text'>
added a few that were more useful

deleted a few obnoxious ones
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
added a few that were more useful

deleted a few obnoxious ones
</pre>
</div>
</content>
</entry>
</feed>
