summaryrefslogtreecommitdiff
path: root/tests/nsyscalls.c
Commit message (Expand)AuthorAgeFilesLines
* tests: change the license to GPL-2.0-or-laterDmitry V. Levin2018-12-101-21/+1
* tests: workaround clang -Wunneeded-internal-declaration bugDmitry V. Levin2018-09-161-0/+1
* tests: workaround systemd-nspawn habit of disabling unimplemented syscallsDmitry V. Levin2018-08-221-4/+4
* syscall.c: unify error value printingEugene Syromyatnikov2018-05-251-2/+2
* Update copyright headersDmitry V. Levin2018-02-131-1/+1
* Use shuffle_scno for x32 syscall numbersEugene Syromyatnikov2018-02-091-2/+2
* Print unknown syscall number in hexadecimalEugene Syromyatnikov2018-02-091-2/+2
* tests: check (some) debugging output generated during nsyscalls testEugene Syromyatnikov2017-12-201-1/+35
* Make sysent_shorthand_defs.h suitable for testsDmitry V. Levin2017-08-071-20/+3
* Fix a few spacing style issuesDmitry V. Levin2017-06-171-1/+1
* Add copyright headersEugene Syromyatnikov2017-05-221-0/+1
* Implement -e trace=%stat optionEugene Syromyatnikov2017-04-211-0/+1
* Implement -e trace=%lstat optionEugene Syromyatnikov2017-04-211-0/+1
* Implement -e trace=%fstat optionEugene Syromyatnikov2017-04-211-0/+1
* Implement -e trace=%%stat optionEugene Syromyatnikov2017-04-211-0/+1
* Implement -e trace=%%statfs optionEugene Syromyatnikov2017-04-211-0/+1
* Implement -e trace=%fstatfs optionEugene Syromyatnikov2017-04-211-0/+1
* Revert "Implement -e trace=%sched option"Dmitry V. Levin2017-04-141-1/+0
* Revert "Implement -e trace=%clock option"Dmitry V. Levin2017-04-141-1/+0
* Implement -e trace=%statfs optionAbhishek Tiwari2017-04-071-0/+1
* Implement -e trace=%clock optionRishi Bhatt2017-04-061-0/+1
* Implement -e trace=%sched option for tracing sched_* syscallsEugene Syromyatnikov2017-03-051-0/+1
* tests: do not use defs.h and syscall.hDmitry V. Levin2016-12-301-4/+6
* x32: implement automatic argument truncation for compat syscallsDmitry V. Levin2016-12-201-0/+1
* Include "kernel_types.h" in defs.h and tests/tests.hDmitry V. Levin2016-12-161-1/+0
* tests: fix "constant is too large" compilation warningsEugene Syromyatnikov2016-11-131-6/+6
* Use <asm/unistd.h> instead of <sys/syscall.h>Dmitry V. Levin2016-08-091-1/+1
* Fix decoding of invalid syscalls mapped to indirect subcallsDmitry V. Levin2016-08-091-7/+20
* tests/nsyscalls.c: change the type of syscall arguments to kernel_ulong_tDmitry V. Levin2016-07-201-9/+16
* nsyscalls.test: add mips o32 supportDmitry V. Levin2016-05-051-0/+6
* tests: check decoding of out-of-range syscallsDmitry V. Levin2016-04-271-0/+80