summaryrefslogtreecommitdiff
path: root/dm.c
Commit message (Expand)AuthorAgeFilesLines
* build: prepare for -Wimplicit-fallthrough=5Dmitry V. Levin2018-03-061-1/+1
* dm: add support for event_nr in DM_LIST_DEVICES resultEugene Syromyatnikov2018-01-211-2/+31
* dm: add support for DM_DEV_ARM_POLLEugene Syromyatnikov2017-09-171-3/+8
* Imply RVAL_DECODED when RVAL_IOCTL_PARSED is returned on enteringDmitry V. Levin2017-08-281-2/+2
* Replace return 1 ioctl sub-decoder hack with proper flagEugene Syromyatnikov2017-08-281-2/+2
* dm: return RVAL_DECODED instead of 0 if we can't decode commandEugene Syromyatnikov2017-08-281-2/+2
* dm: use PRINT_FIELD_* macrosDmitry V. Levin2017-07-141-19/+15
* Introduce PRINT_FIELD_CSTRINGDmitry V. Levin2017-07-111-16/+10
* Intorduce PRINT_FIELD_DEVDmitry V. Levin2017-07-091-6/+4
* Fix a few spacing style issuesDmitry V. Levin2017-06-171-1/+1
* Add copyright headersEugene Syromyatnikov2017-05-221-0/+1
* Introduce tprintf_comment and tprints_comment functionsDmitry V. Levin2017-04-241-8/+8
* dm: fix diagnostics about misplaced parts of struct dm_ioctlDmitry V. Levin2017-04-241-50/+68
* Use tprints instead of tprintf in a few more placesDmitry V. Levin2017-02-171-1/+1
* dm.c: add copyright noticeEugene Syromyatnikov2017-01-041-0/+32
* Move device number printing code into a separate routineEugene Syromyatnikov2016-12-291-8/+9
* Automatically replace kernel_(scno|ureg)_t with kernel_ulong_tDmitry V. Levin2016-12-261-9/+9
* Change type of ioctl 3rd argument from long to kernel_ureg_tDmitry V. Levin2016-12-251-3/+4
* dm: change address argument type from unsigned long to kernel_ureg_tDmitry V. Levin2016-12-231-12/+12
* Add support for decoding of DM_* ioctl commandsMikulas Patocka2016-11-101-0/+553