]> www.infradead.org Git - mtd-utils.git/shortlog
mtd-utils.git
2016-11-17 Daniel WalterAdd unittests for libubi
2016-11-17 Daniel WalterAdd unittest for libmtd
2016-11-17 Daniel WalterAdd sysfs tree for unittests
2016-11-17 Daniel WalterAdd support for sysfs mocking
2016-11-17 Daniel WalterAdd unit test helpers
2016-11-17 Daniel WalterFix uninitialized buffers
2016-11-17 David Oberhollenzermtd-utils: Add nand sub-page test utility
2016-11-17 David Oberhollenzermtd-utils: Add nand page test utility
2016-11-17 David Oberhollenzermtd-utils: Add flash read test utility
2016-11-17 David Oberhollenzermtd-utils: Add nand flash bit errors test
2016-11-17 David Oberhollenzermtd-utils: Add flash speed test utility
2016-11-17 David Oberhollenzermtd-utils: Add flash stress test utility
2016-11-17 David Oberhollenzermtd-utils: Add flash torture test utility
2016-11-17 David Oberhollenzermtd-utils: Add multi-block erase function
2016-11-17 David OberhollenzerAdd libmissing
2016-11-17 David GstirAdd -lrt for clock_gettime() in glibc < 2.17.
2016-11-17 David OberhollenzerFix make_a_release script
2016-11-17 David OberhollenzerFix paths in .gitignore and add autotools generated...
2016-11-17 David OberhollenzerUnify version string printing
2016-11-17 David OberhollenzerIntegrate tests into autotools build system
2016-11-17 Richard WeinbergerChange build system to autotools
2016-11-17 David OberhollenzerRemove feature-removal-schedule.txt
2016-11-17 David OberhollenzerRemove duplicate copies of GPLv2 license text
2016-11-17 David OberhollenzerRemove RPM spec file
2016-11-17 David OberhollenzerRemove unused and broken mtd_write_img function from...
2016-11-17 David OberhollenzerRemove unused legacy_libmtd_open internal libmtd function
2016-11-17 David OberhollenzerRemove jffs-dump.c
2016-11-17 David OberhollenzerEliminate warnings about implicit non-const casting...
2016-11-17 Rafał Miłeckinanddump: check write function result for errors
2016-08-25 David Oberhollenzermtd-utils: mkfs.jffs2: initialize lzo decompression...
2016-08-25 Rahul Bedarkarfs-tests: integrity: don't include header <bits/stdio_l...
2016-08-25 Mathias Kresinmtd-utils: fix wrong format specifiers on mips32
2016-08-25 Michal Suchanekmtd-utils: mtd_debug: check amount of data read.
2016-08-25 Gary Bissonmtd-utils: nanddump: write requested length only
2016-07-13 David Oberhollenzerlibmtd: Fix return status in mtd_torture test function
2016-04-18 Mike Frysingerfix build warnings w/newer glibc & _BSD_SOURCE
2016-04-18 Mike Frysingerinclude sys/sysmacros.h for major/minor/makedev
2016-01-27 Brian NorrisMakefile: install: don't look for scripts in BUILDDIR
2016-01-25 Brian Norrismkfs.ubifs: <sys/xattr.h>, not <attr/xattr.h>
2015-12-10 Sebastian Andrzej... mkfs.ubifs: use gid from table instead 2x uid
2015-11-17 Marcus Prebblelibmtd: mtd_read: Take the buffer offset into account...
2015-11-12 Fabien Proriolflashcp: Use %llu to print filestat.st_size
2015-11-12 Daniel Waltermkfs.ubifs: fix compiler warning for WITHOUT_LZO
2015-11-12 Daniel WalterFix scanf() formatstring for modern C version
2015-11-12 Rolf Eike Beerfix build when WITHOUT_LZO is set
2015-11-12 Sascha Hauermkfs.ubifs: Optionally create extended attribute with...
2015-11-12 Sascha Hauermkfs.ubifs: Add extended attribute support
2015-11-12 Sascha Hauermkfs.ubifs: simplify make_path with xasprintf
2015-11-12 Sascha Hauermkfs.ubifs: use xmalloc/xzalloc for allocating memory
2015-11-12 Sascha Hauermkfs.ubifs: change add_directory argument to 'existing'
2015-11-11 Dongsheng Yangmtd-utils: Restructure the mtd-utils source.
2015-11-11 Brian Norrisflash_{un,}lock: document block count == -1
2015-11-11 Brian Norrisflash_{un,}lock: don't allow "last byte + 1"
2015-11-11 Brian Norrisflash_{un,}lock: improve strtol() error handling
2015-11-11 Brian Norrisflash_{un,}lock: add MEMISLOCKED support
2015-11-11 Brian Norrisflash_{un,}lock: support both lock/unlock in the same...
2015-11-11 Brian Norrisflash_{un,}lock: move args processing to its own function
2015-11-11 Brian Norrisflash_{un,}lock: abstract the argument positions
2015-11-11 Brian Norrisflash_{un,}lock: document option flags
2015-11-11 Brian Norrisflash_{un,}lock: support --version flag
2015-11-11 Brian Norrisflash_{un,}lock: switch to getopt library
2015-11-11 Brian Norrisflash_{un,}lock: nest optional parameters in help message
2015-11-11 Brian Norrisnandtest: support hex/dec/oct for --offset and --length
2015-10-01 Kirill Smirnovmtd-utils: serve_image: use proper POSIX_C_SOURCE value
2015-09-29 Paul McGouganmtd: tests: Fix endian issue with CRC generation algorithm
2015-09-29 Enrico Jornsmtd-utils: ubinize: Always return error code (at least...
2015-08-31 Brian Norrisdon't include system headers in dependency files
2015-08-28 Brian Norrisautogenerated dependency files are not being utilized...
2015-08-19 Dongsheng Yangubifs: correct the size of nnode in memset
2015-08-03 Brian Norrismake_a_release.sh: fix MTD spelling
2015-07-25 Brian NorrisRelease mtd-utils-1.5.2 v1.5.2
2015-07-25 Brian Norris.gitignore: add new mtdpart utility
2015-07-06 Dongsheng Yangmtd-utils: fix 'new blank line at EOF' problems
2015-07-06 Dongsheng Yangmtd-utils: fix 'space before tab in indent' problem
2015-07-06 Dongsheng Yangmtd-utils: fix the trailing whitespace problems
2015-07-06 Dongsheng Yangmtd-utils: ubi-tests: fix a some overflows
2015-07-06 Dongsheng Yangmtd-utils: fs-tests: pass TEST_DIR to integck in run_all.sh
2015-05-28 Nam T. Nguyenmtd-utils: Add mtdpart to add/delete partition
2015-05-28 Jörg Krauseinclude/common.h: fix build against musl
2015-05-28 Jörg Krauserecv_image: do not include error.h
2015-05-28 Jörg Krauseserve_image: do not include error.h
2015-05-28 Baruch Siachlibmtd: fix comment typo
2015-05-28 Imre Kalozmtd-utils: libfec: use standard C type instead of u_long
2015-05-28 Bernhard Wallemkfs.ubifs: Fix build with gcc 5.1
2014-11-05 Timo Warnsmtd-utils: jffs2dump: XATTR and XREF support for endian...
2014-11-05 Timo Warnsmtd-utils: jffs2dump: XATTR and XREF support for conten...
2014-11-05 Brian Norrislibmtd: don't ignore "region index" parameter in mtd_re...
2014-10-30 Artem Bityutskiyubifs-media.h: include "byteorder.h"
2014-10-30 Artem BityutskiyMove mkfs.ubifs/ubifs-media.h to include/mtd
2014-10-20 Artem Bityutskiymkfs.ubifs: start using common code
2014-10-20 hujianyangmtd-utils: Add macros to include/common.h
2014-09-16 Artem Bityutskiyubiformat: fix the subpage size hint on the error path
2014-09-15 Guido Martínezlibmtd: fix mtd_dev_present return value on legacy...
2014-09-08 Guido Martíneznandtest: fix --reads argument
2014-05-30 Ezequiel Garcíanandtest: Introduce multiple reads & check iterations
2014-05-05 Ezequiel Garcianandtest: Move the "read and compare" code to a function
2014-05-05 Ezequiel Garcianandtest: Remove redundant check
2014-04-21 Baruch Siachinclude/common.h: fix build against recent 0.9.33 uClibc
2014-04-15 Mats Kärrmanmtd-utils: integck: Use $(CC) and $(AR) instead of...
2014-04-15 Baruch Siachinclude/common.h: fix build against current uClibc
next