<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mjb/altos/src/drivers/ao_fat.c, branch debian/1.9-1</title>
<subtitle>AltOS - the operating system for Altus Metrum products
</subtitle>
<id>https://git.ethernal.org/mjb/altos/atom?h=debian%2F1.9-1</id>
<link rel='self' href='https://git.ethernal.org/mjb/altos/atom?h=debian%2F1.9-1'/>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/'/>
<updated>2018-10-13T15:22:50+00:00</updated>
<entry>
<title>altos: Use stdbool true/false instead of TRUE/FALSE</title>
<updated>2018-10-13T15:22:50+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2018-08-16T02:17:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=684741765117611b7d666efbdfafd87c6199752c'/>
<id>urn:sha1:684741765117611b7d666efbdfafd87c6199752c</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Disable FAT commands unless requested</title>
<updated>2017-04-04T23:02:46+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2017-04-04T23:02:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=4eced9224f40e48d7057352b3424c18025f43f25'/>
<id>urn:sha1:4eced9224f40e48d7057352b3424c18025f43f25</id>
<content type='text'>
This are debugging commands; don't provide them unless requested

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>Switch from GPLv2 to GPLv2+</title>
<updated>2016-07-12T22:41:41+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2016-07-05T16:03:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=1085ec5d57e0ed5d132f2bbdac1a0b6a32c0ab4a'/>
<id>urn:sha1:1085ec5d57e0ed5d132f2bbdac1a0b6a32c0ab4a</id>
<content type='text'>
Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Eliminate warnings in FAT code</title>
<updated>2014-02-09T04:13:38+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2014-02-01T01:44:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=1d3420e51db4d1a46237e97aeb189d2a8eba7f5e'/>
<id>urn:sha1:1d3420e51db4d1a46237e97aeb189d2a8eba7f5e</id>
<content type='text'>
The FAT file system code wasn't cleaned up when the warning fixes were
done recently.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Reduce stack usage of FAT driver and logger</title>
<updated>2013-05-08T03:08:00+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-05-01T01:57:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=ac72d1c298fc553808a8e04a65482d4990f177d7'/>
<id>urn:sha1:ac72d1c298fc553808a8e04a65482d4990f177d7</id>
<content type='text'>
Move some large stack arrays to static storage.
Also eliminates some printf error messages which don't seem that
useful except for debugging.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Stick a mutex around FAT operations</title>
<updated>2013-04-12T09:37:24+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-04-12T09:35:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=c54bd59780275ece87eafb8143cf0637b35e794c'/>
<id>urn:sha1:c54bd59780275ece87eafb8143cf0637b35e794c</id>
<content type='text'>
This allows the command line and logging operations to occur safely in parallel

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Support open on multiple simultaneous FAT files</title>
<updated>2013-04-01T09:03:57+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-04-01T09:03:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=79d01a571935138b24b86a7181307ee014d248ed'/>
<id>urn:sha1:79d01a571935138b24b86a7181307ee014d248ed</id>
<content type='text'>
Need to be able to see the contents of a log file, even if the logger
is running.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Make sure FAT cluster allocation works for size zero files</title>
<updated>2013-04-01T09:02:14+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-04-01T09:02:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=0838b6c8797b84cf8df8f92ee20fb6ae79e434d7'/>
<id>urn:sha1:0838b6c8797b84cf8df8f92ee20fb6ae79e434d7</id>
<content type='text'>
There were some rounding errors mis-computing the number of clusters
needed, and the logic to figure out how to re-connect a chain was broken.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: let FAT tracing work in ao_fat_test as needed</title>
<updated>2013-04-01T09:00:21+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-04-01T09:00:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=76bd204de744c34e5cbf6efa93adb89bc2cb08b3'/>
<id>urn:sha1:76bd204de744c34e5cbf6efa93adb89bc2cb08b3</id>
<content type='text'>
This allows the FAT DBG hooks to be enabled even if some other module
turned DBG off.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
<entry>
<title>altos: Make ao_fat_readdir return real error values instead of 1/0</title>
<updated>2013-03-31T23:10:33+00:00</updated>
<author>
<name>Keith Packard</name>
<email>keithp@keithp.com</email>
</author>
<published>2013-03-31T23:10:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ethernal.org/mjb/altos/commit/?id=659a6915f5ba5129096e55ccc04c975d216546ae'/>
<id>urn:sha1:659a6915f5ba5129096e55ccc04c975d216546ae</id>
<content type='text'>
This way, we can distinguish between 'something bad happened' and
'you're at the end of the directory'.

Signed-off-by: Keith Packard &lt;keithp@keithp.com&gt;
</content>
</entry>
</feed>
