summaryrefslogtreecommitdiff
path: root/tests/file_handle.c
Commit message (Expand)AuthorAgeFilesLines
* Use loop initial declarationsDmitry V. Levin2021-11-051-15/+16
* tests/file_handle: fix -Wmissing-prototypes warningsDmitry V. Levin2021-06-041-3/+3
* tests: assume __NR_name_to_handle_at and __NR_open_by_handle_at are definedDmitry V. Levin2021-06-021-24/+16
* tests/file_handle.c: skip the test if the underlying fs can't do handlesAlyssa Ross2021-05-041-2/+7
* Implement --secontext[=full] option to display SELinux contextsldv/secontextRenaud Métrich2021-04-041-64/+140
* file_handle: print f_handle as a hexadecimal stringDmitry V. Levin2021-03-071-15/+11
* Update copyright headersDmitry V. Levin2021-02-161-1/+1
* Change my email addressDmitry V. Levin2020-12-311-1/+1
* 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-2/+2
* tests: change the license to GPL-2.0-or-laterDmitry V. Levin2018-12-101-21/+1
* 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
* Add copyright headersEugene Syromyatnikov2017-05-221-0/+1
* tests: use TAIL_ALLOC_OBJECT_CONST_PTRDmitry V. Levin2017-03-161-1/+1
* tests: replace casts of 0xffffffff00000000ULL with F8ILL_KULONG_MASKDmitry V. Levin2017-02-161-1/+1
* Include "kernel_types.h" in defs.h and tests/tests.hDmitry V. Levin2016-12-161-2/+0
* tests: additional name_to_handle_at/open_by_handle_at checksEugene Syromyatnikov2016-10-291-7/+260
* tests: require only presence of __NR_* macros for file_handle testEugene Syromyatnikov2016-10-291-7/+26
* tests/file_handle.c: use errno2nameDmitry V. Levin2016-04-211-14/+2
* tests/file_handle.c: use libtestsDmitry V. Levin2016-01-061-30/+30
* tests: include tests.h instead of config.hDmitry V. Levin2016-01-051-4/+1
* tests/file_handle: fix expected outputDmitry V. Levin2015-11-261-2/+2
* Implement name_to_handle_at and open_by_handle_at syscalls decodingDmitry V. Levin2015-11-221-0/+101