Age | Commit message (Expand) | Author |
2013-07-01 | nand{dump, test, write}: clean up --help handling | Mike Frysinger |
2013-07-01 | use xstrdup in a few more places | Mike Frysinger |
2013-07-01 | mkfs.ubifs: allow reformatting of devices | Mike Frysinger |
2013-07-01 | mtd-utils: new prompt() helper for talking to the user | Mike Frysinger |
2013-07-01 | move _GNU_SOURCE to the main makefile | Mike Frysinger |
2013-07-01 | fix build errors w/newer kernel headers & glibc | Mike Frysinger |
2013-07-01 | ftl_check/ftl_format/nftldump: use existing mtd_swab.h header | Mike Frysinger |
2013-07-01 | ubinize: fix usage text | Mike Frysinger |
2013-05-29 | flash_erase: use pwrite() rather than lseek() && write() | Mike Frysinger |
2013-03-11 | integck: fix identation a bit | Artem Bityutskiy |
2013-03-11 | Typo fixes: avaiable -> available and priortiry -> priority | Elie De Brauwer |
2013-03-11 | integck.c: Fix buffer overflow in save_file | Elie De Brauwer |
2013-03-11 | integck.c: rework file_check_data to immediately dump the buffer containing t... | Elie De Brauwer |
2013-03-11 | integck.c: Only verify the operation after all datastructures have been updated | Elie De Brauwer |
2013-03-11 | flash_otp_write: fix a buffer overflow on NAND with write size > 2048 | Uwe Kleine-König |
2013-03-11 | flash_otp_write: fix writing to NAND in presence of partial reads | Uwe Kleine-König |
2013-03-06 | Makefile: also build and install flash_otp_lock and flash_otp_write | Uwe Kleine-König |
2013-01-15 | ubiformat: fix error path | Wolfram Sang |
2013-01-15 | ubiformat: clean up synopsis of command-line parameters | Wolfram Sang |
2012-12-03 | ubi-tests: fix pthreads linking | Brian Norris |
2012-11-16 | ubi-tests: switch to using common.h from the top level | Artem Bityutskiy |
2012-11-16 | ubi-tests: rename common.[ch] to helpers.[ch] | Artem Bityutskiy |
2012-11-16 | ubi-tests: ubi_leb_change_start() no longer uses 'dtype'. | Bill Pringlemeir |
2012-11-12 | ubiformat: really skip some messages when quiet | Wolfram Sang |
2012-10-26 | mkfs.ubifs: Improve error handling of is_contained() | Marcus Prebble |
2012-10-11 | mkfs.ubifs: rewrite path checking | Artem Bityutskiy |
2012-09-25 | mkfs.jffs2: correct some warnings using PRIdoff_t | Richard Genoud |
2012-09-25 | consistency between u_int32_t / off_t / off64_t | Richard Genoud |
2012-09-25 | introduce PRIxoff_t and PRIdoff_t printf helpers | Richard Genoud |
2012-09-25 | tests: io_update correct lseek parameters order | Richard Genoud |
2012-09-25 | ubiformat: fix failure on big partitions (>4Gio) | Richard Genoud |
2012-09-03 | ubirmvol: correct missing space on usage | Richard Genoud |
2012-08-23 | ubiattach: fail if kernel ignores max_beb_per1024 | Richard Genoud |
2012-08-23 | ubiattach: introduce max_beb_per1024 in UBI_IOCATT | Richard Genoud |
2012-08-23 | libubi: kill ubi_attach_mtd | Artem Bityutskiy |
2012-08-23 | libubi: factorize ubi_attach and ubi_attach_mtd code | Richard Genoud |
2012-08-22 | ubi-user.h: add max_beb_per1024 parameter | Richard Genoud |
2012-08-22 | UBI: sync ubi-user.h with kernel v3.6-rc1 | Richard Genoud |
2012-08-03 | stress-test.sh: remove a warning | Artem Bityutskiy |
2012-08-03 | stress-test.sh: add mtdram tests | Artem Bityutskiy |
2012-08-03 | stress-test.sh: support testing without sub-pages | Artem Bityutskiy |
2012-08-03 | stress-test.sh: develop the test further | Artem Bityutskiy |
2012-08-03 | runtests.sh: print more consistent messages | Artem Bityutskiy |
2012-08-03 | load_nandsim: switch to sh | Artem Bityutskiy |
2012-08-03 | load_nandsim.sh: simplify the code | Artem Bityutskiy |
2012-08-03 | load_nandsim.sh: rename variable | Artem Bityutskiy |
2012-08-03 | load_nandsim.sh: introduce a separate usage function | Artem Bityutskiy |
2012-08-03 | load_nandsim.sh: intruduce fatal function | Artem Bityutskiy |
2012-08-03 | load_nandsim.sh: use dochere for help output | Artem Bityutskiy |
2012-08-03 | stress-test.sh: do not use pipe unnecessarily | Artem Bityutskiy |