Age | Commit message (Expand) | Author |
2018-10-02 | mtd-utils: Instead of doing preprocessor magic, just output off_t as long long | Thorsten Glaser |
2018-09-20 | libmtd: don't print an error message for devices without ecc support | David Oberhollenzer |
2018-06-28 | libubi: add volume flags to ubi_mkvol_request | Quentin Schulz |
2018-06-09 | Revert "Return correct error number in ubi_get_vol_info1" | David Oberhollenzer |
2018-04-10 | libmtd_legacy: Fix some function description mismatches | Xiaolei Li |
2018-04-10 | libmtd: Add support to access OOB available size | Xiaolei Li |
2018-01-30 | mtd-utils: common.c: convert to integer arithmetic | Andrea Adami |
2017-11-15 | libmtd: fix a comment typo in dev_node2num | Rock Lee |
2017-11-02 | Remove self-assignments of unused paramters | David Oberhollenzer |
2017-06-28 | Silence warnings about unused arguments | David Oberhollenzer |
2017-06-28 | Remove unused variables and functions | David Oberhollenzer |
2017-06-28 | Eliminate warnings about missing prototypes | David Oberhollenzer |
2017-06-28 | Move libfec declarations to public header in global include directory | David Oberhollenzer |
2017-06-28 | Use autoconf header detection correctly for libmissing | David Oberhollenzer |
2017-03-29 | libiniparser: remove unused function needing float | Andrea Adami |
2017-03-29 | libubi.c: add klibc specific fixes for ioctl | Andrea Adami |
2017-03-22 | Return correct error number in ubi_get_vol_info1 | David Oberhollenzer |
2017-03-15 | Fix libmtd behaviour if MTD is not present on the system | David Oberhollenzer |
2017-02-20 | Remove UDEV_SETTLE_HACK | Richard Weinberger |
2016-11-17 | Move ubi-utils libraries to common library location | David Oberhollenzer |
2016-11-17 | Merge rest of ubiutils-common into libmtd common | David Oberhollenzer |
2016-11-17 | Add support for sysfs mocking | Daniel Walter |
2016-11-17 | Fix uninitialized buffers | Daniel Walter |
2016-11-17 | mtd-utils: Add multi-block erase function | David Oberhollenzer |
2016-11-17 | Add libmissing | David Oberhollenzer |
2016-11-17 | Change build system to autotools | Richard Weinberger |
2016-11-17 | Remove unused and broken mtd_write_img function from libmtd | David Oberhollenzer |
2016-11-17 | Remove unused legacy_libmtd_open internal libmtd function | David Oberhollenzer |
2016-11-17 | Eliminate warnings about implicit non-const casting in libmtd | David Oberhollenzer |
2016-07-13 | libmtd: Fix return status in mtd_torture test function | David Oberhollenzer |
2015-11-17 | libmtd: mtd_read: Take the buffer offset into account when reading | Marcus Prebble |
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 |
2014-11-04 | libmtd: don't ignore "region index" parameter in mtd_regioninfo() | Brian Norris |
2014-09-15 | libmtd: fix mtd_dev_present return value on legacy systems | Guido MartÃnez |
2013-10-22 | check the MLC nand type | Huang Shijie |
2013-10-22 | add the MTD_MLCNANDFLASH case | Huang Shijie |
2012-09-25 | consistency between u_int32_t / off_t / off64_t | Richard Genoud |
2012-02-29 | libmtd_legacy: don't open device in R/W | Brian Norris |
2012-02-29 | libmtd: perform device checking first | Brian Norris |
2012-02-14 | libmtd: fix mtd_write() issues for large data-only writes | Brian Norris |
2012-02-14 | libmtd: fix segmentation fault on lib->mtd | Brian Norris |
2012-02-14 | limbtd: implement mtd_dev_present for old kernels | Artem Bityutskiy |
2012-02-02 | libmtd: add `mtd_dev_present()' library function | Brian Norris |
2012-01-13 | libmtd: Variable name same as function name causing compile to fail (Android) | Thomas Cannon |
2011-12-12 | libmtd: allow write operations when MEMWRITE is not supported | Brian Norris |
2011-09-11 | mtdutils: move OOB auto-layout into libmtd's mtd_write | Brian Norris |
2011-09-11 | libmtd: support MEMWRITE ioctl | Brian Norris |
2011-09-11 | libmtd: modify `mtd_write' to cover OOB writes | Brian Norris |
2011-06-29 | mtd-utils: remove whitespace at end of lines | Brian Norris |