summaryrefslogtreecommitdiff
path: root/tests/ioctl_dm.c
Commit message (Expand)AuthorAgeFilesLines
* Fix preprocessor indentationDmitry V. Levin2018-12-301-5/+5
* tests: change the license to GPL-2.0-or-laterDmitry V. Levin2018-12-101-21/+1
* print_dev_t: print major and minor numbers in hex like stat(1)Shankara Pailoor2018-12-051-26/+26
* tests: do not include <stdbool.h> in files that include "tests.h"Dmitry V. Levin2018-03-011-1/+0
* Update copyright headersDmitry V. Levin2018-02-131-1/+1
* tests: avoid triggering -Wstringop-truncation in ioctl_dm.cEugene Syromyatnikov2018-02-061-4/+4
* dm: add support for DM_DEV_ARM_POLLEugene Syromyatnikov2017-09-171-0/+5
* Introduce print_quoted_cstringDmitry V. Levin2017-07-241-1/+1
* Add copyright headersEugene Syromyatnikov2017-05-221-0/+1
* dm: fix diagnostics about misplaced parts of struct dm_ioctlDmitry V. Levin2017-04-241-13/+15
* tests: add more checks of unknown ioctl command formattingEugene Syromyatnikov2017-01-041-0/+17
* ioctl: do not print explicit 0x prefix and do not specify minimum widthEugene Syromyatnikov2017-01-041-1/+1
* Add support for decoding of DM_* ioctl commandsMikulas Patocka2016-11-101-0/+757