| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce SYS_FUNC(tkill) | Ákos Uzonyi | 2020-08-01 | 1 | -1/+1 |
* | Modify %process class: trace syscalls associated with process lifecycle | Ákos Uzonyi | 2020-06-16 | 1 | -5/+5 |
* | Update copyright headers | Dmitry V. Levin | 2020-06-01 | 1 | -1/+1 |
* | Add %clock trace class | Ákos Uzonyi | 2020-04-17 | 1 | -8/+8 |
* | Implement %creds trace class | Andrey Zax | 2019-12-29 | 1 | -19/+19 |
* | Add seccomp filter syscall flag | Paul Chaignon | 2019-08-31 | 1 | -3/+3 |
* | Update copyright headers | Dmitry V. Levin | 2019-05-22 | 1 | -1/+1 |
* | Implement and use new parsers of utimensat syscall | Dmitry V. Levin | 2019-05-12 | 1 | -1/+1 |
* | Implement and use new parsers of timerfd_gettime and timerfd_settime syscalls | Dmitry V. Levin | 2019-05-12 | 1 | -2/+2 |
* | Implement and use new parsers of timer_gettime and timer_settime syscalls | Dmitry V. Levin | 2019-05-12 | 1 | -2/+2 |
* | Implement and use new parsers of nanosleep syscall | Dmitry V. Levin | 2019-05-12 | 1 | -1/+1 |
* | Implement and use new parsers of clock_nanosleep syscall | Dmitry V. Levin | 2019-05-12 | 1 | -1/+1 |
* | Implement and use new parsers of clock_gettime and clock_settime syscalls | Dmitry V. Levin | 2019-05-12 | 1 | -3/+3 |
* | Implement and use new parsers of mq_timedsend and mq_timedreceive syscalls | Dmitry V. Levin | 2019-05-12 | 1 | -2/+2 |
* | Implement and use new parsers of rt_sigtimedwait syscall | Dmitry V. Levin | 2019-05-12 | 1 | -1/+1 |
* | Implement and use new parsers of sched_rr_get_interval syscall | Dmitry V. Levin | 2019-05-12 | 1 | -1/+1 |
* | Implement and use new parsers of poll syscall | Dmitry V. Levin | 2019-05-12 | 1 | -1/+1 |
* | Implement and use new parsers of ppoll syscall | Dmitry V. Levin | 2019-05-12 | 1 | -1/+1 |
* | Implement and use new parsers of recvmmsg syscall | Dmitry V. Levin | 2019-05-12 | 1 | -1/+1 |
* | Implement and use new parsers of semtimedop syscall | Dmitry V. Levin | 2019-05-12 | 1 | -1/+1 |
* | Implement and use new parsers of futex syscall | Dmitry V. Levin | 2019-05-12 | 1 | -1/+1 |
* | Implement and use new parsers of pselect6 syscall | Dmitry V. Levin | 2019-05-12 | 1 | -1/+1 |
* | Implement and use new parsers of io_getevents syscall | Dmitry V. Levin | 2019-05-12 | 1 | -1/+1 |
* | Use new parsers of adjtimex and clock_adjtime syscalls | Dmitry V. Levin | 2019-05-11 | 1 | -2/+2 |
* | Change the license of strace to LGPL-2.1-or-later | Dmitry V. Levin | 2018-12-10 | 1 | -21/+1 |
* | Update copyright headers | Dmitry V. Levin | 2018-02-13 | 1 | -1/+1 |
* | Add pure syscall flag | Eugene Syromyatnikov | 2018-02-10 | 1 | -8/+8 |
* | Add SYSCALL_NEVER_FAILS flag to getpgrp | Eugene Syromyatnikov | 2018-02-09 | 1 | -1/+1 |
* | Enhance decoding of mq_* syscalls | Dmitry V. Levin | 2018-01-15 | 1 | -5/+5 |
* | Add TF flag to inotify_add_watch syscall entries | Nikolay Marchuk | 2017-08-11 | 1 | -1/+1 |
* | Add copyright headers | Eugene Syromyatnikov | 2017-05-22 | 1 | -0/+1 |
* | Implement -e trace=%stat option | Eugene Syromyatnikov | 2017-04-21 | 1 | -2/+2 |
* | Implement -e trace=%lstat option | Eugene Syromyatnikov | 2017-04-21 | 1 | -2/+2 |
* | Implement -e trace=%fstat option | Eugene Syromyatnikov | 2017-04-21 | 1 | -3/+3 |
* | Implement -e trace=%%stat option | Eugene Syromyatnikov | 2017-04-21 | 1 | -7/+7 |
* | Implement -e trace=%%statfs option | Eugene Syromyatnikov | 2017-04-21 | 1 | -5/+5 |
* | Implement -e trace=%fstatfs option | Eugene Syromyatnikov | 2017-04-21 | 1 | -2/+2 |
* | Revert "Implement -e trace=%sched option" | Dmitry V. Levin | 2017-04-14 | 1 | -12/+12 |
* | Revert "Implement -e trace=%clock option" | Dmitry V. Levin | 2017-04-14 | 1 | -5/+5 |
* | Implement -e trace=%statfs option | Abhishek Tiwari | 2017-04-07 | 1 | -2/+2 |
* | Implement -e trace=%clock option | Rishi Bhatt | 2017-04-06 | 1 | -5/+5 |
* | Implement -e trace=%sched option for tracing sched_* syscalls | Eugene Syromyatnikov | 2017-03-05 | 1 | -12/+12 |
* | avr32: wire up new syscalls | Dmitry V. Levin | 2017-02-07 | 1 | -0/+3 |
* | Remove redundant commas at the end of structure initializers | Dmitry V. Levin | 2017-01-11 | 1 | -7/+7 |
* | Mark io_setup and io_destroy as memory mapping related syscalls | Dmitry V. Levin | 2016-09-09 | 1 | -2/+2 |
* | avr32: wire up preadv2 and pwritev2 syscalls | Dmitry V. Levin | 2016-09-05 | 1 | -0/+2 |
* | Introduce a separate SEN entry for fstatat64 syscall | Dmitry V. Levin | 2016-08-23 | 1 | -1/+1 |
* | Remove parser of unimplemented timerfd syscall | Dmitry V. Levin | 2016-04-20 | 1 | -1/+1 |
* | avr32: wire up copy_file_range syscall | Dmitry V. Levin | 2016-03-29 | 1 | -0/+1 |
* | avr32: wire up missing syscalls | Dmitry V. Levin | 2016-02-13 | 1 | -0/+3 |