]> granicus.if.org Git - strace/shortlog
strace
2016-05-12 Dmitry V. LevinDo not sign-extend siginfo_t.si_syscall
2016-05-12 Dmitry V. LevinExport print_seccomp_fprog for further use in parser...
2016-05-11 Fei Jietests: add munlockall.test
2016-05-11 Fei Jietests: add link.test
2016-05-11 Dmitry V. Levintests: check decoding and dumping of preadv2 and pwrite...
2016-05-11 Dmitry V. LevinImplement decoding of preadv2 and pwritev2 syscalls
2016-05-10 Dmitry V. Levintests: extend test coverage of xattr family syscalls
2016-05-10 Dmitry V. Levintests: add print_quoted_memory function to libtests
2016-05-10 Dmitry V. LevinFix corner cases of xattr family syscalls decoding
2016-05-10 Dr. David Alan... userfaultfd: Add ioctl tests
2016-05-10 Dr. David Alan... Decode UFFDIO_* ioctls
2016-05-10 Dmitry V. LevinUpdate AX_CODE_COVERAGE
2016-05-10 Dmitry V. Levinstrace-ff.test: fix race condition
2016-05-10 Dmitry V. Levintests/epoll_pwait.c: fix for x32
2016-05-10 Dmitry V. Levinstrace-S.test: check "-S name"
2016-05-10 Dmitry V. LevinFix NULL dereference in "-S name" when syscall table...
2016-05-10 Dmitry V. Levinstrace-S.test: cleanup
2016-05-09 Fei Jietests: add strace-S.test
2016-05-09 Dmitry V. Levinstrace-ff.test: check that -ff does not create unexpect...
2016-05-09 Fei Jietests: add strace-ff.test
2016-05-09 Dmitry V. Levinstrace-V.test: cleanup
2016-05-09 Fei Jietests: add strace-V.test
2016-05-09 Dmitry V. Levintests: check decoding of epoll_pwait syscall
2016-05-09 Dmitry V. LevinAssume that sys/epoll.h exists
2016-05-08 Fabien SironFactorize send_query functions
2016-05-08 Dmitry V. Levintests: relax timings
2016-05-07 Dmitry V. Levintests/attach-f-p.c: increase timeouts
2016-05-07 Dmitry V. LevinRemove unused functions
2016-05-07 Dmitry V. Levinv4l2.c: use print_array function
2016-05-07 Dmitry V. Levinuid.c: use print_array function
2016-05-07 Dmitry V. Levinseccomp.c: use print_array function
2016-05-07 Dmitry V. Levinscsi.c: use print_array function
2016-05-07 Dmitry V. Levinpoll.c: use print_array function
2016-05-07 Dmitry V. Levinnuma.c: use print_array function
2016-05-07 Dmitry V. Levinmem.c: use print_array function
2016-05-07 Dmitry V. Levinkexec.c: use print_array function
2016-05-07 Dmitry V. Levinipc_sem.c: use print_array function
2016-05-07 Dmitry V. Levinio.c: use print_array function
2016-05-07 Dmitry V. Levinepoll.c: use print_array function
2016-05-07 Dmitry V. Levinaio.c: use print_array function
2016-05-07 Dmitry V. LevinIntroduce print_array function for consistent decoding...
2016-05-06 Dmitry V. LevinFix corner cases of ICMP_FILTER decoding
2016-05-05 Dmitry V. Levinxlat: do not strip "1<<" prefix from xlat strings
2016-05-05 Dmitry V. Levintests/xstatfsx.c: fix mips o32 support
2016-05-05 Dmitry V. LevinMpersify VIDIOC_* ioctl parser
2016-05-05 Dmitry V. LevinMpersify ioctl macros
2016-05-05 Dmitry V. LevinFix decoding of VIDIOC_* ioctls
2016-05-05 Dmitry V. Levinnsyscalls.test: add mips o32 support
2016-04-29 Dmitry V. LevinRemove initialization of big holes in syscallent.h...
2016-04-29 Dmitry V. Levinxlat: make "1<<val" syntax work with 64-bit values
2016-04-29 Dmitry V. LevinFix typo in XLAT_TYPE_PAIR
2016-04-29 Dmitry V. LevinFix decoding of move_pages syscall
2016-04-29 Dmitry V. Levintests: check decoding of mbind syscall
2016-04-29 Jeff MahoneyChange type of struct xlat.val to uint64_t
2016-04-29 Dmitry V. Levinxlat: extend syntax with #val_type directive
2016-04-29 Dmitry V. Levinxlat/gen.sh: prepare for adding #val_type directive...
2016-04-29 Dmitry V. LevinIntroduce XLAT_TYPE and XLAT_TYPE_PAIR macros
2016-04-29 Dmitry V. Levinxlat: generate xlat pairs using new XLAT_PAIR macro
2016-04-29 Dmitry V. LevinExplicitly cast argument of XLAT macro to unsigned int
2016-04-29 Dmitry V. LevinChange type of {s,t}print_open_modes's argument to...
2016-04-28 Dmitry V. Levintests/remap_file_pages.c: fix for the upcoming change...
2016-04-28 Dmitry V. LevinIntroduce printflags64 function
2016-04-28 Dmitry V. LevinIntroduce sprintflags64 function
2016-04-28 Dmitry V. Levinprintxvals: change type of integer argument to uint64_t
2016-04-28 Dmitry V. Levinxlat_search: change type of integer argument to uint64_t
2016-04-28 Dmitry V. LevinIntroduce xlookup64 function
2016-04-28 Dmitry V. Levinaddflags: change type of integer argument to uint64_t
2016-04-28 Dmitry V. LevinIntroduce printxval64 wrapper
2016-04-28 Dmitry V. LevinTurn printxval macro into a static inline function
2016-04-28 Dmitry V. Levintests: check decoding of migrate_pages syscall
2016-04-28 Dmitry V. LevinFix decoding of migrate_pages syscall
2016-04-28 Dmitry V. Levintests: check decoding of set_mempolicy syscall
2016-04-28 Dmitry V. Levintests: check decoding of get_mempolicy syscall
2016-04-28 Dmitry V. Levinnuma: fix decoding of nodemask arrays
2016-04-27 Dmitry V. LevinFix decoding of policy argument of get_mempolicy syscall
2016-04-27 Dmitry V. LevinFix decoding of pid_t argument of migrate_pages syscall
2016-04-27 Dmitry V. Levintests: add printxval function to libtests
2016-04-27 Dmitry V. Levintests: check decoding of remap_file_pages syscall
2016-04-27 Fei Jietests: add pause.test
2016-04-27 Fei Jietests: add kill.test
2016-04-27 Dmitry V. LevinFix decoding of pid_t arguments of kill and tgkill...
2016-04-27 Fei Jietests: add mlock.test
2016-04-27 Dmitry V. LevinMove parsers of NUMA related syscalls to numa.c
2016-04-27 Dmitry V. Levintests/umovestr3.c: robustify against os specific issues
2016-04-27 Dmitry V. Levintests: extend test coverage of umovestr short read...
2016-04-27 Dmitry V. Levintests: check decoding of out-of-range syscalls
2016-04-26 Dmitry V. LevinFix decoding of 3rd argument of getdents/getdents64...
2016-04-26 Dmitry V. LevinFix decoding of LINUX_REBOOT_CMD_RESTART2 argument
2016-04-26 Dmitry V. Levin.travis.yml: raise sleep delay
2016-04-26 Dmitry V. LevinMove definitions of MPOL_* constants to xlat files
2016-04-26 Dmitry V. Levintests: check decoding of renameat2 syscall
2016-04-26 Dmitry V. LevinAdd default values for RENAME_* constants
2016-04-26 Dmitry V. Levintests: check decoding of utimes syscall
2016-04-26 Dmitry V. Levintests: check decoding of futimesat syscall
2016-04-26 Dmitry V. Levintests: extend test coverage of mknod syscall
2016-04-26 Fei Jietests: add sched_yield.test
2016-04-26 Fei Jietests: add sync.test
2016-04-26 Fei Jietests: add mknodat.test
2016-04-26 Fei Jietests: add unlink.test
2016-04-26 Fei Jietests: add reboot.test
next