Age | Commit message (Expand) | Author |
2016-11-17 | Fix paths in .gitignore and add autotools generated files | David Oberhollenzer |
2016-11-17 | Unify version string printing | David Oberhollenzer |
2016-11-17 | Integrate tests into autotools build system | David Oberhollenzer |
2016-11-17 | Change build system to autotools | Richard Weinberger |
2016-11-17 | Remove feature-removal-schedule.txt | David Oberhollenzer |
2016-11-17 | Remove duplicate copies of GPLv2 license text | David Oberhollenzer |
2016-11-17 | Remove RPM spec file | David Oberhollenzer |
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 | Remove jffs-dump.c | David Oberhollenzer |
2016-11-17 | Eliminate warnings about implicit non-const casting in libmtd | David Oberhollenzer |
2016-11-17 | nanddump: check write function result for errors | Rafał Miłecki |
2016-08-25 | mtd-utils: mkfs.jffs2: initialize lzo decompression buffer size | David Oberhollenzer |
2016-08-25 | fs-tests: integrity: don't include header <bits/stdio_lim.h> | Rahul Bedarkar |
2016-08-25 | mtd-utils: fix wrong format specifiers on mips32 | Mathias Kresin |
2016-08-25 | mtd-utils: mtd_debug: check amount of data read. | Michal Suchanek |
2016-08-25 | mtd-utils: nanddump: write requested length only | Gary Bisson |
2016-07-13 | libmtd: Fix return status in mtd_torture test function | David Oberhollenzer |
2016-04-18 | fix build warnings w/newer glibc & _BSD_SOURCE | Mike Frysinger |
2016-04-18 | include sys/sysmacros.h for major/minor/makedev | Mike Frysinger |
2016-01-26 | Makefile: install: don't look for scripts in BUILDDIR | Brian Norris |
2016-01-24 | mkfs.ubifs: <sys/xattr.h>, not <attr/xattr.h> | Brian Norris |
2015-12-09 | mkfs.ubifs: use gid from table instead 2x uid | Sebastian Andrzej Siewior |
2015-11-17 | libmtd: mtd_read: Take the buffer offset into account when reading | Marcus Prebble |
2015-11-12 | flashcp: Use %llu to print filestat.st_size | Fabien Proriol |
2015-11-12 | mkfs.ubifs: fix compiler warning for WITHOUT_LZO | Daniel Walter |
2015-11-12 | Fix scanf() formatstring for modern C version | Daniel Walter |
2015-11-12 | fix build when WITHOUT_LZO is set | Rolf Eike Beer |
2015-11-12 | mkfs.ubifs: Optionally create extended attribute with inode number | Sascha Hauer |
2015-11-12 | mkfs.ubifs: Add extended attribute support | Sascha Hauer |
2015-11-12 | mkfs.ubifs: simplify make_path with xasprintf | Sascha Hauer |
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 |