<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtd-utils.git/jffs2reader.c, branch v2.3.1</title>
<subtitle>A mirror of http://git.infradead.org/mtd-utils.git</subtitle>
<id>https://git.infraroot.at/mtd-utils.git/atom?h=v2.3.1</id>
<link rel='self' href='https://git.infraroot.at/mtd-utils.git/atom?h=v2.3.1'/>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/'/>
<updated>2015-11-11T22:38:40+00:00</updated>
<entry>
<title>mtd-utils: Restructure the mtd-utils source.</title>
<updated>2015-11-11T22:38:40+00:00</updated>
<author>
<name>Dongsheng Yang</name>
<email>yangds.fnst@cn.fujitsu.com</email>
</author>
<published>2015-10-31T03:12:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=7d81790ced345585b1e647ca9d0f6678e7062fa4'/>
<id>urn:sha1:7d81790ced345585b1e647ca9d0f6678e7062fa4</id>
<content type='text'>
* There is no code modification in this commit, only moving
* the files to proper place.

The user tools looks a little messy as we place almost
the all tools in the root directory of mtd-utils. To make
it more clear, I propose to introduce the following structure
for our source code.

mtd-utils/
	|-- lib
	|-- include
	|-- misc-utils
	|-- jffsX-utils
	|-- nand-utils
	|-- nor-utils
	|-- ubi-utils
	|-- ubifs-utils
	`-- tests

Signed-off-by: Dongsheng Yang &lt;yangds.fnst@cn.fujitsu.com&gt;
Signed-off-by: Brian Norris &lt;computersforpeace@gmail.com&gt;
</content>
</entry>
<entry>
<title>use xstrdup in a few more places</title>
<updated>2013-07-01T05:56:04+00:00</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2013-05-08T23:01:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=450e9cb17d3d86e3e45fd427c85644ac64ec60a4'/>
<id>urn:sha1:450e9cb17d3d86e3e45fd427c85644ac64ec60a4</id>
<content type='text'>
These call sites either assume there is no failure (they deref the
pointer right away), or the exit themselves.  Use xstrdup() instead.

Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
Signed-off-by: Artem Bityutskiy &lt;artem.bityutskiy@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>jffs2reader: use major() and minor() helpers</title>
<updated>2011-09-21T06:35:04+00:00</updated>
<author>
<name>Andy Shevchenko</name>
<email>andriy.shevchenko@linux.intel.com</email>
</author>
<published>2011-09-19T11:25:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=36d8de81049c9c908740b690c664b5bd3703ccd6'/>
<id>urn:sha1:36d8de81049c9c908740b690c664b5bd3703ccd6</id>
<content type='text'>
There are major() and minor() helpers in the standard library. We can use them.

Signed-off-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;
Signed-off-by: Artem Bityutskiy &lt;artem.bityutskiy@intel.com&gt;
</content>
</entry>
<entry>
<title>jffs2reader: print ctime only by user's request</title>
<updated>2011-09-21T06:35:04+00:00</updated>
<author>
<name>Andy Shevchenko</name>
<email>andriy.shevchenko@linux.intel.com</email>
</author>
<published>2011-09-19T11:25:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=168c61e4bcda8bf255e95414bd153482787b6898'/>
<id>urn:sha1:168c61e4bcda8bf255e95414bd153482787b6898</id>
<content type='text'>
Signed-off-by: Alexey Dokuchaev &lt;danfe@nsu.ru&gt;
Signed-off-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;
Signed-off-by: Artem Bityutskiy &lt;artem.bityutskiy@intel.com&gt;
</content>
</entry>
<entry>
<title>jffs2reader: use const char * for path variables</title>
<updated>2011-09-21T06:35:03+00:00</updated>
<author>
<name>Andy Shevchenko</name>
<email>andriy.shevchenko@linux.intel.com</email>
</author>
<published>2011-09-19T11:25:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=8210e3e981984e73dfd2d755d254fbd6897bc5e0'/>
<id>urn:sha1:8210e3e981984e73dfd2d755d254fbd6897bc5e0</id>
<content type='text'>
This patch brings const char * type for path variables. It allows to eliminate
compiler warning.

Signed-off-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;
Signed-off-by: Artem Bityutskiy &lt;artem.bityutskiy@intel.com&gt;
</content>
</entry>
<entry>
<title>jffs2reader: get rid of linker error</title>
<updated>2011-09-21T06:35:03+00:00</updated>
<author>
<name>Andy Shevchenko</name>
<email>andriy.shevchenko@linux.intel.com</email>
</author>
<published>2011-09-19T11:25:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=cbfaa5b64f8bd9844094d49f42ff7620ec71418e'/>
<id>urn:sha1:cbfaa5b64f8bd9844094d49f42ff7620ec71418e</id>
<content type='text'>
There is a linker errors:
	undefined reference to `target_endian'

This patch fixes the issue and turns on the jffs2reader build in the Makefile.

Signed-off-by: Alexey Dokuchaev &lt;danfe@nsu.ru&gt;
Signed-off-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;
Signed-off-by: Artem Bityutskiy &lt;artem.bityutskiy@intel.com&gt;
</content>
</entry>
<entry>
<title>jffs2reader: introduce ADD_BYTES macro</title>
<updated>2011-09-21T06:34:56+00:00</updated>
<author>
<name>Andy Shevchenko</name>
<email>andriy.shevchenko@linux.intel.com</email>
</author>
<published>2011-09-19T11:25:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=208ba19802cce7359a8ca1626aad9045e16e6808'/>
<id>urn:sha1:208ba19802cce7359a8ca1626aad9045e16e6808</id>
<content type='text'>
This macro is dedicated to get rid of the compiler errors:
	lvalue required as left operand of assignment

Signed-off-by: Alexey Dokuchaev &lt;danfe@nsu.ru&gt;
Signed-off-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>jffs2reader: eliminate compiler errors</title>
<updated>2011-09-21T06:31:47+00:00</updated>
<author>
<name>Andy Shevchenko</name>
<email>andriy.shevchenko@linux.intel.com</email>
</author>
<published>2011-09-19T11:25:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=8c0328f9e32b03b9197c89c5902c50cbc01ee332'/>
<id>urn:sha1:8c0328f9e32b03b9197c89c5902c50cbc01ee332</id>
<content type='text'>
There are many errors like "error: invalid operands to binary". This patch
converts the values to the proper types.

Signed-off-by: Alexey Dokuchaev &lt;danfe@nsu.ru&gt;
Signed-off-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>jffs2reader: update the header inclusion block</title>
<updated>2011-09-21T06:30:19+00:00</updated>
<author>
<name>Andy Shevchenko</name>
<email>andriy.shevchenko@linux.intel.com</email>
</author>
<published>2011-09-19T11:25:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=57ab095f0376447ceac53c227a8cf9854d5b1bdb'/>
<id>urn:sha1:57ab095f0376447ceac53c227a8cf9854d5b1bdb</id>
<content type='text'>
Signed-off-by: Alexey Dokuchaev &lt;danfe@nsu.ru&gt;
Signed-off-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;
Signed-off-by: Artem Bityutskiy &lt;artem.bityutskiy@intel.com&gt;
</content>
</entry>
<entry>
<title>jffs2reader: convert to common.h helpers</title>
<updated>2010-10-04T07:39:52+00:00</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2010-10-02T18:58:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=fec81abd9593fe11ba8577d38e4143e5708e3343'/>
<id>urn:sha1:fec81abd9593fe11ba8577d38e4143e5708e3343</id>
<content type='text'>
Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
</content>
</entry>
</feed>
