summaryrefslogtreecommitdiff
path: root/ubi.c
Commit message (Expand)AuthorAgeFilesLines
* 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