<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gh_mirror/jhunkeler/whatami.git, branch master</title>
<subtitle>
</subtitle>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/whatami.git/'/>
<entry>
<title>Add windows support</title>
<updated>2023-04-30T21:57:02+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2023-04-30T21:57:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/whatami.git/commit/?id=74315872e5104396feb90c1155adbc20bf6ee78c'/>
<id>74315872e5104396feb90c1155adbc20bf6ee78c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>darwin: implement get_block_devices</title>
<updated>2023-04-26T13:46:54+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2023-04-26T13:46:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/whatami.git/commit/?id=f511688f83dc0386216f9ef097d88ea44cb160a6'/>
<id>f511688f83dc0386216f9ef097d88ea44cb160a6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bugfix: remove null pointer check because it will always evaluate as true with static character string</title>
<updated>2023-04-26T05:02:38+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2023-04-26T05:02:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/whatami.git/commit/?id=562b2be9f2d331d75a357601df12351865e5d841'/>
<id>562b2be9f2d331d75a357601df12351865e5d841</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bugfix: initialize device_count to zero</title>
<updated>2023-04-26T05:01:42+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2023-04-26T05:01:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/whatami.git/commit/?id=99beaf17f0de995d1f0f82598a651d04ace48ff9'/>
<id>99beaf17f0de995d1f0f82598a651d04ace48ff9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use static storage</title>
<updated>2023-04-26T04:54:58+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2023-04-26T04:54:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/whatami.git/commit/?id=2c8c1166d81a5c0fe6f335742ee24319ce60bfa8'/>
<id>2c8c1166d81a5c0fe6f335742ee24319ce60bfa8</id>
<content type='text'>
* Almost everything returned by the system is immutable
* Fixed block_device array initialization and alphabetical sorting
* Free memory where possible
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Almost everything returned by the system is immutable
* Fixed block_device array initialization and alphabetical sorting
* Free memory where possible
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix up darwin</title>
<updated>2023-04-23T22:16:38+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2023-04-23T22:16:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/whatami.git/commit/?id=e71c07b9d5cc1236ca08536ae052faa5fc6b9096'/>
<id>e71c07b9d5cc1236ca08536ae052faa5fc6b9096</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor</title>
<updated>2023-04-23T21:55:16+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2023-04-23T21:55:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/whatami.git/commit/?id=1f0c894080e0a3d62694a056456e378e36eb12a1'/>
<id>1f0c894080e0a3d62694a056456e378e36eb12a1</id>
<content type='text'>
Split linux, darwin, and x86 into separate modules
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Split linux, darwin, and x86 into separate modules
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle /etc/os-release and /sys/block data more gracefully</title>
<updated>2023-04-21T23:29:20+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2023-04-21T23:29:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/whatami.git/commit/?id=0ec45301dc4d1a61cc1d9bd2906cd010c88f81c0'/>
<id>0ec45301dc4d1a61cc1d9bd2906cd010c88f81c0</id>
<content type='text'>
* Do not fail on the first sign of an error
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Do not fail on the first sign of an error
</pre>
</div>
</content>
</entry>
<entry>
<title>Was supposed to check for &lt; 2, not &lt; 0x80000004</title>
<updated>2023-04-21T23:02:17+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2023-04-21T22:57:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/whatami.git/commit/?id=e3b805ca3e3cb65a9d5f1d779e049242cc6beb27'/>
<id>e3b805ca3e3cb65a9d5f1d779e049242cc6beb27</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial commit</title>
<updated>2023-04-21T20:48:12+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2023-04-21T20:48:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/whatami.git/commit/?id=ae61e8123c0e83648c238b78e19131049c5196b3'/>
<id>ae61e8123c0e83648c238b78e19131049c5196b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
