]> granicus.if.org Git - strace/shortlog
strace
2015-11-30 Dmitry V. Levinx86_64: change getregs_old to forward ptrace return...
2015-11-30 Dmitry V. LevinCleanup print_pc
2015-11-30 Dmitry V. Levincleanup: make get_scno.c files more readable
2015-11-30 Dmitry V. Levincleanup: make get_syscall_args.c files more readable
2015-11-30 Dmitry V. Levincleanup: make get_syscall_result.c files more readable
2015-11-29 Dmitry V. Levincleanup: make get_error.c files more readable
2015-11-28 Dmitry V. Levincleanup: make arch_sigreturn.c files more readable
2015-11-26 Dmitry V. LevinAdd initial Travis CI support
2015-11-27 Dmitry V. Levintests: remove temporary files left after two tests
2015-11-27 Dmitry V. Levintests: skip stat32-v.test on x32
2015-11-27 Dmitry V. Levintests: fix ipc_msgbuf.test on x32
2015-11-27 Dmitry V. Levinx32: fix pselect6 decoding
2015-11-27 Dmitry V. Levinx32: fix sigreturn decoding
2015-11-27 Dmitry V. Levinx32: fix struct dirent decoding
2015-11-26 Elvira KhabirovaRefer to -h on incorrect usage
2015-11-26 Elvira KhabirovaRearrange flags descriptions in the usage text
2015-11-26 Dmitry V. Levintests: run in "set -x" mode if VERBOSE variable is...
2015-11-26 Dmitry V. Levintests: fix match_diff usage
2015-11-26 Dmitry V. Levinx86_64: fix x32 personality support in print_llu_from_l...
2015-11-26 Dmitry V. Levinx86_64: fix x32 personality support in getllval
2015-11-26 Dmitry V. Levintests/file_handle: fix expected output
2015-11-26 Dmitry V. Levinstartup_attach: fix compilation warning
2015-11-26 Dmitry V. Levin.gitignore: add mpers_xlat.h
2015-11-26 Dmitry V. Levintests: add struct_flock.test
2015-11-26 Dmitry V. LevinConvert parsers of flock structures to new mpers infras...
2015-11-26 Dmitry V. Levinfcntl.c: implement decoding for all known operations
2015-11-26 Dmitry V. Levinfcntl.c: mark F_DUPFD and F_DUPFD_CLOEXEC return code...
2015-11-26 Dmitry V. Levinfcntl.c: remove redundant ifdefs
2015-11-26 Dmitry V. LevinUpdate F_* constants
2015-11-26 Dmitry V. LevinUpdate LOCK_* constants
2015-11-26 Dmitry V. Levinfcntl.c: use <linux/fcntl.h> instead of <fcntl.h>
2015-11-26 Elvira Khabirovampers: fix compound types with arbitrary member alignments
2015-11-26 Mike FrysingerSupport C libraries without System V shared memory/ipc
2015-11-25 Dmitry V. LevinCREDITS.in: add Jian Zhen
2015-11-24 Dmitry V. LevinFix syscall entries of unimplemented getpmsg and putpms...
2015-11-24 Dmitry V. LevinRemove parsers of getpmsg and putpmsg syscalls
2015-11-24 Dmitry V. LevinRemove parser of query_module syscall
2015-11-24 Dmitry V. LevinFix syscall entries of deprecated sysfs syscall
2015-11-24 Dmitry V. LevinMove sysfs syscall to deprecated category
2015-11-24 Dmitry V. LevinFix syscall entries of deprecated bdflush syscall
2015-11-22 Dmitry V. LevinImplement name_to_handle_at and open_by_handle_at sysca...
2015-11-22 Dmitry V. LevinImplement lookup_dcookie syscall decoding
2015-11-22 Dmitry V. LevinImplement kexec_file_load syscall decoding
2015-11-22 Dmitry V. LevinImplement kcmp syscall decoding
2015-11-22 Dmitry V. LevinImplement iopl syscall decoding
2015-11-22 Dmitry V. LevinImplement ioperm syscall decoding
2015-11-22 Dmitry V. Levinnet: fix printing of IP_RECVOPTS/IP_RETOPTS cmsg options
2015-11-22 Dmitry V. Levinuserfaultfd: fix pathtrace support
2015-11-22 Dmitry V. LevinImplement IPPROTO_IP control messages decoding
2015-11-22 Dmitry V. LevinSimplify control messages printers
2015-11-21 Dmitry V. Levinnet: factor out address printing code to a separate...
2015-11-20 Dmitry V. Levinmpers: skip xlat struct definitions in mpers mode
2015-11-20 Dmitry V. Levintests: rewrite getdents test in C for better coverage
2015-11-19 Dmitry V. Levintests: add readdir.test
2015-11-19 Dmitry V. LevinMpersify parsers of readdir and getdents syscalls
2015-11-19 Gabriel Laskargetdents: fix typos in array output
2015-11-19 Dmitry V. Levinprintcmsghdr: move type and data decoders to a separate...
2015-11-18 Dmitry V. LevinAssume that libc provides sendmsg
2015-11-18 Dmitry V. Levinnet.c: move fallback definition of SCM_SECURITY to...
2015-11-17 Dmitry V. LevinImplement mlock2 syscall decoding
2015-11-17 Dmitry V. LevinImplement membarrier syscall decoding
2015-11-17 Dmitry V. LevinImplement userfaultfd syscall decoding
2015-11-17 Dmitry V. Levinia64: wire up kcmp syscall
2015-11-17 Dmitry V. Levinpowerpc: wire up direct sysv ipc syscalls
2015-11-17 Dmitry V. LevinWire up userfaultfd, membarrier, and mlock2 syscalls
2015-11-16 Dmitry V. Levinsprintflags: skip zero flags
2015-11-16 Mike Frysingerprintflags: handle empty xlats
2015-11-16 Dmitry V. Levinmpers: forward mpers_DEFS to mpers.sh
2015-11-16 Dmitry V. Levintests/ioctl: workaround glibc ioctl wrapper on powerpc
2015-11-15 Dmitry V. Levinpowerpc: wire up switch_endian syscall
2015-11-15 Dmitry V. Levinsparc: reserve more space for new syscalls
2015-11-15 Dmitry V. Levinm68k: wire up direct socket syscalls
2015-11-15 Dmitry V. Levini386: wire up direct socket syscalls
2015-11-11 Heiko Carstenss390, s390x: update syscall tables
2015-11-07 Dmitry V. LevinFix *_printer_defs.h rules ambiguousness
2015-10-09 Dmitry V. Levinfcntl.c: make use of RVAL_DECODED
2015-10-08 Dmitry V. Levindesc.c: move parser of fcntl syscall to a separate...
2015-10-08 Dmitry V. Levindesc.c: move parser of flock syscall to a separate...
2015-10-08 Dmitry V. Levintests: fix false uio.test failures
2015-10-01 Gabriel LaskarFix make -j builds
2015-09-29 Mike Frysingermpers: fix shell code to conform better to POSIX
2015-09-23 Gabriel Laskarioctl: fix ioctl command number decoding in case of...
2015-09-23 Dmitry V. Levintests: convert ioctl.test from match_grep to match_diff
2015-09-20 Dmitry V. LevinConvert parser of seccomp filter program to new mpers...
2015-09-19 Dmitry V. Levintests/init.sh: enhance match_grep error diagnostics
2015-09-19 Dmitry V. Levintests/init.sh: fix comment
2015-09-19 Dmitry V. Levintests: add one more case to select.test
2015-09-19 Dmitry V. Levintests: uncouple pselect6 from select.test
2015-09-19 Dmitry V. Levintests: robustify select test
2015-09-19 Dmitry V. Levintests: add one more case to pselect6.test
2015-09-19 Dmitry V. Levintests: robustify pselect6 test
2015-09-19 Dmitry V. LevinConvert another parser of struct timeval to new mpers...
2015-09-19 Dmitry V. LevinConvert another parser of struct timespec to new mpers...
2015-09-19 Dmitry V. Levintests: add another case to pselect6 test
2015-09-19 Dmitry V. LevinFix decoding of gettimeofday and settimeofday
2015-09-19 Dmitry V. LevinConvert parser of struct timeval to new mpers infrastru...
2015-09-19 Dmitry V. LevinConvert parser of struct timespec to new mpers infrastr...
2015-09-19 Dmitry V. LevinRemove unused parser of adjtime syscall
2015-09-19 Dmitry V. LevinFix decoding of clock_nanosleep
2015-09-19 Dmitry V. LevinAdd is_erestart helper function
next