Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement an ability to filter syscalls that operate on specific FDs | Eugene Syromyatnikov | 2023-04-22 | 1 | -8/+51 |
* | tests: check decoding of dup2 syscall in -y, -yy, and -P modes | Dmitry V. Levin | 2020-04-24 | 1 | -6/+96 |
* | Update copyright headers | Dmitry V. Levin | 2019-09-25 | 1 | -1/+1 |
* | Consistently define __NR_* constants | Dmitry V. Levin | 2019-07-16 | 1 | -1/+1 |
* | Add copyright headers to some files that lack them | Dmitry V. Levin | 2018-12-24 | 1 | -0/+7 |
* | tests: fix "constant is too large" compilation warnings | Eugene Syromyatnikov | 2016-11-13 | 1 | -2/+2 |
* | Use <asm/unistd.h> instead of <sys/syscall.h> | Dmitry V. Levin | 2016-08-09 | 1 | -1/+1 |
* | tests: do not include <errno.h> unnecessarily | Dmitry V. Levin | 2016-04-21 | 1 | -1/+0 |
* | tests/dup2.c: print syscall() result using %ld format | Dmitry V. Levin | 2016-04-21 | 1 | -4/+4 |
* | tests: use errno2name() | Dmitry V. Levin | 2016-04-21 | 1 | -1/+1 |
* | tests: add dup.test, dup2.test, and dup3.test | Fei Jie | 2016-03-10 | 1 | -0/+28 |