Age | Commit message (Expand) | Author |
2015-11-12 | mkfs.ubifs: use xmalloc/xzalloc for allocating memory | Sascha Hauer |
2015-11-12 | mkfs.ubifs: change add_directory argument to 'existing' | Sascha Hauer |
2015-11-11 | mtd-utils: Restructure the mtd-utils source. | Dongsheng Yang |
2015-11-11 | flash_{un,}lock: document block count == -1 | Brian Norris |
2015-11-11 | flash_{un,}lock: don't allow "last byte + 1" | Brian Norris |
2015-11-11 | flash_{un,}lock: improve strtol() error handling | Brian Norris |
2015-11-11 | flash_{un,}lock: add MEMISLOCKED support | Brian Norris |
2015-11-11 | flash_{un,}lock: support both lock/unlock in the same binary | Brian Norris |
2015-11-11 | flash_{un,}lock: move args processing to its own function | Brian Norris |
2015-11-11 | flash_{un,}lock: abstract the argument positions | Brian Norris |
2015-11-11 | flash_{un,}lock: document option flags | Brian Norris |
2015-11-11 | flash_{un,}lock: support --version flag | Brian Norris |
2015-11-11 | flash_{un,}lock: switch to getopt library | Brian Norris |
2015-11-11 | flash_{un,}lock: nest optional parameters in help message | Brian Norris |
2015-11-11 | nandtest: support hex/dec/oct for --offset and --length | Brian Norris |
2015-10-01 | mtd-utils: serve_image: use proper POSIX_C_SOURCE value | Kirill Smirnov |
2015-09-29 | mtd: tests: Fix endian issue with CRC generation algorithm | Paul McGougan |
2015-09-29 | mtd-utils: ubinize: Always return error code (at least -1) in case of an error | Enrico Jorns |
2015-08-31 | don't include system headers in dependency files | Brian Norris |
2015-08-28 | autogenerated dependency files are not being utilized properly | Brian Norris |
2015-08-19 | ubifs: correct the size of nnode in memset | Dongsheng Yang |
2015-08-03 | make_a_release.sh: fix MTD spelling | Brian Norris |
2015-07-24 | Release mtd-utils-1.5.2v1.5.2 | Brian Norris |
2015-07-24 | .gitignore: add new mtdpart utility | Brian Norris |
2015-07-06 | mtd-utils: fix 'new blank line at EOF' problems | Dongsheng Yang |
2015-07-06 | mtd-utils: fix 'space before tab in indent' problem | Dongsheng Yang |
2015-07-06 | mtd-utils: fix the trailing whitespace problems | Dongsheng Yang |
2015-07-06 | mtd-utils: ubi-tests: fix a some overflows | Dongsheng Yang |
2015-07-06 | mtd-utils: fs-tests: pass TEST_DIR to integck in run_all.sh | Dongsheng Yang |
2015-05-28 | mtd-utils: Add mtdpart to add/delete partition | Nam T. Nguyen |
2015-05-28 | include/common.h: fix build against musl | Jörg Krause |
2015-05-28 | recv_image: do not include error.h | Jörg Krause |
2015-05-28 | serve_image: do not include error.h | Jörg Krause |
2015-05-28 | libmtd: fix comment typo | Baruch Siach |
2015-05-28 | mtd-utils: libfec: use standard C type instead of u_long | Imre Kaloz |
2015-05-28 | mkfs.ubifs: Fix build with gcc 5.1 | Bernhard Walle |
2014-11-05 | mtd-utils: jffs2dump: XATTR and XREF support for endianess conversion | Timo Warns |
2014-11-05 | mtd-utils: jffs2dump: XATTR and XREF support for content dump | Timo Warns |
2014-11-04 | libmtd: don't ignore "region index" parameter in mtd_regioninfo() | Brian Norris |
2014-10-30 | ubifs-media.h: include "byteorder.h" | Artem Bityutskiy |
2014-10-30 | Move mkfs.ubifs/ubifs-media.h to include/mtd | Artem Bityutskiy |
2014-10-20 | mkfs.ubifs: start using common code | Artem Bityutskiy |
2014-10-20 | mtd-utils: Add macros to include/common.h | hujianyang |
2014-09-16 | ubiformat: fix the subpage size hint on the error path | Artem Bityutskiy |
2014-09-15 | libmtd: fix mtd_dev_present return value on legacy systems | Guido Martínez |
2014-09-08 | nandtest: fix --reads argument | Guido Martínez |
2014-05-30 | nandtest: Introduce multiple reads & check iterations | Ezequiel García |
2014-05-05 | nandtest: Move the "read and compare" code to a function | Ezequiel Garcia |
2014-05-05 | nandtest: Remove redundant check | Ezequiel Garcia |
2014-04-21 | include/common.h: fix build against recent 0.9.33 uClibc | Baruch Siach |