<feed xmlns='http://www.w3.org/2005/Atom'>
<title>osl/errlist, branch maint</title>
<subtitle>osl - the object storage layer</subtitle>
<id>https://git.tue.mpg.de/cgit/osl/atom?h=maint</id>
<link rel='self' href='https://git.tue.mpg.de/cgit/osl/atom?h=maint'/>
<link rel='alternate' type='text/html' href='https://git.tue.mpg.de/cgit/osl/'/>
<updated>2009-06-11T21:47:53Z</updated>
<entry>
<title>Kill all users of is_errno().</title>
<updated>2009-06-11T21:47:53Z</updated>
<author>
<name>Andre Noll</name>
<email>maan@systemlinux.org</email>
</author>
<published>2009-06-11T21:47:53Z</published>
<link rel='alternate' type='text/html' href='https://git.tue.mpg.de/cgit/osl/commit/?id=1c580157d0fe6dc4dc0c10f97d9f9000a354b0d3'/>
<id>urn:sha1:1c580157d0fe6dc4dc0c10f97d9f9000a354b0d3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Kill all users of ERRNO_TO_ERROR() in util.c and util.h.</title>
<updated>2009-06-11T21:06:04Z</updated>
<author>
<name>Andre Noll</name>
<email>maan@systemlinux.org</email>
</author>
<published>2009-06-11T21:06:04Z</published>
<link rel='alternate' type='text/html' href='https://git.tue.mpg.de/cgit/osl/commit/?id=e2950383a28766d521a69ec5660b8271f322cbdb'/>
<id>urn:sha1:e2950383a28766d521a69ec5660b8271f322cbdb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Get rid of all remaining users of ERRNO_TO_ERROR() in osl.c.</title>
<updated>2009-06-11T20:49:03Z</updated>
<author>
<name>Andre Noll</name>
<email>maan@systemlinux.org</email>
</author>
<published>2009-06-11T20:49:03Z</published>
<link rel='alternate' type='text/html' href='https://git.tue.mpg.de/cgit/osl/commit/?id=06fa6acd87ac23ee3ca422dbc56cf97a3c71aa09'/>
<id>urn:sha1:06fa6acd87ac23ee3ca422dbc56cf97a3c71aa09</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace ERRNO_TO_ERROR(ENOMEM) by E_OSL_NOMEM.</title>
<updated>2009-06-11T20:35:54Z</updated>
<author>
<name>Andre Noll</name>
<email>maan@systemlinux.org</email>
</author>
<published>2009-06-11T20:35:54Z</published>
<link rel='alternate' type='text/html' href='https://git.tue.mpg.de/cgit/osl/commit/?id=b9665cff53c8f3a6228e57d40277c015839bf377'/>
<id>urn:sha1:b9665cff53c8f3a6228e57d40277c015839bf377</id>
<content type='text'>
osl calls should only return osl error codes. Therefore, ERRNO_TO_ERROR()
must die. This is a first step to get rid of this macro.
</content>
</entry>
<entry>
<title>Get rid of E_INVALID_OBJECT.</title>
<updated>2008-06-20T08:22:33Z</updated>
<author>
<name>Andre Noll</name>
<email>maan@systemlinux.org</email>
</author>
<published>2008-06-20T08:22:33Z</published>
<link rel='alternate' type='text/html' href='https://git.tue.mpg.de/cgit/osl/commit/?id=6d7dce7f277fc8606fb8d5ed6360660c13a218af'/>
<id>urn:sha1:6d7dce7f277fc8606fb8d5ed6360660c13a218af</id>
<content type='text'>
It's introduction of the one-byte header for mapped objects
was a bad move because it changes the alignment of mapped objects.

This also simplifies the code a bit. The downside is of course
that this changes the on-disk data format. But hey, this stuff
is still pre-beta, so..</content>
</entry>
<entry>
<title>Kill E_OSL_TRUNC.</title>
<updated>2008-06-06T12:22:42Z</updated>
<author>
<name>Andre Noll</name>
<email>maan@systemlinux.org</email>
</author>
<published>2008-06-06T12:22:42Z</published>
<link rel='alternate' type='text/html' href='https://git.tue.mpg.de/cgit/osl/commit/?id=dfd3368c03d72660b1e5dba55b23395e234d0963'/>
<id>urn:sha1:dfd3368c03d72660b1e5dba55b23395e234d0963</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Get rid of E_OSL_STAT.</title>
<updated>2008-06-06T09:43:43Z</updated>
<author>
<name>Andre Noll</name>
<email>maan@systemlinux.org</email>
</author>
<published>2008-06-06T09:43:43Z</published>
<link rel='alternate' type='text/html' href='https://git.tue.mpg.de/cgit/osl/commit/?id=3c96f3b4f7bb1be1c630085981e83eb0260b99a7'/>
<id>urn:sha1:3c96f3b4f7bb1be1c630085981e83eb0260b99a7</id>
<content type='text'>
Use system error code instead.</content>
</entry>
<entry>
<title>Move a couple of functions from osl.c to fd.c.</title>
<updated>2008-06-05T19:14:22Z</updated>
<author>
<name>Andre Noll</name>
<email>maan@systemlinux.org</email>
</author>
<published>2008-06-05T19:14:22Z</published>
<link rel='alternate' type='text/html' href='https://git.tue.mpg.de/cgit/osl/commit/?id=da40398fa79dc25801e7d276fd86da7439bd3e41'/>
<id>urn:sha1:da40398fa79dc25801e7d276fd86da7439bd3e41</id>
<content type='text'>
This makes them available also to fsck (coming soon).</content>
</entry>
<entry>
<title>Add errlist.</title>
<updated>2008-06-02T08:12:47Z</updated>
<author>
<name>Andre Noll</name>
<email>maan@systemlinux.org</email>
</author>
<published>2008-06-02T08:12:47Z</published>
<link rel='alternate' type='text/html' href='https://git.tue.mpg.de/cgit/osl/commit/?id=3908ed241bdec6126ff79f0e1ecf95001adc631c'/>
<id>urn:sha1:3908ed241bdec6126ff79f0e1ecf95001adc631c</id>
<content type='text'>
Argh, I forgot to check in an important file. Again.
</content>
</entry>
</feed>
