aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-17Add libmissingDavid Oberhollenzer
2016-11-17Add -lrt for clock_gettime() in glibc < 2.17.David Gstir
2016-11-17Fix make_a_release scriptDavid Oberhollenzer
2016-11-17Fix paths in .gitignore and add autotools generated filesDavid Oberhollenzer
2016-11-17Unify version string printingDavid Oberhollenzer
2016-11-17Integrate tests into autotools build systemDavid Oberhollenzer
2016-11-17Change build system to autotoolsRichard Weinberger
2016-11-17Remove feature-removal-schedule.txtDavid Oberhollenzer
2016-11-17Remove duplicate copies of GPLv2 license textDavid Oberhollenzer
2016-11-17Remove RPM spec fileDavid Oberhollenzer
2016-11-17Remove unused and broken mtd_write_img function from libmtdDavid Oberhollenzer
2016-11-17Remove unused legacy_libmtd_open internal libmtd functionDavid Oberhollenzer
2016-11-17Remove jffs-dump.cDavid Oberhollenzer
2016-11-17Eliminate warnings about implicit non-const casting in libmtdDavid Oberhollenzer
2016-11-17nanddump: check write function result for errorsRafał Miłecki
2016-08-25mtd-utils: mkfs.jffs2: initialize lzo decompression buffer sizeDavid Oberhollenzer
2016-08-25fs-tests: integrity: don't include header <bits/stdio_lim.h>Rahul Bedarkar
2016-08-25mtd-utils: fix wrong format specifiers on mips32Mathias Kresin
2016-08-25mtd-utils: mtd_debug: check amount of data read.Michal Suchanek
2016-08-25mtd-utils: nanddump: write requested length onlyGary Bisson
2016-07-13libmtd: Fix return status in mtd_torture test functionDavid Oberhollenzer
2016-04-18fix build warnings w/newer glibc & _BSD_SOURCEMike Frysinger
2016-04-18include sys/sysmacros.h for major/minor/makedevMike Frysinger
2016-01-26Makefile: install: don't look for scripts in BUILDDIRBrian Norris
2016-01-24mkfs.ubifs: <sys/xattr.h>, not <attr/xattr.h>Brian Norris
2015-12-09mkfs.ubifs: use gid from table instead 2x uidSebastian Andrzej Siewior
2015-11-17libmtd: mtd_read: Take the buffer offset into account when readingMarcus Prebble
2015-11-12flashcp: Use %llu to print filestat.st_sizeFabien Proriol
2015-11-12mkfs.ubifs: fix compiler warning for WITHOUT_LZODaniel Walter
2015-11-12Fix scanf() formatstring for modern C versionDaniel Walter
2015-11-12fix build when WITHOUT_LZO is setRolf Eike Beer
2015-11-12mkfs.ubifs: Optionally create extended attribute with inode numberSascha Hauer
2015-11-12mkfs.ubifs: Add extended attribute supportSascha Hauer
2015-11-12mkfs.ubifs: simplify make_path with xasprintfSascha Hauer
2015-11-12mkfs.ubifs: use xmalloc/xzalloc for allocating memorySascha Hauer
2015-11-12mkfs.ubifs: change add_directory argument to 'existing'Sascha Hauer
2015-11-11mtd-utils: Restructure the mtd-utils source.Dongsheng Yang
2015-11-11flash_{un,}lock: document block count == -1Brian Norris
2015-11-11flash_{un,}lock: don't allow "last byte + 1"Brian Norris
2015-11-11flash_{un,}lock: improve strtol() error handlingBrian Norris
2015-11-11flash_{un,}lock: add MEMISLOCKED supportBrian Norris
2015-11-11flash_{un,}lock: support both lock/unlock in the same binaryBrian Norris
2015-11-11flash_{un,}lock: move args processing to its own functionBrian Norris
2015-11-11flash_{un,}lock: abstract the argument positionsBrian Norris
2015-11-11flash_{un,}lock: document option flagsBrian Norris
2015-11-11flash_{un,}lock: support --version flagBrian Norris
2015-11-11flash_{un,}lock: switch to getopt libraryBrian Norris
2015-11-11flash_{un,}lock: nest optional parameters in help messageBrian Norris
2015-11-11nandtest: support hex/dec/oct for --offset and --lengthBrian Norris
2015-10-01mtd-utils: serve_image: use proper POSIX_C_SOURCE valueKirill Smirnov