summaryrefslogtreecommitdiff
path: root/ubi.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: move #include "print_fields.h" to defs.hDmitry V. Levin2021-02-011-2/+0
* treewide: replace tprints(" => ") with tprint_value_changed()Dmitry V. Levin2021-01-291-2/+2
* treewide: replace tprints("}") with tprint_struct_end()Dmitry V. Levin2021-01-291-8/+8
* print_fields.h: remove prefix argument from all remaining PRINT_FIELD_* macrosDmitry V. Levin2021-01-291-16/+32
* print_fields.h: remove prefix argument from PRINT_FIELD_X macroDmitry V. Levin2021-01-291-1/+2
* print_fields.h: remove prefix argument from PRINT_FIELD_XVAL macroDmitry V. Levin2021-01-291-4/+8
* print_fields.h: remove prefix argument from PRINT_FIELD_FLAGS macroDmitry V. Levin2021-01-291-1/+2
* print_fields.h: remove prefix argument from PRINT_FIELD_ARRAY_UPTO macroDmitry V. Levin2021-01-291-1/+2
* print_fields.h: remove prefix argument from PRINT_FIELD_CSTRING_SZ macroDmitry V. Levin2021-01-281-2/+4
* ubi: use PRINT_FIELD_ARRAY_UPTO instead of PRINT_FIELD_ARRAY_SZDmitry V. Levin2021-01-181-4/+2
* ubi: add decoding of UBI_IOCRPEB and UBI_IOCSPEB ioctl commandsDmitry V. Levin2021-01-161-0/+6
* ubi: decode struct ubi_mkvol_req.flagsDmitry V. Levin2021-01-161-0/+9
* ubi: use print_fields.h macrosDmitry V. Levin2021-01-161-106/+149
* Update copyright headersDmitry V. Levin2018-12-241-1/+1
* Change the license of strace to LGPL-2.1-or-laterDmitry V. Levin2018-12-101-21/+1
* Remove linux/ubi-user.hDmitry V. Levin2017-12-231-13/+10
* 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
* Return 0 instead of 1 on entering path of ioctl decodersEugene Syromyatnikov2017-08-281-2/+2
* ubi: trim overly long linesEugene Syromyatnikov2017-08-271-3/+6
* Introduce print_quoted_cstringDmitry V. Levin2017-07-241-10/+4
* Add copyright headersEugene Syromyatnikov2017-05-221-0/+1
* Automatically replace kernel_(scno|ureg)_t with kernel_ulong_tDmitry V. Levin2016-12-261-1/+1
* Change type of ioctl 3rd argument from long to kernel_ureg_tDmitry V. Levin2016-12-251-1/+2
* Move parser of UBI_* ioctls to a separate fileDmitry V. Levin2016-05-281-0/+201