summaryrefslogtreecommitdiff
path: root/mtd.c
Commit message (Expand)AuthorAgeFilesLines
* Change the license of strace to LGPL-2.1-or-laterDmitry V. Levin2018-12-101-21/+1
* Update copyright headersDmitry V. Levin2018-04-051-1/+1
* build: prepare for -Wimplicit-fallthrough=5Dmitry V. Levin2018-03-061-1/+1
* Remove linux/mtd-abi.hDmitry V. Levin2017-12-231-14/+15
* Imply RVAL_DECODED when RVAL_IOCTL_PARSED is returned on enteringDmitry V. Levin2017-08-281-1/+1
* Replace return 1 ioctl sub-decoder hack with proper flagEugene Syromyatnikov2017-08-281-1/+1
* Add copyright headersEugene Syromyatnikov2017-05-221-0/+1
* Automatically replace kernel_(scno|ureg)_t with kernel_ulong_tDmitry V. Levin2016-12-261-12/+12
* Use ptr_to_kulong instead of explicit casts of pointers to kernel_ureg_tDmitry V. Levin2016-12-261-1/+1
* Use printxval64 instead of printxval_longDmitry V. Levin2016-12-251-1/+1
* mtd: change type of ioctl 3rd argument from long to kernel_ureg_tDmitry V. Levin2016-12-251-13/+13
* mtd: cast pointers to kernel_ureg_t instead of unsigned longDmitry V. Levin2016-12-211-1/+1
* Consistently use printaddr for printing addressesDmitry V. Levin2016-06-111-2/+3
* Mpersify mtd.cDmitry V. Levin2016-05-281-3/+9
* mtd.c: refactorDmitry V. Levin2016-05-281-205/+233
* Move parser of UBI_* ioctls to a separate fileDmitry V. Levin2016-05-281-169/+0
* Fix printing of invalid argument of MTDFILEMODE ioctlDmitry V. Levin2016-05-161-1/+1
* Fix printing of invalid struct ubi_mkvol_req.vol_typeDmitry V. Levin2016-05-161-1/+2
* Fix build on systems that lack UBI_IOCVOLCRBLK/UBI_IOCVOLRMBLK definitionsDmitry V. Levin2015-08-251-0/+4
* Use printnum_int64 instead of print_loff_tDmitry V. Levin2015-07-201-1/+1
* mtd.c: enhance mtd and ubi ioctl parsersDmitry V. Levin2015-07-101-180/+304
* Rework string_quote APIDmitry V. Levin2015-01-261-11/+14
* ioctl: assume that all ioctl commands have unsigned int typeDmitry V. Levin2015-01-201-2/+4
* Fix compilation warnings reported by gcc -Wsign-compareDmitry V. Levin2014-09-171-2/+2
* Compress blank linesDmitry V. Levin2014-05-301-5/+0
* Generate xlat/*.in filesDmitry V. Levin2014-05-301-51/+11
* Use XLAT_END macroDmitry V. Levin2014-02-051-7/+7
* Use XLAT macroDmitry V. Levin2014-02-051-26/+26
* mtd: clamp ubi name stringsMike Frysinger2013-05-051-7/+9
* Decode mtd/ubi ioctlsMike Frysinger2013-05-021-0/+124
* Use %d printf format instead of %i everywhereDenys Vlasenko2012-05-161-1/+1
* Decode mtd ioctlsMike Frysinger2012-04-061-0/+282