]> granicus.if.org Git - strace/shortlog
strace
2016-08-13 Dmitry V. Levintests/init.sh: print exit code of failed commands
2016-08-13 Dmitry V. LevinFix leakage of placeholder descriptors to tracees
2016-08-12 Dmitry V. Levinsparc64: fix decoding of uid and gid-related syscalls
2016-08-12 Dmitry V. Levintests: fix *stat64 tests on alpha
2016-08-11 Dmitry V. Levintests: skip rt_tgsigqueueinfo.test when the syscall...
2016-08-11 James Cowgilltests/fcntl.c: fix fcntl test on mips64
2016-08-11 James Cowgilltests/nsyscalls.test: only trace the "syscall" syscall...
2016-08-11 James Cowgilltests/xstatx.c: fix stat syscall tests on mips64
2016-08-11 Dmitry V. Levintests/mlock2.c: fix test failure on mips64
2016-08-09 Dmitry V. LevinUse <asm/unistd.h> instead of <sys/syscall.h>
2016-08-09 Dmitry V. Levinia64: replace SYS_clone2 with __NR_clone2
2016-08-09 Dmitry V. LevinMake sure that tcp->s_ent and tcp->s_prev_ent do not...
2016-08-09 Dmitry V. Levinfile.c: move definitions of struct stat32 to separate...
2016-08-09 Dmitry V. Levinsparc, sparc64: remove obsolete code
2016-08-09 Dmitry V. Levinsparc64: fix decoding of stat family syscalls
2016-08-09 Dmitry V. LevinFix decoding of invalid syscalls mapped to indirect...
2016-08-08 Dmitry V. Levinlinux/subcall.h: remove redundant definitions
2016-08-08 Dmitry V. Levindefs.h: simplify SUPPORTED_PERSONALITIES definition
2016-08-08 Dmitry V. Levindefs.h: simplify PERSONALITY1_WORDSIZE definition
2016-08-08 Dmitry V. Levindefs.h: simplify PERSONALITY0_WORDSIZE definition
2016-08-08 Dmitry V. Levinsparc64: swap personality numbers
2016-08-08 Dmitry V. Levindefs.h: cleanup personality specific macro definitions
2016-08-07 Dmitry V. LevinChange #include guard trailing part comments
2016-08-08 Eugene SyromyatnikovUnify usage of #include guards
2016-08-06 Dmitry V. Levintests: add #include guards
2016-08-05 Dmitry V. Levinlinux: add #include guards
2016-08-04 Dmitry V. Levintests/umode_t.c: guard against libc printf format errors
2016-08-04 Dmitry V. Levintravis: use a suitable musl revision
2016-08-03 Dmitry V. LevinFix printing of mode_t, umode_t, and umask types
2016-08-02 Dmitry V. Levintests: simplify attach-f-p.test
2016-08-02 Dmitry V. Levintests: cleanup attach-p-cmd.test
2016-08-02 Dmitry V. Levinip_mreq.test: rewrite from match_grep to match_diff
2016-08-02 Dmitry V. Levinfanotify_mark.test: rewrite from match_grep to match_diff
2016-08-02 Dmitry V. Levinsignalfd4.test: rewrite from match_grep to match_diff
2016-07-31 Dmitry V. Levintests: rename signalfd.test to signalfd4.test
2016-07-30 Dmitry V. Levinmemfd_create.test: rewrite from match_grep to match_diff
2016-07-29 Dmitry V. LevinSet exit status to 1 if strace has not traced any processes
2016-07-29 Dmitry V. LevinAttach to the target process before attempting to attac...
2016-07-29 Dmitry V. LevinReport the name of ptrace command when ptrace_attach_or...
2016-07-29 Dmitry V. Levinstrace.c: refactor startup_attach
2016-07-29 Dmitry V. Levinstartup_attach: do not use atoi
2016-07-28 Dmitry V. LevinDo not enable mpers runtime checks if mpers is not...
2016-07-28 Dmitry V. Levinlinux/dummy_check.sh: remove obsolete script
2016-07-28 Dmitry V. Levingenerate_xlat_in.sh: remove obsolete script
2016-07-28 Dmitry V. Levintests: use terse notation in designated initializers...
2016-07-28 Dmitry V. LevinConsistently use extended regular expressions where...
2016-07-28 Dmitry V. Levintests: fix extended regexps
2016-07-27 Dmitry V. LevinPost-release administrivia
2016-07-26 Dmitry V. LevinPrepare for 4.13 release v4.13
2016-07-26 Dmitry V. LevinFix one more code pattern that might break gcc strict...
2016-07-26 Dmitry V. LevinFix casts of ptrace's third argument
2016-07-26 Dmitry V. Levintests/btrfs.c: do not include the same header file...
2016-07-26 Dmitry V. Levintests: fix accept4.test on systems that lack SOCK_CLOEX...
2016-07-26 Dmitry V. Levintests: fix vhangup.test
2016-07-26 Dmitry V. Levintests: fix chown.test
2016-07-25 Dmitry V. Levinx32: fix syscall entries for x86_64 variants of io_setu...
2016-07-25 Dmitry V. Levintests/ipc.c: fix typo
2016-07-24 Dmitry V. LevinNEWS: Prepare for 4.13 release
2016-07-23 Dmitry V. Levindebian: add gcc-multilib to Build-Depends for relevant...
2016-07-22 Dmitry V. Levintests: check decoding of ipc syscall
2016-07-22 Dmitry V. LevinFix corner cases of ipc syscall decoding
2016-07-21 Dmitry V. Levintests: skip netlink_protocol.test on old systems
2016-07-21 Dmitry V. LevinDo not print too many arguments of socketcall syscall
2016-07-20 Dmitry V. Levintests/nsyscalls.c: change the type of syscall arguments...
2016-07-20 Dmitry V. Levinx32, mips n32: make printargs print full 64-bit syscall...
2016-07-20 Dmitry V. Levintests: check decoding of socketcall syscall
2016-07-20 Dmitry V. LevinFix corner cases of socketcall syscall
2016-07-19 Dmitry V. Levintests: check decoding and dumping of send and recv...
2016-07-19 Dmitry V. Levintests: rename unix-pair-send-recv to unix-pair-sendto...
2016-07-19 Dmitry V. Levintests: check decoding of shutdown syscall
2016-07-19 Dmitry V. Levinxlat/shutdown_modes.in: convert to modern syntax
2016-07-19 Dmitry V. Levintests: check silent decoding of sendmmsg and recvmmsg...
2016-07-19 Dmitry V. LevinPrint unsent messages of failed sendmmsg syscall
2016-07-19 Dmitry V. LevinPrint unsent messages of sendmmsg syscall
2016-07-19 Dmitry V. Levintests: check verbose decoding of msg_name* fields of...
2016-07-19 Dmitry V. Levintests: check decoding of msg_name* fields of struct...
2016-07-19 Dmitry V. LevinFix decoding of msg_name* fields of recvmmsg syscall...
2016-07-19 Dmitry V. Levinmmsghdr.c: rewrite decode_mmsgvec using print_array
2016-07-19 Dmitry V. Levintests: check decoding of timeout argument of recvmmsg...
2016-07-19 Dmitry V. LevinFix printing of remaining timeout of recvmmsg syscall
2016-07-19 Dmitry V. LevinRemove configure checks for recvmmsg and sendmmsg
2016-07-19 Dmitry V. Levintests: add recv_mmsg and send_mmsg functions to libtests
2016-07-19 Dmitry V. Levintests: add socketcall function to libtests
2016-07-18 Dmitry V. LevinUse IOV_MAX instead of UIO_MAXIOV
2016-07-18 Dmitry V. LevinUnabuse struct tcb.auxstr
2016-07-18 Dmitry V. LevinFix race condition in decoding timeout argument of...
2016-07-18 Dmitry V. LevinFix race condition in decoding rt_sigtimedwait's timeou...
2016-07-18 Patrik JakobssonAdd private data field to struct tcb
2016-07-18 Dmitry V. Levinnet.c: move parsers of sendmsg and recvmsg syscalls...
2016-07-18 Dmitry V. Levinnet.c: move parsers of sendmmsg and recvmmsg syscalls...
2016-07-18 Dmitry V. Levinmsghdr.c: move all mmsghdr parsers to a separate file
2016-07-14 Dmitry V. Levintests: disable part of msg_name test on non-glibc systems
2016-07-13 Dmitry V. LevinPrint struct iovec as a regular structure
2016-07-13 Dmitry V. Levintests: check decoding of msghdr.msg_name* arguments...
2016-07-13 Dmitry V. LevinFix decoding of struct msghdr.msg_name* arguments of...
2016-07-12 Dmitry V. LevinUpdate generic ioctl entries from linux 4.7
2016-07-12 Gleb Fotengauer... x32: update ioctl entries from linux 4.7
2016-07-12 Gleb Fotengauer... maint: update for linux 4.7
2016-07-12 Dmitry V. Levinblock.c: remove BLKDAXGET support
2016-07-12 Dmitry V. LevinFix printing of socklen argument of bind and sendto...
next