summaryrefslogtreecommitdiff
path: root/tests/ioctl_loop.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersDmitry V. Levin2021-02-161-1/+1
* loop: switch to use bundled <linux/loop.h>Dmitry V. Levin2021-02-051-12/+2
* print_fields.h: remove prefix argument from PRINT_FIELD_CSTRING macroDmitry V. Levin2021-01-291-3/+3
* tests: pass an empty string as the first argument to PRINT_FIELD_* macrosDmitry V. Levin2021-01-271-3/+6
* Update copyright headersDmitry V. Levin2020-08-031-1/+1
* loop: implement decoding of LOOP_CONFIGURE ioctl commandDmitry V. Levin2020-07-081-0/+54
* Update ioctl entries from linux v5.8Gleb Fotengauer-Malinovskiy2020-07-061-3/+3
* Update copyright headersDmitry V. Levin2019-09-251-1/+1
* Consistently define __NR_* constantsDmitry V. Levin2019-07-161-1/+1
* Fix preprocessor indentationDmitry V. Levin2018-12-301-1/+1
* loop: use XLAT_MACROS_ONLY instead of #stopEugene Syromyatnikov2018-12-261-1/+4
* 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-4/+4
* xlat: print _IOC_NONE in symbolic form even if it is equal to 0Dmitry V. Levin2018-09-231-4/+6
* tests: use syscall() for ioctl() calls with oversized argumentsEugene Syromyatnikov2018-05-301-9/+17
* Update copyright headersDmitry V. Levin2018-04-051-1/+1
* tests: do not include <stdbool.h> in files that include "tests.h"Dmitry V. Levin2018-03-011-1/+0
* loop: decode LOOP_SET_BLOCK_SIZEDmitry V. Levin2017-09-191-0/+5
* Update ioctl entries from linux v4.14-rc1Dmitry V. Levin2017-09-191-3/+3
* Introduce print_quoted_cstringDmitry V. Levin2017-07-241-8/+7
* Add copyright headersEugene Syromyatnikov2017-05-221-0/+1
* tests: use TAIL_ALLOC_OBJECT_CONST_PTRDmitry V. Levin2017-03-161-2/+2
* tests: remove redundant casts in fill_memory{,_ex} invocationsDmitry V. Levin2017-01-041-4/+4
* tests: check non-verbose decoding of LOOP_* ioctlsEugene Syromyatnikov2017-01-041-0/+12
* tests: add more checks of LOOP_* ioctls decodingEugene Syromyatnikov2017-01-041-16/+105
* tests: check decoding of LOOP_* ioctlsJingPiao Chen2017-01-041-0/+221