- 3b7674c tests: add rt_sigqueueinfo.test by Elvira Khabirova · 10 years ago
- a0b6249 Mpersify printsiginfo_at printer by Elvira Khabirova · 10 years ago
- cbbc23a Mpersify parser of sigaltstack syscall by Elvira Khabirova · 10 years ago
- 6b6a55c Mpersify parser of utime syscall by Elvira Khabirova · 10 years ago
- 78e48eb tests: add utimensat.test by Dmitry V. Levin · 10 years ago
- b5a23ed Mpersify parsers of utimes, futimesat, and utimensat syscalls by Dmitry V. Levin · 10 years ago
- 0929422 Add mpers support by Elvira Khabirova · 10 years ago
- c633188 tests: convert readlink.test and readlinkat.test from match_awk to match_diff by Dmitry V. Levin · 10 years ago
- f008b01 tests: convert getrandom.test from match_awk to match_diff by Dmitry V. Levin · 10 years ago
- 4960b2f tests: convert select.test from match_awk to match_diff by Dmitry V. Levin · 10 years ago
- f14a8e1 tests: convert several tests from match_grep to match_diff by Dmitry V. Levin · 10 years ago
- f6a36f0 tests: fix match_diff usage by Dmitry V. Levin · 10 years ago
- cf3ecbd build: fix -I options by Dmitry V. Levin · 10 years ago
- f56046e aio: rewrite from libaio.h to linux/aio_abi.h by Dmitry V. Levin · 10 years ago
- 13c2173 Fix multiple personalities support in parser of io_submit syscall by Dmitry V. Levin · 10 years ago
- 857adac tests: fix build on systems that lack O_CLOEXEC definition by Dmitry V. Levin · 10 years ago
- ff6b6f3 tests: fix build on systems that lack AT_FDCWD definition by Dmitry V. Levin · 10 years ago
- 5687283 Fix printing of io_getevents first argument by Dmitry V. Levin · 10 years ago
- 54646b8 decode extend getsockopt/setsockopt options by Mike Frysinger · 10 years ago
- fffe50d Fix build on systems that lack VIDIOC_CREATE_BUFS definition by Dmitry V. Levin · 10 years ago
- 69c1570 Fix build on systems that lack EM_ARM/EM_OPENRISC definitions by Dmitry V. Levin · 10 years ago
- 642ee79 Fix build on systems that lack UBI_IOCVOLCRBLK/UBI_IOCVOLRMBLK definitions by Dmitry V. Levin · 10 years ago
- 12cca59 Fix build on systems that lack O_CLOEXEC definition by Dmitry V. Levin · 10 years ago
- 3595f4a printsiginfo.c: fix integer conversions by Elvira Khabirova · 10 years ago
- d8ef5e7 Fix decoding of times syscall return value by Dmitry V. Levin · 10 years ago
- 3585b06 mq.c: remove repeated code by Elvira Khabirova · 10 years ago
- d079fb1 ipc_msg.c: fix multiple personalities support in msgrcv ipc subcall by Elvira Khabirova · 10 years ago
- c01ad06 ipc.c: split into separate files by Elvira Khabirova · 10 years ago
- af86bd5 .gitignore: add sen.h and sys_func.h by Elvira Khabirova · 10 years ago
- 4918285 tests: add sendfile.test and sendfile64.test by Dmitry V. Levin · 10 years ago
- 22f8b27 sendfile: decode file offset both on entering and exiting syscall by Dmitry V. Levin · 10 years ago
- ac2e728 io.c: move sendfile parsers to a separate file by Dmitry V. Levin · 10 years ago
- d77f669 Make printnum_* functions return boolean status by Dmitry V. Levin · 10 years ago
- 6684b68 mips: print _MIPS_SIM in configure.ac for debug purposes by Dmitry V. Levin · 10 years ago
- daae8f9 xtensa: fix several syscall entries by Dmitry V. Levin · 10 years ago
- 9f1eb12 ia64: fix syscall numbers for set_robust_list, get_robust_list, and splice syscalls by Dmitry V. Levin · 10 years ago
- 41b9fac tests: add a test for get_robust_list and set_robust_list decoding by Dmitry V. Levin · 10 years ago
- fe50316 Simplify printing of get_robust_list first argument by Dmitry V. Levin · 10 years ago
- afac9f0 Fix io_setup first argument printing by Elvira Khabirova · 10 years ago
- 2479ef0 Fix printing tracee's long integers by Dmitry V. Levin · 10 years ago
- f9b455c Fix time syscall decoding for some personalities by Dmitry V. Levin · 10 years ago
- d2eaf67 signal: SIGSYS: decode si_syscall & si_arch fields by Mike Frysinger · 10 years ago
- 4d2c8a2 ipc.c: remove unnecesarry #ifdef IPC_64 by Elvira Khabirova · 10 years ago
- 254ff1e resource.c: move times parser to a separate file by Elvira Khabirova · 10 years ago
- f1bb639 sysctl.c: remove KERN_JAVA_* defines handling by Elvira Khabirova · 10 years ago
- 3a58e46 sysinfo.c: remove obsolete code by Elvira Khabirova · 10 years ago
- 3af6aab tests: add readlink.test and readlinkat.test by Gleb Fotengauer-Malinovskiy · 10 years ago
- 525eed3 Print nanoseconds along with seconds in stat family syscalls by Dmitry V. Levin · 10 years ago
- 30ac062 signalfd4: fix flags decoding by Dmitry V. Levin · 10 years ago
- 9e8a84f signalfd, signalfd4: mark return code with RVAL_FD flag by Dmitry V. Levin · 10 years ago
- 2307d5c signal.c: move signalfd parsers to a separate file by Dmitry V. Levin · 10 years ago
- 57823c6 perf_event_open: mark return code with RVAL_FD flag by Dmitry V. Levin · 10 years ago
- 2a4f052 pipe, pipe2, socketpair: print returned descriptors using printfd by Dmitry V. Levin · 10 years ago
- 3d463be socket: mark return code with RVAL_FD flag by Dmitry V. Levin · 10 years ago
- 07c878a timerfd, timerfd_create: mark return code with RVAL_FD flag by Dmitry V. Levin · 10 years ago
- 323d912 inotify_init1: mark return code with RVAL_FD flag by Dmitry V. Levin · 10 years ago
- 5d22f07 fanotify_init: mark return code with RVAL_FD flag by Dmitry V. Levin · 10 years ago
- baaa41c Fix epoll_create syscall decoding by Dmitry V. Levin · 10 years ago
- 7b378e6 epoll_create1: mark return code with RVAL_FD flag by Dmitry V. Levin · 10 years ago
- 2716346 epoll_create1: fix pathtrace support by Dmitry V. Levin · 10 years ago
- bf62c1b epoll_create1: fix flags decoding by Dmitry V. Levin · 10 years ago
- aba868c desc.c: move epoll parsers to a separate file by Dmitry V. Levin · 10 years ago
- c8cba99 eventfd2: fix flags decoding by Dmitry V. Levin · 10 years ago
- 00cc350 eventfd: print first argument as unsigned int by Dmitry V. Levin · 10 years ago
- ede0c48 Mark eventfd return code with RVAL_FD flag by Dmitry V. Levin · 10 years ago
- 28471d1 desc.c: move eventfd parsers to a separate file by Dmitry V. Levin · 10 years ago
- 73a4fa4 Update PERF_FLAG_* constants by Dmitry V. Levin · 10 years ago
- 0d60cf7 desc.c: move perf_event_open parser to a separate file by Dmitry V. Levin · 10 years ago
- 2c217fd time.c: remove obsolete code from adjtimex parser by Elvira Khabirova · 10 years ago
- f9ce39d ipc.c: move fallback definitions of msg, sem, and shm constants to xlat/ by Elvira Khabirova · 10 years ago
- 0c0453a tests/ppoll: replace SIGABRT with SIGHUP by Dmitry V. Levin · 10 years ago
- 3b9d315 decode_poll_exiting: reserve more space in output buffer by Dmitry V. Levin · 10 years ago
- d9fb450 Cleanup poll/ppoll decoders by Dmitry V. Levin · 10 years ago
- c18b002 poll: print timeout argument as int by Dmitry V. Levin · 10 years ago
- 811bda6 stream.c: move poll and ppoll parsers to a separate file by Dmitry V. Levin · 10 years ago
- 80d5e01 Assume that <poll.h> is available by Dmitry V. Levin · 10 years ago
- ea7ef93 tests: add oldselect.test by Dmitry V. Levin · 10 years ago
- c44df3e Fix oldselect decoding on 64-bit architectures by Elvira Khabirova · 10 years ago
- 52dc150 net.c: use printaddr by Dmitry V. Levin · 10 years ago
- 383386d net.c: recvfrom fixes by Denys Vlasenko · 10 years ago
- 1d246ce prctl: decode Android-specific PR_SET_VMA by Elliott Hughes · 10 years ago
- 0e4b1f2 mips: fix stub files by Dmitry V. Levin · 10 years ago
- 4e3ded3 tests/bpf: fix build with incompatibly old linux/bpf.h and/or gcc by Dmitry V. Levin · 10 years ago
- 3456bcc Implement sched_getattr and sched_setattr syscalls decoding by Dmitry V. Levin · 10 years ago
- 95b84ea Implement memfd_create syscall decoding by Dmitry V. Levin · 10 years ago
- e465343 Fix builds where HAVE_MQUEUE_H isn't defined by Elliott Hughes · 10 years ago
- afa10d8 tests/restart_syscall: skip if nanosleep looks uninterrupted by Dmitry V. Levin · 10 years ago
- 7c22101 Implement execveat syscall decoding by Dmitry V. Levin · 10 years ago
- 4ff687b execve: fix support of personalities with different word size by Dmitry V. Levin · 10 years ago
- ddb53dd Implement bpf syscall decoding by Dmitry V. Levin · 10 years ago
- 3691562 prctl: fix decoding of unrecognized commands by Dmitry V. Levin · 10 years ago
- f8b4913 Macroize -m32/-mx32 configure checks by Dmitry V. Levin · 10 years ago
- 04fcb99 tests/uid: import uid overflow check from tests/uid16 by Dmitry V. Levin · 10 years ago
- ae61067 sh64: fix inotify_{add,rm}_watch syscall entries by Dmitry V. Levin · 10 years ago
- 1e0efbb microblaze: fix several syscall entries by Dmitry V. Levin · 10 years ago
- be547c1 hppa: fix several syscall entries by Dmitry V. Levin · 10 years ago
- d00eb1f ia64: fix getpagesize syscall entry by Dmitry V. Levin · 10 years ago
- 76c9f0e avr32: fix fstatat64 syscall entry by Dmitry V. Levin · 10 years ago
- ecabdcf alpha: fix 2 dummy osf syscall entries by Dmitry V. Levin · 10 years ago
- 82841f7 alpha, arm, ia64, mips, sh64: fix semop syscall entries by Dmitry V. Levin · 10 years ago