summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-07-01move _GNU_SOURCE to the main makefileMike Frysinger
2013-07-01fix build errors w/newer kernel headers & glibcMike Frysinger
2013-07-01ftl_check/ftl_format/nftldump: use existing mtd_swab.h headerMike Frysinger
2013-07-01ubinize: fix usage textMike Frysinger
2013-05-29flash_erase: use pwrite() rather than lseek() && write()Mike Frysinger
2013-03-11integck: fix identation a bitArtem Bityutskiy
2013-03-11Typo fixes: avaiable -> available and priortiry -> priorityElie De Brauwer
2013-03-11integck.c: Fix buffer overflow in save_fileElie De Brauwer
2013-03-11integck.c: rework file_check_data to immediately dump the buffer containing t...Elie De Brauwer
2013-03-11integck.c: Only verify the operation after all datastructures have been updatedElie De Brauwer
2013-03-11flash_otp_write: fix a buffer overflow on NAND with write size > 2048Uwe Kleine-König
2013-03-11flash_otp_write: fix writing to NAND in presence of partial readsUwe Kleine-König
2013-03-06Makefile: also build and install flash_otp_lock and flash_otp_writeUwe Kleine-König
2013-01-15ubiformat: fix error pathWolfram Sang
2013-01-15ubiformat: clean up synopsis of command-line parametersWolfram Sang
2012-12-03ubi-tests: fix pthreads linkingBrian Norris
2012-11-16ubi-tests: switch to using common.h from the top levelArtem Bityutskiy
2012-11-16ubi-tests: rename common.[ch] to helpers.[ch]Artem Bityutskiy
2012-11-16ubi-tests: ubi_leb_change_start() no longer uses 'dtype'.Bill Pringlemeir
2012-11-12ubiformat: really skip some messages when quietWolfram Sang
2012-10-26mkfs.ubifs: Improve error handling of is_contained()Marcus Prebble
2012-10-11mkfs.ubifs: rewrite path checkingArtem Bityutskiy
2012-09-25mkfs.jffs2: correct some warnings using PRIdoff_tRichard Genoud
2012-09-25consistency between u_int32_t / off_t / off64_tRichard Genoud
2012-09-25introduce PRIxoff_t and PRIdoff_t printf helpersRichard Genoud
2012-09-25tests: io_update correct lseek parameters orderRichard Genoud
2012-09-25ubiformat: fix failure on big partitions (>4Gio)Richard Genoud
2012-09-03ubirmvol: correct missing space on usageRichard Genoud
2012-08-23ubiattach: fail if kernel ignores max_beb_per1024Richard Genoud
2012-08-23ubiattach: introduce max_beb_per1024 in UBI_IOCATTRichard Genoud
2012-08-23libubi: kill ubi_attach_mtdArtem Bityutskiy
2012-08-23libubi: factorize ubi_attach and ubi_attach_mtd codeRichard Genoud
2012-08-22ubi-user.h: add max_beb_per1024 parameterRichard Genoud
2012-08-22UBI: sync ubi-user.h with kernel v3.6-rc1Richard Genoud
2012-08-03stress-test.sh: remove a warningArtem Bityutskiy
2012-08-03stress-test.sh: add mtdram testsArtem Bityutskiy
2012-08-03stress-test.sh: support testing without sub-pagesArtem Bityutskiy
2012-08-03stress-test.sh: develop the test furtherArtem Bityutskiy
2012-08-03runtests.sh: print more consistent messagesArtem Bityutskiy
2012-08-03load_nandsim: switch to shArtem Bityutskiy
2012-08-03load_nandsim.sh: simplify the codeArtem Bityutskiy
2012-08-03load_nandsim.sh: rename variableArtem Bityutskiy
2012-08-03load_nandsim.sh: introduce a separate usage functionArtem Bityutskiy
2012-08-03load_nandsim.sh: intruduce fatal functionArtem Bityutskiy
2012-08-03load_nandsim.sh: use dochere for help outputArtem Bityutskiy
2012-08-03stress-test.sh: do not use pipe unnecessarilyArtem Bityutskiy
2012-08-03load_nandsim.sh: use less bashisms + cleanupsArtem Bityutskiy
2012-08-03load_nandsim.sh: remove useless functionArtem Bityutskiy
2012-08-02tests: ubi: add stress-test.shArtem Bityutskiy
2012-08-02tests: ubi: clean-up runtests.sh some moreArtem Bityutskiy